PDA

View Full Version : COD:UO Linux Server Log Problem


OP-Sparrow
12-02-2004, 02:42 AM
I've tried everything i can think of but i still can't get my server to write to the games_mp.log, can anyone help?

//console log - 0=no log 1=buffered 2=continuous 3=append
set logfile "1"
set g_logsync "2"
set g_log "games_mp.log"

And here is what i have for a start up script:

PARAMS="./coduo_lnxded +set punkbuster 1 +set dedicated 2 +set fs_game uo +set net_ip 209.67.210.126 +set logfile 1 +set g_logSync 2 +set g_log games_mp.log +exec dedicated.cfg"

imported_Sac
12-02-2004, 06:33 PM
Make sure you're looking in the default homepath...

~/.callofduty

It's a hidden folder.

MajorWoody
12-03-2004, 01:21 AM
You can also set the "fs_homepath" and "fs_basepath" in your startup and the logs will go there. Set both to your COD folder (i.e. where "main" and "pb" and "uo" folders are)