Browse Source

Renamed HLDMC to HLDM

HLDMC was actually HLDM
pull/315/head
Daniel Gibbs 10 years ago
parent
commit
1ecf1f19b7
  1. 0
      HalfLifeDeathmatch/cfg/lgsm-default.cfg
  2. 12
      HalfLifeDeathmatch/hldmserver

0
HalfLifeDeathmatchClassic/cfg/lgsm-default.cfg → HalfLifeDeathmatch/cfg/lgsm-default.cfg

12
HalfLifeDeathmatchClassic/hldmcserver → HalfLifeDeathmatch/hldmserver

@ -1,9 +1,9 @@
#!/bin/bash #!/bin/bash
# Half Life: Deathmatch Classic # Half Life: Deathmatch
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://danielgibbs.co.uk # Website: http://gameservermanagers.com
# Version: 210115 # Version: 150315
#### Variables #### #### Variables ####
@ -34,8 +34,8 @@ parms="-game valve -strictportbind -ip ${ip} -port ${port} +clientport ${clientp
appid="90" appid="90"
# Server Details # Server Details
servicename="hldmc-server" servicename="hldm-server"
gamename="Half Life: Deathmatch Classic" gamename="Half Life: Deathmatch"
engine="goldsource" engine="goldsource"
# Directories # Directories
@ -94,4 +94,4 @@ fn_runfunction
fn_functions fn_functions
getopt=$1 getopt=$1
fn_getopt fn_getopt
Loading…
Cancel
Save