Qhimm.com Forums

Miscellaneous Forums => Gameplay => Topic started by: BaconCatBug on 2016-01-23 01:24:07

Title: Request for FF8-Steam: Draw 100 at a time and capping fast mode to 200% speed
Post by: BaconCatBug on 2016-01-23 01:24:07
A request if anyone happens to have time as I have zero knowledge of modifying FF8.
Title: Re: Request for FF8-Steam: Draw 100 at a time and capping fast mode to 200% speed
Post by: Callisto on 2016-01-23 10:44:54
The Draw cap can be lifted in the .exe. Using a hex editor (such as Translhextion), jump to offsets 0x08FE00 and 0x08FE04 (or 589312 and 589316 if you prefer decimal values), and change the value of the first from 09 to 01 and the second from 09 to 64. Now you should always draw 100 units of each spell in battle.

Don't know about modifying fast mode, sorry.
Title: Re: Request for FF8-Steam: Draw 100 at a time and capping fast mode to 200% speed
Post by: BaconCatBug on 2016-01-23 21:49:16
Sweet! Thank you <3

I can confirm this works, I used DLPB's Hexedit tool with the following FF8_EN.txt in HE_in:

Code: [Select]
FF8_EN.exe
08FE00 = 01
08FE04 = 64