Don't Starve Together

Don't Starve Together

Setpiece Config Revisited
CheetoJesus  [developer] Jun 15, 2021 @ 7:41am
Translation Suggestions
If there are any enthusiasts that would like this mod to reach other language communities better, please feel free to help us translate the parts below into your respective language. You have my gratitude :)


name = "Setpiece Config Revisited"
description = "Click on the 'configure mod' button to customize mod. Extended from Joeshmocoolstuff's original mod. \nSetpiece config is a mod that allows for setpieces to be generated consistently at time of worldgen. Please do not max out all settings! The world can only generate so many setpieces at once; any number above the total count of allowed setpieces will just be ignored by the game."

author = "CheetoJesus, WinterKoalefant"
version = "2.6"
forumthread = ""
api_version = 10

icon_atlas = "modicon.xml"
icon = "modicon.tex"
all_clients_require_mod = false
client_only_mod = false
dst_compatible = true
server_filter_tags = {}

configuration_options =
{
{
name = "_TR_override",
label = "Traps",
hover = "Traps include: Ice Hounds, Fire Hounds, Beefalo Pen, Rotted Base, Developer Graveyard, Sleeping Spider.",
options =
{
{description = "Default", data = 0},
{description = "+1", data = 1},
{description = "More", data = 3},
{description = "Lots", data = 7},
{description = "Most", data = 13},
},
default = 1,
},
{
name = "_POI_override",
label = "Points of Interest",
hover = "Points of Interest include: Grass Spots, Skeleton Miner, Skeleton Camper, Skeleton Trapper, Lots more themed skeletons. Too many to list here.",
options =
{
{description = "Default", data = 0},
{description = "+1", data = 1},
{description = "More", data = 3},
{description = "Lots", data = 7},
{description = "Most", data = 13},
},
default = 3,
},
{
name = "_PR_override",
label = "Protected Resources",
hover = "Protected Resources include: Reed Trap, Houndfort, Tallfort, Various Pig Torch Sets, Spider Queens' Gathering, Living Forest, Wasp Hives in Grass.",
options =
{
{description = "Default", data = 0},
{description = "+1", data = 1},
{description = "More", data = 3},
{description = "Lots", data = 7},
{description = "Most", data = 13},
},
default = 3,
},
{
name = "_REEDS_override",
label = "Reed Trap",
hover = "Lots of reeds",
options =
{
{description = "Default", data = 0},
{description = "1", data = 1},
{description = "2", data = 2},
{description = "3", data = 3},
},
default = 1,
},
{
name = "_DEVG_override",
label = "Dev Graveyard",
hover = "Spooky setpiece",
options =
{
{description = "Default", data = 0},
{description = "1", data = 1},
{description = "2", data = 2},
{description = "3", data = 3},
},
default = 0,
},
{
name = "_TALLB_override",
label = "Tallbird Fortress",
hover = "Add some tallbirds into your life",
options =
{
{description = "Default", data = 0},
{description = "1", data = 1},
{description = "2", data = 2},
{description = "3", data = 3},
},
default = 0,
},
{
name = "_HOUND_override",
label = "Hound Fortress",
hover = "Add some hounds into your life. Use caution.",
options =
{
{description = "Default", data = 0},
{description = "1", data = 1},
{description = "2", data = 2},
{description = "3", data = 3},
},
default = 0,
},
{
name = "_PIGS_override",
label = "Pig Guards",
hover = "Add Pig Guard Setpieces into the world. Randomized in resource type.",
options =
{
{description = "Default", data = 0},
{description = "1", data = 1},
{description = "2", data = 2},
{description = "3", data = 3},
{description = "5", data = 5},
},
default = 0,
},
{
name = "_LEIF_override",
label = "Living Forest",
hover = "A forest of trees that hide a secret.",
options =
{
{description = "Default", data = 0},
{description = "1", data = 1},
{description = "2", data = 2},
{description = "3", data = 3},
},
default = 0,
},
{
name = "_SPIDER_override",
label = "Spider Queen's Gathering",
hover = "Webber's paradise.",
options =
{
{description = "Default", data = 0},
{description = "1", data = 1},
{description = "2", data = 2},
{description = "3", data = 3},
},
default = 0,
},
{
name = "_OASIS_override",
label = "Lucky Desert Worldgen",
hover = "Attempt to generate 1 Dev Graveyard and 1 Tallfort into Deserts, and 1 Reed Trap too. Ignores generation of setpieces elsewhere, unless specified below.",
options =
{
{description = "DISABLE", data = 0},
{description = "ENABLE", data = 1},
},
default = 0,
},
{
name = "_OASISEXTRA_override",
label = "Allow Setpieces Outside Desert",
hover = "Enables extra setpiece worldgen when the Lucky Desert Worldgen setting is enabled. Too many could crowd out Desert setpieces. Use at your own risk.",
options =
{
{description = "DISABLE", data = 0},
{description = "ENABLE", data = 1},
},
default = 0,
},
{
name = "_IPIG_override",
label = "Insane Pig",
hover = "Rare setpiece. If it exists, find it in the mandrake forest.",
options =
{
{description = "Default", data = 0},
{description = "1", data = 1},
{description = "2", data = 2},
{description = "3", data = 3},
},
default = 0,
},
{
name = "_MAXP_override",
label = "Maxwell Pig Shrine",
hover = "DS SETPIECE; NOT NORMALLY FOUND IN-GAME. \nSomeone really liked Maxwell apparently.",
options =
{
{description = "Default", data = 0},
{description = "1", data = 1},
{description = "2", data = 2},
{description = "3", data = 3},
},
default = 0,
},
{
name = "_MAXM_override",
label = "Maxwell Merm Shrine",
hover = "DS SETPIECE; NOT NORMALLY FOUND IN-GAME. \nSomemerms really liked Maxwell apparently.",
options =
{
{description = "Default", data = 0},
{description = "1", data = 1},
{description = "2", data = 2},
{description = "3", data = 3},
},
default = 0,
},
{
name = "_MACV_override",
label = "Mactusk Village",
hover = "DS SETPIECE; NOT NORMALLY FOUND IN-GAME. \nMactusks everywhere. Keep in mind that Mactusk spawns are not deletable",
options =
{
{description = "Default", data = 0},
{description = "1", data = 1},
{description = "2", data = 2},
{description = "3", data = 3},
},
default = 0,
},
{
name = "_MACC_override",
label = "Mactusk City",
hover = "DS SETPIECE; NOT NORMALLY FOUND IN-GAME. \nMactusks as far as the eye can see. May be hard to generate due to its size.",
options =
{
{description = "Default", data = 0},
{description = "1", data = 1},
{description = "2", data = 2},
{description = "3", data = 3},
},
default = 0,
},
}
Last edited by CheetoJesus; Jun 17, 2021 @ 4:41am