Browse Source

Most settings are changed from the config file now

pull/475/head
Daniel Gibbs 10 years ago
parent
commit
b57ee10e96
  1. 11
      ARKSurvivalEvolved/arkserver

11
ARKSurvivalEvolved/arkserver

@ -3,7 +3,7 @@
# Server Management Script # Server Management Script
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
version="040715" version="090815"
#### Variables #### #### Variables ####
@ -17,18 +17,11 @@ steamuser="anonymous"
steampass="" steampass=""
# Start Variables # Start Variables
defaultmap="de_dust2"
maxplayers="16"
port="27016"
queryport="7779"
serverpass="serverpassword"
serveradminpass="adminpassword"
ip="0.0.0.0" ip="0.0.0.0"
updateonstart="no" updateonstart="no"
# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
fn_parms(){ fn_parms(){
parms="TheIsland?listen?SessionName=${servicename}?ServerAdminPassword=${serveradminpass}?ServerPassword=${serverpass}?QueryPort=${queryport}?Port=${port}?ServerAdminPassword=${serveradminpass} -server -log" parms="TheIsland?listen"
} }
#### Advanced Variables #### #### Advanced Variables ####

Loading…
Cancel
Save