Browse Source

Parms V2

Safe mode for now, with the syntax as it should be according to Unity usual commands
pull/713/head
lrob 9 years ago
parent
commit
c96b4c9262
  1. 22
      Rust/rustserver

22
Rust/rustserver

@ -24,22 +24,22 @@ steamuser="anonymous"
steampass="" steampass=""
# Server settings # Server settings
servername="Hurtworld LGSM Server" servername="Rust LGSM Server"
ip="0.0.0.0" ip="0.0.0.0"
port="28015" port="28015" #+server.port
queryport="28016" rconport="28016" #+rcon.port
maxplayers="20" maxplayers="40" #+max.players
map="" #Optional rust_island_2013 map="" #Optional +server.map "Procedural Map" or TestLevel
creativemode="0" #Free Build
# logfile="gamelog.txt"
# Advanced # Advanced
# Rollback server state (remove after start command) worldsize="4000" #+server.worldsize default 4000
loadsave="" saveinterval="600" #+server.saveinterval default 600
logfile="\"gamelog.txt\""
# https://developer.valvesoftware.com/wiki/Rust_Dedicated_Server # https://developer.valvesoftware.com/wiki/Rust_Dedicated_Server
fn_parms(){ fn_parms(){
parms="-batchmode -ip ${ip} -port ${port} -hostname ${servername} -map ${map} -queryport ${queryport} -maxplayers ${maxplayers} -datadir \"serverdata/\"" parms="-batchmode +server.hostname \"${servername}\" +server.identity \"${servicename}\" +server.-maxplayers ${maxplayers} -datadir \"serverdata/\" -logfile ${logfile}"
} }
#### Advanced Variables #### #### Advanced Variables ####
@ -49,7 +49,7 @@ parms="-batchmode -ip ${ip} -port ${port} -hostname ${servername} -map ${map} -q
# from a different repo and/or branch. # from a different repo and/or branch.
githubuser="dgibbs64" githubuser="dgibbs64"
githubrepo="linuxgsm" githubrepo="linuxgsm"
githubbranch="master" githubbranch="rust"
# Steam # Steam
appid="258550" appid="258550"

Loading…
Cancel
Save