News:

Come Chat with us live! Learn how HERE!

Main Menu

Console Logging

Started by xephael, March 27, 2007, 09:45:43 PM

xephael

On a win32 install, how would you log all console messages to a file from the moment the game is started, to when you quit it?

Lakitu7

I don't think that's possible. Hell, I'd even just like to increase the size of the buffer, personally.


However, you can do /condump somefilename.txt to dump what IS currently in your console buffer to somefilename.txt in your base directory.

Raytray

I do it with a bash script, see if you can make one and run it with cygwin.
}MG{Raytray

TBob


Lakitu7

Quote from: TBoberm... /logfile 3

Well then, isn't that nice :) Thanks.