This is great Ludens, this is something I have been wanting to try for a
while now, but haven't known the best way to do it.

We currently run a PURE instance of our SRCDS and a "free-for-all", each
out of their own content roots. This means for me:
- Two instances of the game server files to keep in sync
- Two instances of log files to archive and parse by stats packages
- Two instances of SourceTV demo's (when recorded) to archive/remove

I am not sure what problems are created in relation to sharing
violations, or writing to config files that are shared (config.cfg,
skill1.cfg??), however I imagine SRCDS is written to avoid these types
of scenarios?

Can anyone who has had this type of configuration running before, list
out any problems/side-effects you have encountered, please? :)

Regards,
Adam.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ludens
Sent: Thursday, 15 February 2007 1:48 PM
To: [email protected]
Subject: RE: [hlds] Tell srcds which server.cfg to load?

How to run two or more source dedicated servers from one folder:

srcds -heapsize 262144 -tickrate 66 -console -game cstrike -ip
XXX.XXX.XXX.XXX -port 27015 +sv_lan 0 +maxplayers 24 +map de_dust2
+rcon_password XXXX +servercfgfile server_pub.cfg +motdfile motd_pub.txt

+mapcyclefile mapcycle_pub.txt +sv_logsdir logs_pub +mm_pluginsfile
addons/metamod/metaplugins_pub.ini

srcds -heapsize 262144 -tickrate 100 -console -game cstrike -ip
XXX.XXX.XXX.XXX -port 27016 +sv_lan 0 +maxplayers 10 +map de_dust2
+rcon_password XXXX +servercfgfile server_pro.cfg +motdfile motd_pro.txt

+mapcyclefile mapcycle_pro.txt +sv_logsdir logs_pro +mm_pluginsfile
addons/metamod/metaplugins_pro.ini

in the end of server_pub.cfg:
exec mani_server_pub.cfg
(in mani_server_pub.cfg: mani_log_directory "mani_logs_pub")

in the end of server_pro.cfg:
exec mani_server_pro.cfg
(in mani_server_pro.cfg: mani_log_directory "mani_logs_pro")

p.s. and I don't have autoexec.cfg at all ;)

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dan E
Sent: Wednesday, February 14, 2007 11:12 PM
To: [email protected]
Subject: [hlds] Tell srcds which server.cfg to load?

Is there a way to tell srcds.exe which server.cfg and autoexec.cfg to
load up instead of the default ones?  Say. if I wanted to use the same
directory install for two servers (not running at the same time), how
would I tell
server1 to use server1.cfg and autoexec1.cfg, and tell server2 to use
server2.cfg and autoexec2.cfg?  Mainly so that I can unload plugins in
the autoexec.  I just don't want to have two separate directories for
the same task..


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

Reply via email to