• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
June 16, 2025, 06:51:30 pm

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!


Dummy text in the compiler

Started by EpikComplex, October 21, 2009, 02:55:17 am

EpikComplex

October 21, 2009, 02:55:17 am Last Edit: December 31, 1969, 07:00:00 pm by EpikComplex
Hi I was wondering how you could identify dummy text in the psp events.txt. I was trying to edit the dialogue where they talk outside the orbonne monastary but I saw three of the same ones. Any help?

Xifanie

October 21, 2009, 07:25:17 am #1 Last Edit: December 31, 1969, 07:00:00 pm by Xifanie
As cheetah already said in your other topic: There is no dummy text in the PSP version.

If you check the list:
http://www.ffhacktics.com/wiki/Event_Sc ... orrelation

0x003 : Orbonne Battle (Setup)
0x004 : Orbonne Battle
0x005 : Orbonne Battle (Gafgarion and Agrias chat)
0x006 : Orbonne Battle (Abducting the Princess)

The setups event have no script or instructions, they are just there to fill it seems.
0x004-0x005-0x006 all have the same text, whoever they do not use the same lines. The way it was done was likely for a simple copy/paste to keep tract of which event it is originally?
I have no idea but all that text is unecessary. I wouldn't call it dummy text but just a waste of space.
In any case you should just edit the text for one event and copy/paste into the others. Compile each of them and you're done.
  • Modding version: PSX
Love what you're seeing? https://supportus.ffhacktics.com/ 💜 it's really appreciated

Anything is possible as long as it is within the hardware's limits. (ie. disc space, RAM, Video RAM, processor, etc.)
<R999> My target market is not FFT mod players
<Raijinili> remember that? it was awful

EpikComplex

October 22, 2009, 12:05:17 am #2 Last Edit: December 31, 1969, 07:00:00 pm by EpikComplex
ohhh ok thnx for the clarification zodiac and also for the correlation list, I've been looking for something like that all over!