MappingHell

Archive => The Mega Archive => Topic started by: Leo on October 12, 2011, 09:48:14 PM

Title: Chat Log Files
Post by: Leo on October 12, 2011, 09:48:14 PM
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?

Title: Re: Chat Log Files
Post by: Pupskuchen on October 12, 2011, 10:05:43 PM
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^^
Title: Re: Chat Log Files
Post by: vampirefrog on October 13, 2011, 12:39:52 AM
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?
Title: Re: Chat Log Files
Post by: Leo on October 13, 2011, 06:17:17 PM
Windows XP
Title: Re: Chat Log Files
Post by: vampirefrog on October 13, 2011, 03:55:27 PM
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
Title: Re: Chat Log Files
Post by: Leo on October 14, 2011, 09:42:17 AM
It works!
Thanks for that.
Title: Re: Chat Log Files
Post by: vampirefrog on October 15, 2011, 01:13:50 AM
Quote from: Leo on October 14, 2011, 09:42:17 AM
It works!
Thanks for that.
:chao: