Don't Starve Together

Don't Starve Together

Improved Additional Set Pieces
Showing 1-6 of 6 entries
Update: 9 Apr @ 1:04am

Bug Fixes:
• Fixed an issue where extra dragonfly desert biomes were spawning instead of oasis desert biomes when additional instances of that biome were required

Update: 15 Aug, 2024 @ 5:20pm

Bug Fixes:
• Removed touchstone set pieces from being spawnable by the mod (this caused the native natural touchstone set pieces to no longer spawn, even when the amount of additional touchstone set pieces was set to 0)
- The DS only touchstone set pieces will still spawn if desired!
• Fixed issues with lunar island, lunar grotto and Bunnyman setting set pieces spawning properly (they had a chance to spawn the wrong set pieces)

Update: 7 Aug, 2024 @ 12:24pm

Changes:
• Completely revamped the code of the mod! The set pieces are no longer a 50% chance (rolled twice) for spawning a set piece, it will now be a guaranteed spawn at 1/2 the previous number.
- For example, the previous code (if 8 Pig Guard set pieces were configured) would have 16 rolls of 50% chance to spawn the set piece; this was unreliable, and could cause issues because the game has an internal cap on how many of a set piece can be spawned. Now it will just try to spawn 8 instances of the set piece.
• Added an internal limit (5) of how many of any particular set piece could spawn, to make the mod more stable overall (especially since users can set the set piece spawning pretty extreme, from my experience)
• Added multiple missing generic, exclusive, Lunar Grotto, Ruins and Boon set pieces
• Added new set piece configuration settings for Boon, Generic Surface, Marble, Exclusive, Ruins, Lunar Grotto set pieces! See the modoverrides.lua for a full list of new configuration settings
- Also added a custom table to force spawn whatever set pieces are desired! See modoverrides.lua for instructions on how to do so.
• Added a new "Tons" setting for adding set pieces, which will (for most of them) attempt to spawn 12 of that selection's set pieces!
• Added (4) to the force spawn specific set pieces settings (like Tallbird Fort, and Reed Trap)
• Added (optional) DS only set pieces, including prebuilt bases and Adventure Mode set pieces, which can both be enabled and configured to spawn a certain number of set pieces
- They spawn in biomes where similar DST set pieces would spawn (for instance, the Pig Guard ones spawn in Grasslands)
- Enabling them at all (any nonnegative integer value) will add them to the choice tables of other set piece settings; for instance, it will add DS only marble set pieces to the marble set piece spawn table.
• Added a QOL feature where if the amount of set pieces for a specific biome is calculated to be too numerous to be physically possible to accommodate, more biomes will spawn into the world to allow for more set pieces to spawn! This system isn't perfect, but it should help significantly with crashing, and worlds that have many, many set pieces enabled!
- The mod will favor existing optional biomes first, and if more are needed, use duplicate versions of the world's guaranteed biomes
- This system will not accomodate for all the requested set pieces still, that is physically impossible, since each biome can only accomodate 4-5 set pieces at max; any extras are typically discarded

Bug Fixes:
• Fixed the setting for adding Ice/Fire Staff traps adding Beefalo Traps instead (it was a typo)
• Removed multiple non DST tasksets (ones that were DS only or only spawned in Adventure Mode) which were clogging the tasksets!

Notes:
• The mod config variables have changed for better code readability, but the old variables are retrofitted, so old worlds should still function with their settings! Updating the modoverrides.lua is highly recommended though, since there are many new set piece configuration options now :)

Update: 17 Jan, 2021 @ 5:54pm

Edited the credits to the other mods. Thank you for your foundation again!

Update: 17 Jan, 2021 @ 4:46pm

Bug Fixes:
• Lunar Island Set Pieces will now spawn properly. (silly me with bad labels)
• Lunar Island Set Pieces generation can now be adjusted properly.

Update: 17 Jan, 2021 @ 3:54pm