PDA

View Full Version : CoD UO Linux help


Disciple
09-22-2004, 05:17 AM
This might be a really nooby question, but it's driving me insane because I don't know a whole lot about linux or running linux servers. But i'm getting this error when I try to run my UO server

./coduo_lnxded
CODUO MP 1.41 build linux-i386 Sep 10 2004
----- FS_Startup -----
Current search path:
/home/codadmin/.callofduty/uo
/home/codadmin/codlinux/uo/uo
/home/codadmin/.callofduty/main
/home/codadmin/codlinux/uo/main

File Handles:
----------------------
0 files in pk3 files
Hunk_Clear: reset the hunk ok
Sys_Error: Couldn't load default_mp.cfg. Make sure Call of Duty is run from the correct folder.


I'm pretty sure it's looking in the wrong spot for all the files, but i've no idea how to make it look in the right spots... can someone help me out?

Disciple
09-22-2004, 07:53 AM
Well anyway, I got it to work. Problem i'm having now is the server not applying the settings i've set in the config file... My DOM settings are as follows...

// Domination Settings (dom)
set scr_dom_scorelimit "3"
set scr_dom_timelimit "120"
set scr_dom_roundlimit "5"
set scr_dom_roundlength "10"
set scr_dom_respawn_wave_time "15"
set scr_dom_startrounddelay "15"
set scr_dom_endrounddelay "10"
set scr_dom_clearscoreeachround "1"


The roundlength is still 30 mins tho :? I want to change it to 10 mins.

Smitty5k
09-22-2004, 12:20 PM
Are you specifiying the config file when you start the server?

This is what I use

./coduo_lnxded pb_sv_enable +set net_ip YER.IP.HERE.DUDE +set net_port 28960 +set dedicated 2 +exec uo.cfg +map_rotate &

using just ./coduo_lnxded won't tell it what config file to use.