**Installing**
N.B. Ensure you replace all "<variable>" with the relevant
details.
Linux / FreeBSD:
./steam -command update \
   -game "Counter-Strike Source" \
   -dir <dir> \
   -username <email> \
   -password <password> \
   -retry

Win32:
Join the command below to be all on one line
hldsupdatetool -command update
   -game "Counter-Strike Source"
   -dir <dir>
   -username <email>
   -password <password>
   -retry

**Cvarlist**
Thanks to Hans Vos:
http://www.clanhost.nl/stuff/srcds_cvarlist.txt

**Starting a server**
Linux / FreeBSD
./srcds_run -game cstrike +map de_dust

Win32
srcds.exe -game cstrike +map de_dust -console

**Config files**
These are in the same format as hlds but are located in the
cfg dir of the mod you are running e.g.
hl2ds/cstrike/cfg
The default config is server.cfg ( which doesnt exist )
so just create a file in the above dir and add the
commands you want from the cvarlist above.
e.g.
[server.cfg]
// Server Details
hostname "Multiplay.co.uk:: CS:Source #1"
mp_timelimit 10
rcon_password "rconpass"
sv_password "gamepass"
[/server.cfg]
Map rotation format is unknown but there is only one
map :P

**Querying a server**
I updated qstat to be able to query hl2 / cs:source servers
you can grab it from CVS from:
http://sourceforge.net/projects/qstat
Note: Only basic server info is currently available, not player
listings or rules.

**Problems starting the server**
Linux / FreeBSD
Q. Server exits with:
Failed to open dedicated_i486.so (tier0_i486.so: cannot
open shared object file: No such file or directory)
A. Ensure you are running ./srcds_run NOT ./srcds_i486

Q. Server exits with:
Auto-restarting the server on crash
Thu Aug 12 02:58:39 BST 2004: Server Quit
A. It appears that currently CS:Source doesn't run with
GLIB 2.2 you need to upgrade to GLIB 2.3. For debian
this means going to unstable / current release libraries,
for FreeBSD you need redhat8 base not debian or redhat6
base.

Hope this helps.

   Steve / K


================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it.

In the event of misdirection, illegible or incomplete transmission please telephone 
(023) 8024 3137
or return the E.mail to [EMAIL PROTECTED]


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

Reply via email to