Final Fantasy Hacktics

Modding => PSX FFT Hacking => Topic started by: Snap006 on May 08, 2013, 02:27:21 am

Title: Easyvent Editor Super Perfect HELP!!!!
Post by: Snap006 on May 08, 2013, 02:27:21 am
I've been trying to figure this out for about 3 hours with no luck. I can save events, but I always get an error when trying to use the "Compile Just Event.txt". I'm not even changing anything so it should compile.

This is the beginning of the event.

Offset(x00002000)
//Remove the previous line if you wish not to override the offset in CONFIG.INI.
Text(x000001BD)
//Remove the previous line if you wish text to compile directly after instructions.

{4D}(r02)
Wait(00030)
EventEnd()

//INSTRUCTION SECTION END -  TEXT START


It saves but doesn't compile when I changed it to this:

Offset(x00002000)
//Remove the previous line if you wish not to override the offset in CONFIG.INI.

EventEnd()

//INSTRUCTION SECTION END -  TEXT START


If anyone can help I'd appreciated it. Even if it is just pointing me to a good tutorial. Thanks.
Title: Re: Easyvent Editor Super Perfect HELP!!!!
Post by: 3lric on May 08, 2013, 03:21:46 am
Remove your text offset first off.

Second, you are writing to the setup event, which is 2000 you need to write to the actual event which is offset 4000.

Third, give this a try: http://ffhacktics.com/smf/index.php?topic=8229.0

Also. Your event should be called  event.txt   
Nothing else unless you changed the name to compile
In the config.ini
Title: Re: Easyvent Editor Super Perfect HELP!!!!
Post by: Snap006 on May 09, 2013, 09:39:08 am
OMG. It's that easy! I feel like an idiot lol. Thanks a lot.