From fb09f7fdcdb8c3fa65a2f03225ee60868c288307 Mon Sep 17 00:00:00 2001 From: neuro6 <34140896+neuro6@users.noreply.github.com> Date: Fri, 1 Dec 2017 16:08:02 -0600 Subject: [PATCH] create common.cfg some options which would apply to all servers and instances used in lgsm --- common.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 common.cfg diff --git a/common.cfg b/common.cfg new file mode 100644 index 0000000..fc2d47f --- /dev/null +++ b/common.cfg @@ -0,0 +1,19 @@ +################################## +######## Common Settings ######### +## Found in lgsm/config-lgsm/SERVERNAME/ ## +################################## +# PLACE GLOBAL SETTINGS HERE +## These settings will apply to all instances + +# Set the max number of players that can connect +## Most servers are 32, some are 24 or less +## Un-Comment to change from the instance default +# maxplayers= + +# Server exists behind a firewall NAT (does not have public IP) +## Leave this as is unless you know better +serverbehindnat=true + +# Set first map to load on server start +# If this map does nto exist, then the server will not start correctly +defaultmap="MAP_NAME"