• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
June 15, 2024, 05:23:56 am

News:

Don't be hasty to start your own mod; all our FFT modding projects are greatly understaffed! Find out how you can help in the Recruitment section or our Discord!


Easyvent Editor Super Perfect HELP!!!!

Started by Snap006, May 08, 2013, 02:27:21 am

Snap006

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.

3lric

May 08, 2013, 03:21:46 am #1 Last Edit: May 08, 2013, 02:24:29 pm by Elric
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
  • Modding version: PSX

Snap006

OMG. It's that easy! I feel like an idiot lol. Thanks a lot.