Modding => Help! => Topic started by: toast on November 24, 2010, 10:17:01 pm
Title: Problems using Event Compiler
Post by: toast on November 24, 2010, 10:17:01 pm
So, I've been trying to edit events. I use the decompiler on the TEST.EVT, rename the newly created file to event.txt, and made some changes to the first cutscene as a test. But when I go to open the compiler, it takes like ten minutes to open, and then when I click the compile button, the program freezes.
What's the problem here? Something I did wrong maybe? I honestly have no idea.
Title: Re: Problems using Event Compiler
Post by: ffta707 on November 25, 2010, 09:14:20 am
You don't rename anything. Event.txt comes with the compiler/ decompiler. When you decompile the TEST.EVT, a text file named psxevents. Open that in notepad. Take the event you want out of it (I'd stick with the first one since you are new to this. Copy the first event you want, and past it into the Event.txt.
Title: Re: Problems using Event Compiler
Post by: toast on November 25, 2010, 12:53:52 pm
... Ah, yes, that was the problem, thank you.
There seem to be multiple copies of each event in the file generated by the decompiler. Is there a way to pick out the "true" events amongst the "dummies"?
Title: Re: Problems using Event Compiler
Post by: Xifanie on November 25, 2010, 02:55:02 pm
They are all true events.
Filler events are not decompiled. The "setup" events that is.
Here's the list: http://www.ffhacktics.com/wiki/Event_Sc ... orrelation (http://www.ffhacktics.com/wiki/Event_Scripts_and_Scenario_Order_correlation)
Title: Re: Problems using Event Compiler
Post by: toast on November 26, 2010, 03:23:36 pm
Hmm... this is gonna take some time then.
Zodiac, weren't you working on an event editing program a couple months ago? I saw a screenshot of it in another thread, and it looked awesome. Have you finished it yet?
(http://zodiac.ffhacktics.com/Event_Editor.png)
Title: Re: Problems using Event Compiler
Post by: Xifanie on November 26, 2010, 04:27:52 pm
ETA 2012
Title: Re: Problems using Event Compiler
Post by: toast on November 26, 2010, 06:47:08 pm
Huh. Okay. Guess I have no choice but to stick with the Event Compiler for now. That list you linked me to ought to help me out a bit though. Thanks.
Title: Re: Problems using Event Compiler
Post by: philsov on November 29, 2010, 12:05:55 pm
If all you're doing is minor edits, I've already seperated out each event and removed the dummy text. I infact removed too much text, but the disclaimer with that linked post should explain everything.
(if the link takes you to the top of the topic like it does half the time, scroll down to the half-bottomish)
Title: Re: Problems using Event Compiler
Post by: toast on November 30, 2010, 09:43:30 am