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
mh,mhserver,MORDHAU
mohaa,mohaaserver,Medal of Honor: Allied Assault
mofm,momserver,Memories of Mars
mom,momserver,Memories of Mars
mta,mtaserver,Multi Theft Auto
mumble,mumbleserver,Mumble
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
}
fn_info_message_mofm(){
fn_info_message_mom(){
echo -e "netstat -atunp | grep MemoriesOfMar"
echo -e ""
{
@ -1446,8 +1446,8 @@ fn_info_message_select_engine(){
fn_info_message_minecraft_bedrock
elif [ "${shortname}" == "onset" ]; then
fn_info_message_onset
elif [ "${shortname}" == "mofm" ]; then
fn_info_message_mofm
elif [ "${shortname}" == "mom" ]; then
fn_info_message_mom
elif [ "${shortname}" == "pz" ]; then
fn_info_message_projectzomboid
elif [ "${shortname}" == "pstbs" ]; then

6
lgsm/functions/info_parms.sh

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

2
lgsm/functions/install_config.sh

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

Loading…
Cancel
Save