Chat Log Files

Started by Leo, October 12, 2011, 09:48:14 PM

Previous topic - Next topic

Leo

I was just wondering...Is the chat from Sauerbraten logged (as in saved in a .txt file). If not are there any mods etc that do?


Pupskuchen

I don't know if Sauerbraten does that, but Cube Server Lister has a function to show the game output...I never use this, so don't ask me.
Don't know if this helps you^^

vampirefrog

Some of the server mods can do this, but if you want to log sauerbraten output to a file, you can just modify the sauerbraten script to redirect its output to a file. What OS are you on?

Leo


vampirefrog

Well, on windows sauerbraten is started from a batch file

instead of :


start bin\sauerbraten.exe "-q$HOME\My Games\Sauerbraten" -glog.txt -r %*


you can write

start bin\sauerbraten.exe "-q$HOME\My Games\Sauerbraten" -glog.txt -r %* > sauerlog.txt


and then check sauerlog.txt in your sauer folder

Leo

It works!
Thanks for that.

vampirefrog