Final Fantasy Hacktics

Modding => Help! => Topic started by: A Blood Red Fox on October 01, 2014, 11:31:49 pm

Title: Changing Ramza's Default Name
Post by: A Blood Red Fox on October 01, 2014, 11:31:49 pm
Both of my projects would benefit from being able to change the default name for the main character. Anyone know how?
Title: Re: Changing Ramza's Default Name
Post by: Jumza on October 01, 2014, 11:55:50 pm
While I've never actually done it before, have you tried changing it in TacText to see if that works?

(Just curious)
Title: Re: Changing Ramza's Default Name
Post by: A Blood Red Fox on October 02, 2014, 03:44:18 am
I haven't since I've heard that causes things to crash. The name in tactics is just a thing that says to call up the name that was entered.
Title: Re: Changing Ramza's Default Name
Post by: 3lric on October 02, 2014, 08:34:30 am
It doesn't cause anything to crash, dunno where you heard that, but you were misinformed...

If it is anywhere that can currently be accessed, then yes, it would likely be tactext.

However, I haven't tested this, so I cannot guarantee.

The problem would be that you'd then have to change every single instance of
{Ramza} in every single event. Because that it how it knows to use the name you entered.

Title: Re: Changing Ramza's Default Name
Post by: TheMexicanSpider on October 17, 2014, 09:34:51 pm
I was having problems with this.

When ever i go to change the {Ramza} to something else,it does not let me save it.

I have found the {Ramza} texts in the PERSON section of the editor.

EDIT: it saves with out the {}. why? and will it work without?
Title: Re: Changing Ramza's Default Name
Post by: Jumza on October 17, 2014, 09:51:19 pm
{Ramza} is in reference to actual events in the game, like when Ramza has in battle dialogue or whatever, not when Ramza appears in the text editor (does it even appear as {Ramza} in there?)
Title: Re: Changing Ramza's Default Name
Post by: TheMexicanSpider on October 17, 2014, 10:18:07 pm
yea for a few lines in the person tab. In the Unit Name tab it does not though.
Title: Re: Changing Ramza's Default Name
Post by: TheMexicanSpider on October 17, 2014, 10:20:25 pm
I changed the Unit Name Ramzas and it changed the default name but idk if i need to change the {Ramza}s in the Person tab. If i dont will it effect the game and cause errors?
Title: Re: Changing Ramza's Default Name
Post by: Jumza on October 17, 2014, 10:38:18 pm
The only thing I could think of is the game incorrectly displaying Ramza in some places. You should test it out if you have the time :)
Title: Re: Changing Ramza's Default Name
Post by: Xifanie on October 17, 2014, 11:00:16 pm
I honestly don't know if it's in Tactext or not. The way I did it was opening the SCUS in a hex editor, searching for Ramza in hex which is 1B24303D24, then replace it by what I wanted.
You can find the hex values associated to each character on this page (http://ffhacktics.com/wiki/Font)
Title: Re: Changing Ramza's Default Name
Post by: TheMexicanSpider on October 17, 2014, 11:14:29 pm
Well thank you to both of you! I will try both and will get back to you both.