1 changed files with 40 additions and 36 deletions
@ -27,11 +27,15 @@ email="[email protected]" |
|||
pushbulletalert="off" |
|||
pushbullettoken="accesstoken" |
|||
|
|||
# Start Variables |
|||
# Server settings |
|||
# More settings available after install in serverfiles/data/server-settings.json |
|||
updateonstart="off" |
|||
port="34197" |
|||
rconport="34198" |
|||
rconpassword="factorio" |
|||
|
|||
fn_parms(){ |
|||
parms="-fg -ini ${servercfgfullpath}" |
|||
parms="--start-server ${filesdir}/save1.zip --server-settings ${servercfgfullpath} --port ${port} --rcon-port ${rconport} --rcon-password ${rconpassword}" |
|||
} |
|||
|
|||
#### Advanced Variables #### |
|||
|
Loading…
Reference in new issue