Document some settings, set the world seed to be hardcoded
This commit is contained in:
parent
d50f6a1135
commit
7b004ca82c
@ -123,13 +123,20 @@
|
||||
TMOD_MOTD: "Da bois doin da Terraria again lesgo"
|
||||
TMOD_PASS: "dicks"
|
||||
TMOD_WORLDNAME: "Seaborgium"
|
||||
#TMOD_WORLDSEED: "foobar"
|
||||
TMOD_WORLDSEED: "Rei6Phoh8xaeshixaijifuon"
|
||||
# 1 Small
|
||||
# 2 Medium
|
||||
# 3 Large
|
||||
#TMOD_WORLDSIZE: "3"
|
||||
# 0 Normal
|
||||
# 1 Expert
|
||||
# 2 Master
|
||||
# 3 Journey
|
||||
TMOD_DIFFICULTY: "1"
|
||||
TMOD_PORT: "7777"
|
||||
# In theory, this allows you to change how much data the server sends
|
||||
# This is in Hz. Crank it lower to throttle it at the cost of NPC jitteriness
|
||||
#TMOD_NPCSTREAM: "60"
|
||||
ports:
|
||||
- "7777:7777/tcp"
|
||||
- "7777:7777/udp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user