After making my BSFE 0% Growths Hack, i feel like some people might be interested in learning how to edit Growths in BSFE.
Im not very good at coding myself, and there may be a more convenient way to do this, but the way i changed growths was by using a Hex Editor (i used HxD in my case)
All Growth Rates are saved in the same way. Hex Numbers representing a growth ordered like this:
Strength / Skill / Speed / Luck / Defense / Resistance / HP / Weapon Level
The Growth Rates are literally just hex numbers so 1% would be 01 and 10% would be 0A, so editing is pretty straight forward
To make finding specific characters growths easier, heres a compiled list of them. (To look for Hex Strings in HxD you need to press Ctrl+F and make sure to look for Hex Values in All Directions)
Nyna (Both E1 and E4)
0A 0A 0A 0A 0A 03 0A 1E
Midia
1E 32 32 0A 14 03 50 32
Dolph
1E 28 1E 0A 14 03 46 46
Macellan
1E 0A 14 0A 0A 03 32 28
Tomas
14 14 1E 0A 0A 03 32 32
Boah
0A 0A 0A 0A 0A 03 0A 0A
Minerva
1E 32 28 28 14 03 28 46
Hardin
1E 32 3C 1E 14 03 32 46
Catria
28 50 50 28 1E 03 46 46
Est
46 46 46 3C 14 03 32 46
Wolf
28 0A 14 32 14 03 46 3C
Roshea
28 32 28 32 1E 03 50 1E
Frost
0A 1E 14 28 0A 03 3C 46
Rickard
32 14 3C 28 14 03 32 1E
Lena
14 28 14 46 0A 03 0A 28
Navarre
32 28 32 3C 14 03 5A 1E
Castor
3C 28 28 14 14 03 46 14
Dice
32 32 32 46 32 03 3C 1E
Malice
28 50 50 28 1E 03 46 46
Camus
3C 3C 3C 3C 3C 3C 5A 3C
Roberto
1E 1E 1E 28 0A 03 28 32
Belf
28 32 32 28 14 03 46 46
Reiden
1E 3C 3C 32 14 03 3C 5A
If you have any questions, feel free to ask. Im definetly gonna look more into BSFE Hacking in the future