|
@@ -30,10 +30,12 @@ configpath="server1"
|
|
|
modstorage="server1/Workshop"
|
|
modstorage="server1/Workshop"
|
|
|
mods=""
|
|
mods=""
|
|
|
password=""
|
|
password=""
|
|
|
|
|
+# Add the following line to the parms if you want a private server. Ensuring
|
|
|
|
|
+# that the password variable above is not left empty.
|
|
|
|
|
+# -password \"${password}\"
|
|
|
|
|
+
|
|
|
fn_parms(){
|
|
fn_parms(){
|
|
|
-#parms="-name \"${servername}\" -port ${port} -password \"${password}\" -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${rootdir}/${configpath}\" -modstorage \"${rootdir}/${modstorage}\" -mods \"${mods}\""
|
|
|
|
|
parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${rootdir}/${configpath}\" -modstorage \"${rootdir}/${modstorage}\" -mods \"${mods}\""
|
|
parms="-name \"${servername}\" -port ${port} -webadmin -webdomain ${ip} -webuser ${webadminuser} -webpassword \"${webadminpass}\" -webport ${webadminport} -map ${defaultmap} -limit ${maxplayers} -config_path \"${rootdir}/${configpath}\" -modstorage \"${rootdir}/${modstorage}\" -mods \"${mods}\""
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
#### Advanced Variables ####
|
|
#### Advanced Variables ####
|
|
|
|
|
|