PDA

View Full Version : Linux server not writing to games_mp.log


OP-BaboonAss
09-23-2004, 07:28 PM
I'm trying to get the gog file to work w/ a linux server, these are the parameters im using when launching the game:
+set punkbuster 1+set dedicated 2 +set net_ip 67.18.204.75 +set logfile 2 +exec server.cfg

Can anyone help me with this?

Clanwarz
09-24-2004, 05:25 PM
You need to specify what to call it. Try removing that insert in your command line and adding this section to your server.cfg:

// Log Settings
set g_logsync "1" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log