ID:164098
 
Uuum, well, its says you can open Dream Daemon with a command line thing to make it log all errors into a file.

Normally I would click the exe and add -log somewere but right now any place I can add -log (in the property menu of the exe) will only change the name.

So i'm a bit confuzed.

Could someone explane how this is done?
Well if you just want the log file from your game and your the programmer who has access to the code, just set the world log file's name.

For example:
world
New()
.=..()
log="Debug.log"


You would have to set it at world creation because it cannot be set at compile-time.

If you don't have access to the files and only running through Dream Daemon, I can't really help you too much on that since I only have little experience in that area.