PDA

View Full Version : Multiple Server Instances Strange Issues


brad626
07-20-2008, 01:31 AM
Ok we run multiple servers, but we give everyone there own set of files, reason being is because we have plenty of hdd space, so it doesn't matter.

Anyways our current setup is perfect in every way but one. It will not use the pb and I think the mods folder of the user, instead it uses it from:

/home/tcadmingamefiles/.callofduty4

even though the user directory is:

/home/tcadminusers/Zoltri46/GameServers/TC43608807665630577132041/

My command line is:

+set dedicated 2 +set net_ip 69.147.xxx.xxxx +set net_port 28960 +set sv_maxclients 12 +set sv_punkbuster "1" +exec server.cfg +map_rotate +set fs_game mods/promod

Anyone know how I can have the pb and mods folder info for the server be pulled from:

/home/tcadminusers/Zoltri46/GameServers/TC43608807665630577132041/

Thanks in advanced

--Brad

theMechanic
07-20-2008, 09:34 AM
you might try the fs_homepath, fs_basepath commands for your command line.

read the multiple servers section of this guide:
http://www.clanmech.com/guides/cod4/index.html

HIS-MOTHER
07-20-2008, 10:53 AM
Your TCADMIN game config should look like this in the default command line area.

+set fs_savepath %userfilespath% +set dedicated 2 +set net_ip %serverip% +set net_port %serverport% +set sv_maxclients %slots% +set sv_punkbuster "1" +exec server.cfg +map_rotate

as the mechanic said, Check to make sure fs savepath is in there. That line also must be in the custom cmdline area if they are using custom cmd lines.

brad626
07-20-2008, 05:30 PM
Actually unfortunately I did try changing the command line and that did not work. It seems to be a glitch in tcadmin. I had to create a new script that executes cor-lnxed and sets the home dir.

Seemed to do the trick, seems it was a very weird error and deals specifically with tcadmin

Thanks for the responses though, Brad

HIS-MOTHER
07-20-2008, 11:49 PM
I can assure you there is no glitch in tcadmin. I run 100's of servers without issue. ;) It's probably a misconfiguration in your TCA.cfg somewhere.

brad626
07-21-2008, 08:50 PM
Actually we confirmed it was a glitch in tcadmin, we use the "unspoken version"

--Brad

HIS-MOTHER
07-22-2008, 11:20 PM
Actually we confirmed it was a glitch in tcadmin, we use the "unspoken version"

--Brad

I've used the linux version. Never had issues with it but then again I never really went to far with it. Maybe Luis will fix it for you huh? It is still called a BETA for a reason. ;)