Miscellaneous Forums > Scripting and Reverse Engineering

[FF8 Remastered] need help with ff8 exe editing

<< < (3/3)

miruss89:

--- Quote from: miruss89 on 2022-01-23 09:10:08 ---Thank you so much. its works.

Do you know which offset in the file controls Squall's Renzokuken Finisher? i've tried edit each weapon in the kernel.bin with Doomtrain to just enable certain finisher but the game keep crashing. Maybe parameter which are controlling the Renzokuken Finisher are stored in EFIGS.dll or the .exe?

i've got no experience in either programming or reverse engineering. i've tried downloading Ghidra. But don't know how to use it. LOL :'(

--- End quote ---

Finally i've found ways to hex edit the EFIGS.dll to make Renzokuken Finisher to always Lion Heart


To set the Renzokuken Finisher to Lion Heart permanently, change 0x2DAE93 from 8B 16 to B2 03 and 0x2DAEAC from 8B 0E to B1 03

albert:

--- Quote from: Callisto on 2022-01-15 23:37:44 ---Most of the data that's in the exe in 2013 can be found in the EFIGS file in Remastered, but searching using the old strings doesn't help in most cases, as regs are usually different compared to the 2013 version.

To change the Angel Wing multiplier to 3 in Remastered (version 1.0.2), locate offset 0x2E46C4 in EFIGS and change 8D 04 80 to 8D 04 40.

To remove the damage reduction from the Cover Ability, locate offset 0x2E46E3 and change D1 6E 34 to 90 90 90.

--- End quote ---

How could I break the damage cap 9999 with weapon attack? and make Quists limit break to mutiple hit counts?

Navigation

[0] Message Index

[*] Previous page

Go to full version