Author Topic: Console Logging  (Read 2443 times)

xephael

  • Posts: 6
  • Turrets: +0/-0
Console Logging
« 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?

Lakitu7

  • Tremulous Developers
  • *
  • Posts: 1002
  • Turrets: +120/-73
Console Logging
« Reply #1 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.

Raytray

  • Posts: 355
  • Turrets: +3/-19
    • http://trem-null.com
Console Logging
« Reply #2 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.
}MG{Raytray

TBob

  • Posts: 19
  • Turrets: +0/-0
Console Logging
« Reply #3 on: March 28, 2007, 01:31:49 pm »
erm... /logfile 3

Lakitu7

  • Tremulous Developers
  • *
  • Posts: 1002
  • Turrets: +120/-73
Console Logging
« Reply #4 on: March 28, 2007, 04:46:01 pm »
Quote from: "TBob"
erm... /logfile 3


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