Archived from groups: alt.games.half-life (
More info?)
"Martin Pick" wrote
> i`d appreciate the setup posting as i`m kinda confused as to which
> directories the files go in. My version of HL2 is a steam download and i
> don`t know if these files need to be in the srcds folder or the HL2mp
> folder? :-/
You can get advanced info at
http://www.srcds.com/
http://www.phenylshouse.com/tutorial-2.html
Ok here goes
Main folder (eg hl2dm)
--------------------------------
Files:
motd.txt - welcome message in the <pre></pre> section
--------------------------------
Eg
<pre>
Welcome to Peters DM playground
Current playtest: dm_gasworks_aghl_alpha
CU @ AGHL
</pre>
--------------------------------
maplist.txt - list of maps to be available
--------------------------------
dm_gasworks_aghl_alpha
//dm_lockdown
//dm_overwatch
--------------------------------
mapcycle.txt - how map cycles eg frequenzy of the various maps etc
--------------------------------
dm_gasworks_aghl_alpha
//dm_lockdown
//dm_overwatch
--------------------------------
gameinfo.txt - path setup etc (don't change)
Config folder (eg hl2dm/cfg)
--------------------------------
Files:
skill.cfg
--------------------------------
Health/shield distribution
Amount of damage if shot
Eg increase/decrease damage for headshots, chest, stomach, arm, leg
server.cfg
--------------------------------
Hostname
footsteps, flashlight, gravity, playerspeed, admin password, etc
One important here
sv_region
This tells the master steam servers which area your server is based in. The
variables are: 0: US East coast, 1: US West coast, 2: South America, 3:
Europe, 4: Asia, 5: Australia, 6: Middle East, 7: Africa.
autoexec.cfg (basically command line things)
--------------------------------
map dm_gasworks_aghl_alpha
sv_password "mysecretusrloginpwd"
mp_timelimit 30
mp_teamplay 0 //(change to 1 if you want a team server)
That's just about it
🙂
Oh quite forgot
batch files (just love those sobs)
updatehl2dm (paramters in one line)
--------------------------------
HldsUpdateTool.exe
-command update
-game hl2mp
-dir E:\games\srcds
-username steamid
-password somesecretsteamloginpwd
pause
hl2dm.cfg
--------------------------------
srcds.exe -console -game hl2mp -maxplayers 8 -exec autoexec.cfg -port
27015 -autoupdate
- Peter