Tremulous Forum

General => General Discussion => Topic started by: xephael on March 27, 2007, 09:45:43 pm

Title: Console Logging
Post 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?
Title: Console Logging
Post by: Lakitu7 on March 27, 2007, 10:43:38 pm
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.
Title: Console Logging
Post by: Raytray on March 27, 2007, 11:18:52 pm
I do it with a bash script, see if you can make one and run it with cygwin.
Title: Console Logging
Post by: TBob on March 28, 2007, 01:31:49 pm
erm... /logfile 3
Title: Console Logging
Post by: Lakitu7 on March 28, 2007, 04:46:01 pm
Quote from: "TBob"
erm... /logfile 3


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