basically this is what I got
Question 1:
how do I got about finding WHERE these codes are in the hex file?
for example, max money, in the patch editor i use from PS3 BruteForce Save Data, I can double click the 0098967F part and it'll take me in random parts of the hex editor, but that just depends where my scroll bar is at, so its not taking me to the right one lol. And double clicking the first part says not found.
Basically I want to alter Mastery Tonic G to give me 99 instead of 1, because you can get 99 [by altering the save file which that code is available]...but its effing hard because you can't buy it anywhere (as far as I'm aware) so my stupid eleth mixer sometimes creates a tonic but it takes ages, and I still have a lot of unlearned titles (skills).
And I know if I alter an item because as you get more items the slot changes for said item, and so in the hex edit for the save file it won't be in the same place it was before...but if I can at least figure this part out, I may be able to figure that part out later on.
sooo any help is great help, thank you.
Code:
; Tales Of Graces f
; BLUS30903
;From Game Genie For PS3
:BLUS30903-SYSDATA\TOGSYS.BIN
:BLUS30903-APPDATA*\TOGAPP.BIN
[Max Amount Of Times Cleared]
00000001 000000FF
[Enable Chaos Mode]
00000003 00000001
[Max Money]
200076D4 0098967F
[Max Eleth Mixer Energy]
2000ABF8 270E270E
[Max Eleth Mixer Slots]
0000AC1C 00000010
[Mastery Tonic G]
0000A65F 00000001
Question 1:
how do I got about finding WHERE these codes are in the hex file?
for example, max money, in the patch editor i use from PS3 BruteForce Save Data, I can double click the 0098967F part and it'll take me in random parts of the hex editor, but that just depends where my scroll bar is at, so its not taking me to the right one lol. And double clicking the first part says not found.
Basically I want to alter Mastery Tonic G to give me 99 instead of 1, because you can get 99 [by altering the save file which that code is available]...but its effing hard because you can't buy it anywhere (as far as I'm aware) so my stupid eleth mixer sometimes creates a tonic but it takes ages, and I still have a lot of unlearned titles (skills).
And I know if I alter an item because as you get more items the slot changes for said item, and so in the hex edit for the save file it won't be in the same place it was before...but if I can at least figure this part out, I may be able to figure that part out later on.
sooo any help is great help, thank you.







