Don't Starve Together

Don't Starve Together

Improved Additional Set Pieces
60 kommentarer
Edwynn 25. sep. kl. 1:26 
game crashes when generating new world with this mod (or maybe it has compability issues with force biomes)
Reverie 18. aug. kl. 12:24 
:O Cool to know! I've managed to generate a world with crazy stuff so I kept it for now, but in the future I just might!

I don't know if the Walrus Town is caused by this mod, but it's crazy. Like 16 or so McTusk igloos together. Never seen that before ever.
thegreatmanagement  [ophavsmand] 18. aug. kl. 9:10 
@Reverie you can regenerate a world whose modoverrides.lua has the included set pieces you want to generate :eyes: you can also pre-create the file from another world, then copy and paste it into a new world before you launch it, that also should work :)
Reverie 9. aug. kl. 3:34 
I may be being a moron but how do I use the modoverrides.lua to create a world with more set pieces when it only appears after the world has already been created? ^^'
thegreatmanagement  [ophavsmand] 21. apr. kl. 2:20 
How much are you setting each value to? You must understand that (especially when you set values very high), that the sheer amount of resource/maxwell set pieces far outnumbers singular set pieces like the imprisoned pig and the dev grave. Try independently increasing these values and let me know how that works.
Grimmr 20. apr. kl. 7:37 
Even I choose to increase trap, imprison pig and dev grave, and not touch the resource part, the world generation always favour the resource set piece and maxwell set piece
thegreatmanagement  [ophavsmand] 9. apr. kl. 1:02 
@yarrock holmes you have a good eye for noticing this; you're correct, I used the wrong variable for those functions :( I'll push a fix out for this ASAP!

Also to the mod's design, I personally found in my testing that adding additional instances of biomes worked significantly better in my opinion for successful world gens vs larger biomes; for those who call for many/a specific set piece also, allocating space for 2-4 more of a biome to spawn worked quite efficiently at avoiding crashes and making sure the number of set pieces requested were accomplished :) Another issue is also set pieces are not duplicated in a biome, for instance there wouldn't be 2 reed traps in the same swamp biome; because of that, adding more reed trap set pieces in the world requires adding biome tasksets, if that makes sense.

I may consider your methodology more broadly and to a limited extent, but at the moment I think the mod is in an okay place design wise, I'll think on it some more though :)
yarrock holmes 8. apr. kl. 13:55 
hello, gj but i have some questions. can u check addtask function second arguments in worldgenmainlua line 533-534 ? is that normal "badlands data" or was it just an oversight (maybe should be lightningbluffdata)? and when the mod uses addtask manuelly, it seems to create the biome more than 1. wouldn t it be better to just make the existing biome a little bigger instead? like AddTaskPreInit("Lightning Bluff", function (task)
base = task.room_choices["LightningBluffLightning"]
task.room_choices["LightningBluffLightning"] = base + 2
end) or does worldgen care more about how many biomes there ar rather than how big each one is? good modding
dvd_d8 24. mar. kl. 16:37 
It's alr, I deduced it was harder bc how ocean generation works
I hope you can manage to do it in the future
Ty for answering :celeste_strawberry:
thegreatmanagement  [ophavsmand] 24. mar. kl. 1:12 
@dvd_d8 I have that as a long term goal, I have looked briefly at the code for adding set pieces to ocean biomes but the code functions differently than how this mod implements land based set pieces, so it will be challenging and probably a far in the future sort of deal unfortunately :( I do have it on the list though at least c,:
dvd_d8 23. mar. kl. 14:20 
Could you update this mod to configure ocean setpieces? (sunken chests, trap boats)
I love this mod btw, ty :steamhappy:
# 1. mar. kl. 3:32 
Thank you for the detailed explanation! Cheers!
thegreatmanagement  [ophavsmand] 28. feb. kl. 22:15 
@# You're welcome, glad you're enjoying it! I should mention that the Triple Mactusk is not a set piece also, but rather a biome that has a guaranteed 3 of the camps located somewhere within the biome; because of that, it is technically not possible to add more Triple MacTusk biomes. What you can do is use a mod that spawns biomes instead, like this one: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=932946524
# 28. feb. kl. 11:53 
Hello and thank you for this mod! Could you add Triple Mac Tusk as an option?
pickle780 12. feb. kl. 1:34 
Finally found this mod. thk you
thegreatmanagement  [ophavsmand] 9. dec. 2024 kl. 0:00 
@DoomRanger It should, the mods should be compatible :) Be careful with the generation settings though, I'd advise not setting any amount of set pieces too high!
DoomRanger 7. dec. 2024 kl. 7:02 
Does this work well with Force Biomes?

