You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
645 B
19 lines
645 B
##################################
|
|
######## 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"
|
|
|