• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
June 02, 2024, 11:21:23 am

News:

Use of ePSXe before 2.0 is highly discouraged. Mednafen, RetroArch, and Duckstation are recommended for playing/testing, pSX is recommended for debugging.


Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - VineCM

1
Help! / Re: Cloud Strife - Earlier?
May 22, 2024, 03:30:34 pm
Yes! ;-) you can edit your savegame using LionEditor(PSP) or FFTastic(PSX),
There you can place any character in your formation in any part of the game.
Read more about these Tools at: https://ffhacktics.com/wiki/Tools
2
Quote from: DarthFutuza on November 26, 2019, 02:14:44 pm6) Setup the event..  Open up EasyVent Editor Super Perfect 2.0 and load up one of the game's default events that would appropriate to stick your character in.  As an example, instead of using just a new character, I'm going to both edit Mel's brave entry and add a new one for the new character.  So, I'll be picking #448 (Hall of St. Murond Temple Vormav and Meliadoul talk) as my event to edit.  Make whatever changes to the event you need to (see other tutorials for help with that), and then at the end before the dialogue part starts, and just before the last EventEnd() cmd happens, I'll add the following.
//increase Mel's bravestory entry by 1
ADD(x03ED,x0001)

//set our bravestory entry for our new character to 1
ZERO(x03FC)
ADD(x03FC,x001)
This will first, increase Mel's bravestory one more time, so that she can stop having daddy issues in her bravestory bio.  Then it will first set the variable for our new character to 0 (we do this just in case it wasn't already 0, because it hasn't ever been initialized there's no guarantee it isn't some random number) using the ZERO cmd, then we add 1 to it, to set it to 1.  This will activate our brave story entry for the new character.  (Just a reminder, we used x03FC because that was what slot picked in step 1 for our new character, and Mel's is 03ED).

7) Apply the patch.  Alright that's pretty much it, you made it through.  Go ahead and compile and save your event, then apply it like you would any other event and patch your iso with the new event.  Then go ahead and load up the game and test it to see if it works.  Good luck!


--
Let me know if I've gotten anything wrong, or need to make any corrections and I'll be happy to update the tutorial.  Hope it helps someone.

Is it possible to add a new character bio from the beginning of the game? just like Darlavon has been there in "Personae" since the beginning. (PSP version)
Is there any way to put the bio without having to add it to an event?
3
Help! / Aerith in “Personae”
May 21, 2024, 04:07:41 pm
Hello! ;)  Does anyone know how to put Aerith in "Personae" without replacing the characters? in the PSP version
Just like in the image I attached.