Browse Source

stationeers

pull/3428/head
Daniel Gibbs 4 years ago
parent
commit
871f51aa57
  1. 2
      lgsm/functions/info_messages.sh
  2. 15
      lgsm/functions/info_parms.sh

2
lgsm/functions/info_messages.sh

@ -1239,8 +1239,8 @@ fn_info_message_stationeers(){
{
fn_port "header"
fn_port "Game" port udp
fn_port "Game" port tcp
fn_port "Query" queryport udp
fn_port "Web Admin" webadminport tcp
} | column -s $'\t' -t
}

15
lgsm/functions/info_parms.sh

@ -139,7 +139,7 @@ fn_info_parms_risingworld(){
fn_info_parms_rtcw(){
port=${port:-"0"}
queryport="${port:-"0"}"
queryport=${port:-"0"}
defaultmap=${defaultmap:-"NOT SET"}
}
@ -192,6 +192,17 @@ fn_info_parms_spark(){
#mods=${mods:-"NOT SET"}
}
fn_info_parms_stationeers(){
port=${port:-"0"}
queryport=${queryport:-"0"}
webadminport=${port:-"0"}
worldtype=${worldtype:-"NOT SET"}
autosaveinterval=${autosaveinterval:-"0"}
clearinterval=${clearinterval:-"0"}
worldname=${worldname:-"NOT SET"}
}
fn_info_parms_stickybots(){
port=${port:-"0"}
queryport=${queryport:-"0"}
@ -305,6 +316,8 @@ elif [ "${shortname}" == "rust" ]; then
fn_info_parms_rust
elif [ "${shortname}" == "samp" ]; then
fn_info_parms_samp
elif [ "${shortname}" == "st" ]; then
fn_info_parms_stationeers
elif [ "${shortname}" == "rw" ]; then
fn_info_parms_risingworld
elif [ "${shortname}" == "sof2" ]; then

Loading…
Cancel
Save