PDA

View Full Version : Call of Duty - Tried seta g_logsync "1" & seta


Da_Bears
12-28-2003, 12:27 AM
Running Call of Duty on a windows server. I put seta g_logsync "1" & seta g_logsync "2" in the config file on seperate occasions and still cannot get the game to continuously update the game log. Any ideas what I may be doing wrong? The Rcon commands work for SW, but nothing else. I used the debug screen and confirmed the rcon status updates with no problems. SW is on the same machine as the game. I did point SW to the CoD main folder where the game log is kept at.

Cobra
12-28-2003, 07:08 PM
are you connected to the logfile ?
are you using ftp or dir file access to the log file ?

And allso remeber that Cod dont send any messages there as long that it is no people in the server.
So if you have a empty server it will never get any log in there.

Da_Bears
12-28-2003, 08:21 PM
Got it Cobra. Was missing a line in the config file. Only added set g_logSync "1" and set g_log "games_mp.log". I also needed to add set logfile "1". Even then, I had some problems getting it started, but then figured out that I have to remove the +set fs_game MyMod from the target line. Thanks for the help.