How to find the logs/config

On June 20, 2010 at 02:05:36 PM
I thought I'd better post about this because it's an obscure location sometimes.


Any version with launcher:
Use "Find Config Folder" option in launcher options.

0.5.3+ (Linux)
Follows the XDG base directory specification.
If you have no idea what that means, the defaults are:
Config: ~/.config/daftgames/slt/
Other data(e.g. logs): ~/.local/share/daftgames/slt/

Pre 0.5.3 (Linux):
Go to ~/.daftgames/slt/


Also, I'd better explain what's in here:
Code:
[1356110451296][Info]    [Main] Smells Like Tuesday version 0.5.7.0-dev-233eaf2.
[1356110451296][Info]    [Config] Returning "1" for config "ConfigReset".
[1356110451339][Info]    [Config] Returning "1280" for config "ScreenWidth".
[1356110451339][Info]    [Config] Returning "720" for config "ScreenHeight".
[1356110451340][Info]    [Config] Returning "0" for config "Fullscreen".
[1356110451340][Info]    [Config] Returning "0" for config "Multisample".
[1356110451340][Info]    [Config] Returning "4" for config "MultisampleSamples".
[1356110451340][Info]    [Config] Returning "1" for config "Debug".
[1356110451603][Info]    [Config] Returning "0" for config "VSync".
[1356110451603][Info]    [Config] Returning "1" for config "UseShaders".
[1356110451603][Info]    [Config] Returning "1" for config "Debug.Sync".
[1356110451604][Info]    [GLGraphics] OpenGL info :
[1356110451604][Info]    [GLGraphics]    Vendor : NVIDIA Corporation
[1356110451604][Info]    [GLGraphics]    Renderer : GeForce GTS 450/PCIe/SSE2
[1356110451604][Info]    [GLGraphics]    Version : 3.3.0 NVIDIA 310.14


So, now if the game crashes, goes weird or just wont start, you know where to find the relevant info to tell me about it. Oh, and if you're going to post logs put them in code tags:

[code]like this[/code]