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: TBoberm... /logfile 3

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