W
Wutai Clan
Guest
Here, this package contains three debug versions, try them all, and let me know which if any works. (Run in windowed mode for the test.)
http://www.mediafire.com/?d3apd6xwex9yc7g
Basically, I've disabled several features in each version, to try to narrow down where it's going wrong.
Here are the test descriptions.
DLL Load Test:
This test does nothing but show a messagebox, every other feature is disabled, if this doesn't work, it's a runtime\compile issue.
Console Only Test:
This test will just load the debug console, this will tell me if that's somehow causing issues. (Though it was disabled by default.)
No Logging Test:
This test will load everything, but disables all logging features, to determine whether the logging method is an issue.
---
I forgot to include the .ini file, just put this in a .txt file, and name it GameSettings.ini, if you don't still have a copy..
Code: [Select]
http://www.mediafire.com/?d3apd6xwex9yc7g
Basically, I've disabled several features in each version, to try to narrow down where it's going wrong.
Here are the test descriptions.
DLL Load Test:
This test does nothing but show a messagebox, every other feature is disabled, if this doesn't work, it's a runtime\compile issue.
Console Only Test:
This test will just load the debug console, this will tell me if that's somehow causing issues. (Though it was disabled by default.)
No Logging Test:
This test will load everything, but disables all logging features, to determine whether the logging method is an issue.
---
I forgot to include the .ini file, just put this in a .txt file, and name it GameSettings.ini, if you don't still have a copy..
Code: [Select]
Code:
[Debug Console]Enabled = true[Infinite Item Use]Enabled = true[MP Regeneration Settings]Enabled = trueRate = 6[Random Battle Settings]Enabled = trueRate = 2[Battle Reward Multipliers]Enabled = trueEXP = 2GIL = 2AP = 2
Last edited: