Browse Source

mofm to mom

pull/2911/head
Daniel Gibbs 5 years ago
parent
commit
f193010fa7
  1. 2
      lgsm/data/serverlist.csv
  2. 6
      lgsm/functions/info_messages.sh
  3. 6
      lgsm/functions/info_parms.sh
  4. 2
      lgsm/functions/install_config.sh

2
lgsm/data/serverlist.csv

@ -55,7 +55,7 @@ mc,mcserver,Minecraft
mcb,mcbserver,Minecraft Bedrock mcb,mcbserver,Minecraft Bedrock
mh,mhserver,MORDHAU mh,mhserver,MORDHAU
mohaa,mohaaserver,Medal of Honor: Allied Assault mohaa,mohaaserver,Medal of Honor: Allied Assault
mofm,momserver,Memories of Mars mom,momserver,Memories of Mars
mta,mtaserver,Multi Theft Auto mta,mtaserver,Multi Theft Auto
mumble,mumbleserver,Mumble mumble,mumbleserver,Mumble
nd,ndserver,Nuclear Dawn nd,ndserver,Nuclear Dawn

1 ac acserver Assetto Corsa
55 mcb mcbserver Minecraft Bedrock
56 mh mhserver MORDHAU
57 mohaa mohaaserver Medal of Honor: Allied Assault
58 mofm mom momserver Memories of Mars
59 mta mtaserver Multi Theft Auto
60 mumble mumbleserver Mumble
61 nd ndserver Nuclear Dawn

6
lgsm/functions/info_messages.sh

@ -871,7 +871,7 @@ fn_info_message_mohaa(){
} | column -s $'\t' -t } | column -s $'\t' -t
} }
fn_info_message_mofm(){ fn_info_message_mom(){
echo -e "netstat -atunp | grep MemoriesOfMar" echo -e "netstat -atunp | grep MemoriesOfMar"
echo -e "" echo -e ""
{ {
@ -1446,8 +1446,8 @@ fn_info_message_select_engine(){
fn_info_message_minecraft_bedrock fn_info_message_minecraft_bedrock
elif [ "${shortname}" == "onset" ]; then elif [ "${shortname}" == "onset" ]; then
fn_info_message_onset fn_info_message_onset
elif [ "${shortname}" == "mofm" ]; then elif [ "${shortname}" == "mom" ]; then
fn_info_message_mofm fn_info_message_mom
elif [ "${shortname}" == "pz" ]; then elif [ "${shortname}" == "pz" ]; then
fn_info_message_projectzomboid fn_info_message_projectzomboid
elif [ "${shortname}" == "pstbs" ]; then elif [ "${shortname}" == "pstbs" ]; then

6
lgsm/functions/info_parms.sh

@ -85,7 +85,7 @@ fn_info_parms_mohaa(){
defaultmap=${defaultmap:-"NOT SET"} defaultmap=${defaultmap:-"NOT SET"}
} }
fn_info_parms_mofm(){ fn_info_parms_mom(){
port=${port:-"7777"} port=${port:-"7777"}
beaconport=${queryport:-"15000"} beaconport=${queryport:-"15000"}
} }
@ -251,8 +251,8 @@ elif [ "${shortname}" == "kf2" ]; then
elif [ "${shortname}" == "mohaa" ]; then elif [ "${shortname}" == "mohaa" ]; then
fn_info_parms_mohaa fn_info_parms_mohaa
#Memories of Mars #Memories of Mars
elif [ "${shortname}" == "mofm" ]; then elif [ "${shortname}" == "mom" ]; then
fn_info_parms_mofm fn_info_parms_mom
# Project Zomboid # Project Zomboid
elif [ "${shortname}" == "pz" ]; then elif [ "${shortname}" == "pz" ]; then
fn_info_parms_projectzomboid fn_info_parms_projectzomboid

2
lgsm/functions/install_config.sh

@ -563,7 +563,7 @@ elif [ "${shortname}" == "mta" ]; then
fn_fetch_default_config fn_fetch_default_config
fn_default_config_remote fn_default_config_remote
fn_list_config_locations fn_list_config_locations
elif [ "${shotname}" == "mofm" ];then elif [ "${shotname}" == "mom" ];then
gamedirname="MemoriesofMars" gamedirname="MemoriesofMars"
array_configs+=( DedicatedServerConfig.cfg) array_configs+=( DedicatedServerConfig.cfg)
fn_fetch_default_config fn_fetch_default_config

Loading…
Cancel
Save