2 changed files with 10 additions and 4 deletions
@ -20,7 +20,7 @@ version="210516" |
|||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
@ -30,11 +30,17 @@ steamuser="anonymous" |
|||||
steampass="" |
steampass="" |
||||
|
|
||||
# Start Variables |
# Start Variables |
||||
|
servername="ark-server" |
||||
|
port="7778" |
||||
|
queryport="27015" |
||||
|
rconport="32330" |
||||
|
rconpassword="" # Set to enable rcon |
||||
|
maxplayers="50" |
||||
ip="0.0.0.0" |
ip="0.0.0.0" |
||||
updateonstart="off" |
updateonstart="off" |
||||
|
|
||||
fn_parms(){ |
fn_parms(){ |
||||
parms="TheIsland?listen" |
parms="TheIsland?listen?MultiHome=${ip}?SessionName=${servername}?MaxPlayers=${maxplayers}?QueryPort=${queryport}?RCONPort=${rconport}?Port=${port}?ServerAdminPassword=${rconpassword}" |
||||
} |
} |
||||
|
|
||||
#### Advanced Variables #### |
#### Advanced Variables #### |
||||
|
Loading…
Reference in new issue