|
@@ -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
|
|
|
|
|
-# Version: 210115
|
|
|
|
|
|
|
+# Website: http://gameservermanagers.com
|
|
|
|
|
+# 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"
|
|
|
|
|
-gamename="Half Life: Deathmatch Classic"
|
|
|
|
|
|
|
+servicename="hldm-server"
|
|
|
|
|
+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
|