My intention is to have set pieces like Reed Traps etc as well as Biome Set Pieces like Quad Goose Eggs
thegreatmanagement  [ophavsmand] 29. okt. 2024 kl. 23:09 
Unfortunately the biomes that set pieces are added to are randomized in this mod, I will consider this functionality though. Thank you for your suggestion/question!
KleinMoretti 29. okt. 2024 kl. 12:49 
Is it possible to add Dev Graveyard to near oasis consistenly? "Setpiece Config Revisited" had that feature, unfortunately this one doesn't have it
thegreatmanagement  [ophavsmand] 19. aug. 2024 kl. 11:30 
неокортекс антропоморф I can consider doing that, no worries! I will look into the mod you mentioned also as well, sounds like a very useful implementation of set piece control in world generation. Also what you mention is not practical as well, as limiting the # of possible prefabs that can spawn still doesn't do terribly much to prevent the world from crashing if specifying a higher number of set pieces. From my testing, on the higher settings the world would crash 25-30% of the the time without the additional biomes setting (even on more conservative settings), but with the extra biomes spawning, the world only crashed once in over 50 trials, even with very, very high numbers of set pieces configured.
thanks for the hint. i was going to try messing with files but i was a little lazy. there is a mod in workshop that have individual forcing and location settings for almost all setpieces. sadly it does not have ds setpieces and didn't work at all when i tried it. it's called "better setpiece function" or something like that if you are curious. maybe this is a stupid idea but if you willing to make that setting you mentioned it could despawn setpieces that don't fit in the world when extra biomes are disalbed. i have no idea about how that works so please ignore me if it sounds silly
thegreatmanagement  [ophavsmand] 16. aug. 2024 kl. 23:02 
неокортекс антропоморф Thank you for your feedback, I do really appreciate it! You are right, however there are so many different set pieces in the game it is very difficult for me (or anyone) to categorize them all :( However, a form of what you are seeking is configurable though; in the modoverrides.lua, in the last table setting, you can specify each set piece you want to manually force generate! Follow the format listed in the description or in the modinfo.lua itself, and review the listed game files for the list of all possible set pieces.

On another note, your issue with the multiple biomes is noted; if you are seeing a lot of extra biomes being spawned, that means you are specifying too many of a certain kind of set piece. I may consider making this feature itself configurable instead of auto, but if I do, then the mod becomes less stable for lots of set pieces, and they will crash; it is a hard balance on my side to manage; I will brainstorm this.
thank you for your reply and this mod. it's very helpful and stable. however there is an issue. i don't see a simple way to generate world that i want to generate. look. setpieces are divided into groups. description of the group doesnt list all of the setpieces it contain. all contained setpieces have different biome list that it can spawn in. and i can't control will extra biomes be generated or not. i have to tinker with mod settings and reroll worlds over and over again to reach result i desire. i don't really know how to fix that. the only way i see is to redone all mod settings and make all setpieces individually configurable. i don't insist of course but current settings are not very convenient to me. anyway this is the best mod from "setpiece config" category i have found so far and i'm going to be using it the foreseeable future :)
thegreatmanagement  [ophavsmand] 16. aug. 2024 kl. 0:15 
@Eddie the Mammoth Glad to hear also! Did you test that 2nd mod you linked? :eyes: I will check out its code, tbh the touchstone set piece isnt a huge deal considering there is a default world setting that lets you add more already, so I am not sweating over it, but I appreciate this mod as a reference anyway! Thank you for using this mod as well, I worked pretty hard on it, so I'm glad to hear people enjoy it :)
thegreatmanagement  [ophavsmand] 16. aug. 2024 kl. 0:13 
неокортекс антропоморф Yes, this mod was revamped to make it so that extra biomes will spawn if you set your mod config to have too many of a certain kind of set piece! (in this instance, swamp set pieces), since each biome can only have so many set pieces, the solution to accommodate everything requested is to spawn more biomes!
Eddie the Mammoth 15. aug. 2024 kl. 23:55 
and btw, I found that this mod (https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=756647525) allows for extra touch stones beyond the insane amount (i can spawn 11 with it on). Idk anything about modding but maybe this could be of use :D Ty again for mod~
Eddie the Mammoth 15. aug. 2024 kl. 23:49 
Ty for the fix! Tested and worked normally now!
it seems like this mod also generates new biomes. i'm pretty sure that 3 swamps is impossible with vanilla worldgen
thegreatmanagement  [ophavsmand] 15. aug. 2024 kl. 17:22 
@Eddie the Mammoth @Silgueria I've identified and fixed the issue, thank you both for bringing it to my attention! It was a very strange bug, the touchstone set pieces do not like to be manipulated at all during worldgen it seems, so even if you're adding 0, it will still cause them to not spawn :( Because of that, I've removed the ability to add touchstones through the mod, that should solve this issue. Let me know if you guys encounter the issue again when you are generating your worlds, and thank you again! (I can credit you guys in the mod's change notes if you'd like, let me know of that too :) )
Silgueira 15. aug. 2024 kl. 2:03 
I actually also have the problem with touchstones not spawning after using this mod sadly
thegreatmanagement  [ophavsmand] 13. aug. 2024 kl. 9:02 
@Eddit the Mammoth how are you setting touchstones to insane? As mentioned, this mod does not remove or alter anything your native worldgen (configured through world settings or otherwised) would add to the world, so I am speculating that this is a separate issue. Is it possible you have the incorrect setting name for touchstones? Please send your server_log.txt through https://pastebin.com or another similar website.
Eddie the Mammoth 13. aug. 2024 kl. 7:47 
Edit: I've tried to leave world settings as default with this mod on without enabling any option and the world still doesn't spawn any touch stone. No other mod were used.
Eddie the Mammoth 13. aug. 2024 kl. 7:35 
Hello, does this mod affect the settings for number of touch stones? I like to have touch stones on "insane" setting but with the mod on the world doesn't spawn any, even when I set "none" for all mod options. Thanks for any help.
thegreatmanagement  [ophavsmand] 14. mar. 2024 kl. 23:37 
@Jesica K-J I do not believe so, not without default console commands anyway; you would need to know a lot of code, to create your own custom executable command or use a mod for it unfortunately :(
Jesica K-J 12. mar. 2024 kl. 9:59 
Is there a way to spawn those set pieces AFTER World generation already happened? Like with that mod enabled, typing c_spawn("xxx") and xxx represents the name of the set piece?
thegreatmanagement  [ophavsmand] 15. okt. 2022 kl. 22:31 
@Dullahan Yes, this only adds set pieces. It does not override or remove any natural ones!
󰀋 Dullahan 󰀋 15. okt. 2022 kl. 20:33 
if i set certan set pieces to none can i still get them naturally?
SirYawns 22. juli 2022 kl. 22:12 
@Marf Master of Desaster Triple mac is not a setpiece rather a biome so if you want to gaurentee a triple mac I suggest the Force Biomes mod (and maybe some other biomes)
MarfMaster 17. juli 2022 kl. 3:09 
I suggest adding the triple tusk setpiece
xtdycxtfuv 2. feb. 2022 kl. 13:14 
We miss you, Joe...
EmuLegs 9. juli 2021 kl. 5:49 
some mod compadability problems, however if it loads the server the first time, then i havent had a problem with it
leafy loaf 3. apr. 2021 kl. 21:10 
yeah, i saw. for sure though asp isnt playing well with even the vanilla game atm XD
thegreatmanagement  [ophavsmand] 3. apr. 2021 kl. 20:14 
@leafy loaf Tropical Experience does not mesh well with a lot of mods

@grumpy.dad.gamer yes, this mod still works (it has never not worked)
grumpy.dad.gamer 22. mar. 2021 kl. 14:47 
Does the mod work anymore?
leafy loaf 2. feb. 2021 kl. 0:03 
oh, and turning autostack off doesn't change anything. turning on caves just causes a failure to connect the two shards
thegreatmanagement  [ophavsmand] 29. jan. 2021 kl. 23:03 
it should be; @leafy load i haven't tried it myself though.
leafy loaf 26. jan. 2021 kl. 23:43 
is this compatible with tropical experience? the old version couldn't load several set pieces and would cause world-gen to stop mid-generation
WiseCog 18. jan. 2021 kl. 12:14 
The mod "Force Biomes" have some code which does seem to limit multiple spawns.
WiseCog 18. jan. 2021 kl. 11:58 
Well that's a shame. I will keep look around for a set piece mod that adds exactly what you pick in options. In any way as a side note, I have a very similar mod that also adds option for mushroom circles (only large ones). You could add that into your mod. PS: Yes it can be supported.