How do I enable debugging and "check the logs"?

G-Max

Deity
Joined
May 20, 2006
Messages
2,556
...whatever that means...
 
In the .ini file (the main BtS .ini, so the one which is linked in Documents\My Games\BtS), change these values:
PHP:
; Set to 1 for no python exception popups
HidePythonExceptions = 1

[...]

; Create a dump file if the application crashes
GenerateCrashDumps = 0

; Enable the logging system
LoggingEnabled = 0

; Enable synchronization logging
SynchLog = 0

; Overwrite old network and message logs
OverwriteLogs = 0

; Enable rand event logging
RandLog = 0

; Enable message logging
MessageLog = 0

Change 0 to 1 and 1 to 0, that should be all here.
 
"Overwrite old network and message logs" was already set to one. Do I leave it alone?

And... um... where are the logs?
 
In your BTS folder you have a shortcut to the Logs folder.
It's location depends on your Operating System - in XP it's in '...\My Documents\My Games\Beyond the Sword\Logs'.
 
Ah. I have no idea how I missed that...
 
Top Bottom