Author Topic: Request for FF8-Steam: Draw 100 at a time and capping fast mode to 200% speed  (Read 3864 times)

BaconCatBug

  • *
  • Posts: 37
    • View Profile
A request if anyone happens to have time as I have zero knowledge of modifying FF8.

Callisto

  • *
  • Posts: 303
    • View Profile
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.

BaconCatBug

  • *
  • Posts: 37
    • View Profile
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
« Last Edit: 2016-01-23 22:13:45 by BaconCatBug »