RE: [hlds] Tell srcds which server.cfg to load?

2007-02-14 Thread Adam Sando
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

Re: [hlds] Tell srcds which server.cfg to load?

2007-02-14 Thread Whisper
-- [ Picked text/plain from multipart/alternative ] Dan you need to use the Metamod version as specifying which file gets loaded when on which server and then unloading them is a hell of lot easier and cleaner. On 2/15/07, Dan E <[EMAIL PROTECTED]> wrote: > > Now, what if I didn't want mani_admin

RE: [hlds] Tell srcds which server.cfg to load?

2007-02-14 Thread Dan E
Now, what if I didn't want mani_admin to load? That's what I was hoping for the autoexec for; just run it once, and that way I only unload the plugin once. I guess if I have mani as the second of 2 plugins to load, then I could do "plugin_unload 1" and it will never unload plugin 0... Gah... suc

RE: [hlds] Tell srcds which server.cfg to load?

2007-02-14 Thread Ludens
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 +servercfgfile server_pub.cfg +motdfile motd_pub.txt +mapcyclefile mapcycle_pub.txt

Re: [hlds] Tell srcds which server.cfg to load?

2007-02-14 Thread Whisper
-- [ Picked text/plain from multipart/alternative ] Yeah Put it in autoexec.cfg :) This may prove to be helpful: http://whisper.ausgamers.com/wiki/index.php/SRCDS_cfg_startup_order On 2/15/07, Dan E <[EMAIL PROTECTED]> wrote: > > Is there a way to load up a file in the same manner autoexec is lo

[hlds] sourcetv

2007-02-14 Thread josh collins
-- [ Picked text/plain from multipart/alternative ] Anybody else having problems getting TV relays to connect to a broadcast? ~j -- ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/ma

RE: [hlds] Tell srcds which server.cfg to load?

2007-02-14 Thread Dan E
Is there a way to load up a file in the same manner autoexec is loaded? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of milchworld Sent: Wednesday, February 14, 2007 12:49 PM To: hlds@list.valvesoftware.com Subject: Re: [hlds] Tell srcds which server.cfg t

Re: [hlds] Tell srcds which server.cfg to load?

2007-02-14 Thread milchworld
./srcds_amd -game cstrike ... +exec server.cfg or +servercfgfile filename.cfg have a look here: http://developer.valvesoftware.com/wiki/Command_line Dan E schrieb: This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] Is there a way to tell srcds.exe

[hlds] Tell srcds which server.cfg to load?

2007-02-14 Thread Dan E
This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] 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 ti