Browse Source

Updated Wurm Unlimited Config

pull/40/head
Daniel Gibbs 7 years ago
parent
commit
051bd9451e
  1. 10
      WurmUnlimited/server.cfg

10
WurmUnlimited/server.cfg

@ -19,7 +19,10 @@ ADMINPWD="ADMINPASSWORD"
EPICSETTINGS="false"
# Used to set the port which the client connects through (Default 3724 TCP)
EXTERNALPORT=""
EXTERNALPORT="3724"
# Used to set the steam query port (27016-27030 UDP)
QUERYPORT=27017
# If the server is a home server ( belongs to a single kingdom ).
HOMESERVER="true"
@ -44,11 +47,8 @@ LOGINSERVER="true"
# limit will not work.
MAXPLAYERS=200
# Used to set the steam query port (27016-27030 UDP)
QUERYPORT=27017
# The name of the server that will be visible in server browsers.
SERVERNAME="YOUR SERVER'S NAME"
SERVERNAME="SERVERNAME"
# Sets the password that is used when trying to connect to the server. If set, password will be required to play
SERVERPASSWORD=""

Loading…
Cancel
Save