From 0c9575ccea588897a4e9f35da85a40ef0e8574f3 Mon Sep 17 00:00:00 2001 From: Marvin Lehmann Date: Thu, 11 May 2017 23:43:20 +0200 Subject: [PATCH] Updated Terraria config ..but the paths are not correctly interpreted at the moment (e.g. ~ or $HOME don't work and will be simply used as a string). --- Terraria/serverconfig.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Terraria/serverconfig.txt b/Terraria/serverconfig.txt index 9a907e6..433419a 100644 --- a/Terraria/serverconfig.txt +++ b/Terraria/serverconfig.txt @@ -18,6 +18,9 @@ #-lobby or Allows friends to join the server or sets it to private if Steam is enabled #-ip Sets the IP address for the server to listen on #-forcepriority Sets the process priority for this task. If this is used the "priority" setting below will be ignored. +#-disableannouncementbox Disables the text announcements Announcement Box makes when pulsed from wire. +#-announcementboxrange Sets the announcement box text messaging range in pixels, -1 for serverwide announcements. +#-seed Specifies the world seed when using -autocreate #remove the # in front of commands to enable them. @@ -27,8 +30,11 @@ world=~/.local/share/Terraria/Worlds/world1.wld #Creates a new world if none is found. World size is specified by: 1(small), 2(medium), and 3(large). autocreate=1 +#Sets the world seed when using autocreate +#seed=AwesomeSeed + #Sets the name of the world when using autocreate -worldname=Terraria +worldname=world1 #Sets the difficulty of the world when using autocreate 0(normal), 1(expert) difficulty=0 @@ -40,10 +46,10 @@ maxplayers=8 port=7777 #Set the server password -password=p@55w0rd +password= #Set the message of the day -motd=Please don’t cut the purple trees! +motd=Please don’t cut the purple trees! #Sets the folder where world files will be stored worldpath=~/.local/share/Terraria/Worlds/ @@ -54,8 +60,9 @@ banlist=banlist.txt #Adds addition cheat protection. secure=1 -#Sets the server language 1:English, 2:German, 3:Italian, 4:French, 5:Spanish -lang=1 +#Sets the server language from its language code. +#English = en-US, German = de-DE, Italian = it-IT, French = fr-FR, Spanish = es-ES, Russian = ru-RU, Chinese = zh-Hans, Portuguese = pt-BR, Polish = pl-PL, +language=en-US #Automatically forward ports with uPNP #upnp=1