Miscellaneous Forums > Scripting and Reverse Engineering

FF8 Battle Flashes Disabled

(1/3) > >>

DLPB_:
I worked with JWP to solve this issue for user Giud, and eventually we got there.  FF8 is a NIGHTMARE to debug.  The optimizer being on without stack frames is only the start.  This may be useful to those with epilepsy.  Use HextEdit (or other hex editor) with the following:


--- Code: ---FF8_EN.exe

{For certain flashes like critical attacks
{1067BC = 90:5

{Disable all battle flashes
1712C0 = C3

--- End code ---

When using HextLaunch (memory addresses), it is


--- Code: ---{For certain flashes like critical attacks
{5067BC = 90:5

{Disable all battle flashes
5712C0 = C3

--- End code ---

If you only want specific critical flashes to be disabled, move the curly bracket { over the second entry and remove it from the first.

This is for the English Steam version.  Other versions will need new addresses.


Mcindus:
Great work!!!

Looking forward to more FF8 mods from you in Hext!

gaaasstly:
Can you clarify the syntax for me?

{ = comment?
address = relative or absolute?
<address> = <hex>:<size>?

@Mcindus -> http://forums.qhimm.com/index.php?topic=15354.msg252994#msg252994

DLPB_:
Download HextTools 3.0 from tools.  It comes with full help file.

52983562983629:
Hey do you know how to disable flashes on international versions of Steam? I'm from Italy and I would really like to do it.

Navigation

[0] Message Index

[#] Next page

Go to full version