Final Fantasy Hacktics

Modding => Help! => Topic started by: Pickle Girl Fanboy on July 11, 2011, 05:57:57 pm

Title: generating hacking spreadsheets and xml
Post by: Pickle Girl Fanboy on July 11, 2011, 05:57:57 pm
Can fftorgasm be used for other games?
Anyone feel like giving a tutorial on making spreadsheets that can be used to generate hacks in xml for other games, but using fftorgasm?
Title: Re: generating hacking spreadsheets and xml
Post by: Glain on July 12, 2011, 11:36:52 am
I haven't looked at the code, but based on how the XML patches look, you've got enough information to patch any game, so long as it can read the ISO. The procedure for patching other games would be no different than patching FFT. You'd just have to know what you're trying to patch -- file paths, file names, offsets -- and put those in the XML patches. (<Location file="PATH_FILENAME" offset="OFFSET"> tags.)