|
|
@ -8,7 +8,7 @@ |
|
|
|
# Set the IP if the default IP (eth0, usually) isn't your external interface. |
|
|
|
# Leave at '' if you are unsure. If this doesn't work, change to the 10., or 192., |
|
|
|
# or 172. IP on the server. If you have more than one, try each until it works. |
|
|
|
IP='' |
|
|
|
IP="" |
|
|
|
|
|
|
|
# Unlocks the admin commands from within the game, that can be used to change |
|
|
|
# the gameplay settings of the server, such as skill gain rate and field growth time. |
|
|
@ -22,7 +22,7 @@ EPICSETTINGS="false" |
|
|
|
EXTERNALPORT="3724" |
|
|
|
|
|
|
|
# Used to set the steam query port (27016-27030 UDP) |
|
|
|
QUERYPORT=27017 |
|
|
|
QUERYPORT="27017" |
|
|
|
|
|
|
|
# If the server is a home server ( belongs to a single kingdom ). |
|
|
|
HOMESERVER="true" |
|
|
@ -48,7 +48,7 @@ LOGINSERVER="true" |
|
|
|
MAXPLAYERS=200 |
|
|
|
|
|
|
|
# The name of the server that will be visible in server browsers. |
|
|
|
SERVERNAME="SERVERNAME" |
|
|
|
SERVERNAME="LinuxGSM" |
|
|
|
|
|
|
|
# Sets the password that is used when trying to connect to the server. If set, password will be required to play |
|
|
|
SERVERPASSWORD="" |
|
|
|