debugging:debugconfig
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
debugging:debugconfig [2023/04/24 03:20] – created mit | debugging:debugconfig [2023/04/24 03:54] (current) – mit | ||
---|---|---|---|
Line 5: | Line 5: | ||
=== To activate debug config on the client === | === To activate debug config on the client === | ||
- | Create a file called | + | Create a file called |
- | e.g | + | e.g\\ |
'' | '' | ||
- | Each config mode should appear on a new line. | + | The name on the left indicates the config |
- | The name on the left indicates the config | + | **Mode 0** = Debug off\\ |
+ | **Mode 1** (and above) = Print to the system | ||
+ | **Mode 2** = Print to a file called ' | ||
+ | **Mode 3** = Print to the game chat window\\ | ||
- | Mode 0 = Debug off | + | To see the output for log mode 1 you will need to access the debug output |
- | Mode 1 (and above) = Print to the system debug output stream | + | |
- | Mode 2 = Print to a file called ' | + | |
- | Mode 3 = Print to the game chat window | + | |
- | + | ||
- | To see the output for log mode 1 you will need to have access | + | |
Activating mode 2 can affect game performance so its probably not wise to leave that set all the time. | Activating mode 2 can affect game performance so its probably not wise to leave that set all the time. | ||
As well as '' | As well as '' | ||
- | + | \\ | |
- | '' | + | < |
LogLogin | LogLogin | ||
LogCurlVerbose | LogCurlVerbose | ||
LogDownloadableAssets | LogDownloadableAssets | ||
- | LogVehicleAssets'' | + | LogVehicleAssets |
+ | </ | ||
so, if your client' | so, if your client' | ||
+ | \\ | ||
+ | < | ||
+ | LogScriptTrace=2 | ||
+ | </ | ||
- | '' | + | .. you would get LogTest messages output to the debug console and ScriptTrace message written to the DevLog.txt file. (See [[scripting: |
- | LogScriptTrace=2'' | + | |
- | + | ||
- | .. you would get LogTest messages output to the debug console and ScriptTrace message written to the DevLog.txt file. | + | |
=== DebugConfig on server === | === DebugConfig on server === |
debugging/debugconfig.1682324451.txt.gz · Last modified: 2023/04/24 03:20 by mit