Final Fantasy Hacktics

Modding => Help! => Topic started by: Jumza on May 16, 2012, 11:15:01 pm

Title: Event Editing Problem
Post by: Jumza on May 16, 2012, 11:15:01 pm
Ok getting straight to the problem, in the event in chapter 4 in with which Ramza and Co. are chasing Rofel through orbonne's underground library, appears to have some sort of error in it... When I first finished the beginning of the event, the victory scene went as it did in vanilla (text boxes showed coming from the door with Rofel talking etc...) but when i tried to edit it at all, it showed the final message and the game just stopped doing stuff. (the music played and everyone just stared at the door) then when I put the regular event back in with no edits whatsoever, it does the same thing, just with the vanilla text showing up. (I know its rather long winded) I was wondering why this is happening and how I can fix it. It may have something to do with Ramza (Unit ID 03) not being on the field because i also changed the final message to appear for Unit ID 35.
Title: Re: Event Editing Problem
Post by: 3lric on May 16, 2012, 11:39:42 pm
Quote from: Jumza on May 16, 2012, 11:15:01 pm
Ok getting straight to the problem, in the event in chapter 4 in with which Ramza and Co. are chasing Rofel through orbonne's underground library, appears to have some sort of error in it... When I first finished the beginning of the event, the victory scene went as it did in vanilla (text boxes showed coming from the door with Rofel talking etc...) but when i tried to edit it at all, it showed the final message and the game just stopped doing stuff. (the music played and everyone just stared at the door) then when I put the regular event back in with no edits whatsoever, it does the same thing, just with the vanilla text showing up. (I know its rather long winded) I was wondering why this is happening and how I can fix it. It may have something to do with Ramza (Unit ID 03) not being on the field because i also changed the final message to appear for Unit ID 35.


Sorry i deleted my first post because i misread the issue.

Can you post the event in pastebin and make a link here? I would like to take a look.
It may be an issue with the Unit ID, but I find it rather unlikely
Title: Re: Event Editing Problem
Post by: Jumza on May 17, 2012, 04:43:44 pm
kk (never used pastebin, ill give it a shot though)
http://pastebin.com/DakdQdqY
As you can see, i have only edited message 7's character name from {Ramza} and in the instruction changed x03 to x35. I have edited very little of this event so far, and yet im getting this crazy error  :?
Title: Re: Event Editing Problem
Post by: 3lric on May 17, 2012, 08:51:51 pm
Alright, home from work

/me cracks knuckles


First off,

Remove this

QuoteText(x0000017D)
//Remove the previous line if you wish text to compile directly after instructions.


Also, why do your messages start at 4? Is this what is what in vanilla? Cuz it should start with 1 and increase as it goes on.

Try this, and if it still doesn't work PM me and we can figure it out together.
Title: Re: Event Editing Problem
Post by: Jumza on May 17, 2012, 09:45:47 pm
Oh yes, right keep forgeting to get rid of that line >.<
The messages start at 4 because this part of the event is when you have completed the battle, this is as it was in vanilla as well.
Title: Re: Event Editing Problem
Post by: 3lric on May 17, 2012, 09:58:54 pm
hmm, ive still never done it that way successfully, without issue. I would first suggest changing the numbers to 1-4 (or however many there is) the number of the line in the victory or other event condition, has nothing to do with the first events dialogue :P They may happen in the same battle, but they are still separate events
Title: Re: Event Editing Problem
Post by: Jumza on May 17, 2012, 10:17:42 pm
Oh! It worked! Sweet, thx for all ur help Elric! I'm just wondering now though, what caused that to happen? because that's exactly the same thing as it was in vanilla and it screwed up completely (well i changed a value and a name so...)
Title: Re: Event Editing Problem
Post by: Xifanie on May 17, 2012, 10:26:18 pm
Because this:
//Message x04
is a comment.

If you truly want to start at x04, you need to put {end}{end}{end} before your first message. It is only a hint and should never be considered as a real ID.
Title: Re: Event Editing Problem
Post by: 3lric on May 17, 2012, 10:29:01 pm
From what i understand from Kokojo, the compiler used to allow that to work, but now it doesn't for some reason, Ive had this issue every time I've tried.

Anyway, glad it worked out for ya. If you have any other event questions. Don't hesitate to ask!
Title: Re: Event Editing Problem
Post by: Xifanie on May 17, 2012, 10:35:36 pm
I don't know where Koko pulled that from lol, I coded the compiler and out of the 2 versions released, neither does what he claims. :P
Title: Re: Event Editing Problem
Post by: 3lric on May 17, 2012, 10:49:18 pm
Maybe it wasn't exactly that. I just know it had something to do with  dummy text. Or maybe it was just his excuse for being to lazy to remove it :P
Title: Re: Event Editing Problem
Post by: Jumza on May 17, 2012, 10:58:58 pm
 Thanks again :)