diff --git a/playbooks/tasks/game/tmodloader-generic.yml b/playbooks/tasks/game/tmodloader-generic.yml index b65b870..76890d7 100644 --- a/playbooks/tasks/game/tmodloader-generic.yml +++ b/playbooks/tasks/game/tmodloader-generic.yml @@ -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"