FF7: What is SSI_DEBUG?

  • Thread starter Thread starter Myria kitty
  • Start date Start date
Status
Not open for further replies.
M

Myria kitty

Guest
In my DLL, I replace the advapi32.dll Reg* functions with my own implementation.  I noticed that FF7 accesses some registry values that don't seem to exist in the default installation.  One of them is the value SSI_DEBUG.  What is it?

A Chinese forum post I found through Google has the string "FicedulaForceLog" assigned to the SSI_DEBUG registry value.

Thanks!
 
That's the debug hook, I think, to output debug messages to a terminal.
 
Ah, yeah, I found that in the code.  If you assign the string "SHOWMETHEAPPLOG" to the SSI_DEBUG value, FF7 will OutputDebugString stuff.

Another interesting one is the "wave_music" key.  To enable it, put "ENABLED" as a string value "wave_music" in the "Final Fantasy VII" registry key.  It ends up setting the variable at 0x00DDFFE4 (1.02) to 1, but I don't notice anything different with this mode enabled.
 
Status
Not open for further replies.
Back
Top