Final Fantasy Hacktics

Modding => Help! => Topic started by: NiteKat on November 26, 2019, 05:05:50 pm

Title: Extracting Class Growth and Multipliers
Post by: NiteKat on November 26, 2019, 05:05:50 pm
Hello,

I hunted around with Google and the forums and couldn't find either the information on the growth divisors and stat multipliers for the WoTL version for every class. I found a few resources, but things are a mix of PSX info and PSP, so it's very easy to mix up which is which, to the point where I'd like to just take it from the source (WoTL ISO), but I cannot find any tools about modding/extracting this information specifically. Would really appreciate it if someone can point me in the right direction.  :)
Title: Re: Extracting Class Growth and Multipliers
Post by: DarthFutuza on November 26, 2019, 05:47:45 pm
You can use the FFTPatcher (http://ffhacktics.com/wiki/FFTPatcher) to extract this information.  Just start a new PSP patch, to view each jobs multiplier. 
eg:
(https://i.imgur.com/8aJ3Zus.png)

Title: Re: Extracting Class Growth and Multipliers
Post by: NiteKat on November 26, 2019, 06:29:09 pm
Awesome, this is exactly what I needed! Thank you!
Title: Re: Extracting Class Growth and Multipliers
Post by: Raijinili on December 03, 2019, 09:11:06 pm
You can also do it programmatically by using IronPython to load FFTPatcher and extract the data, but it's a bit involved.

Here are the files I generated for the Level Simulator, using the above technique. I guess I should put it on the wiki.