Tremulous Forum
General => General Discussion => Topic started by: xephael on March 27, 2007, 09:45:43 pm
-
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?
-
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.
-
I do it with a bash script, see if you can make one and run it with cygwin.
-
erm... /logfile 3
-
erm... /logfile 3
Well then, isn't that nice :) Thanks.