Custom World
- Start server
- Browse to; \appdata\dontstarve\token\Cluster_1\Master
- Create/edit file worldgenoverride.lua or use my attachment (Copy same file to Caves-folder if you want to customize caves)
- Edit worldgenoverride.lua to your liking then save.
- Connect to your server and choose to regenerate world (press TAB when in-game then click the little button for options).
- Have fun!
Spawn more set-pieces
- Stop server
- Browse to; \appdata\dontstarve\serverfiles\data\databundles\scripts.zip\scripts\
- Edit worldgen_main.lua
- Go to line 338 and replace with this;
for idx=1, math.random(math.floor(9000*multiply[boons_override]), math.ceil(10000*multiply[boons_override])) do
AddSingleSetPeice(level, "map/boons")
AddSingleSetPeice(level, "map/pointsofinterest")
AddSingleSetPeice(level, "map/protected_resources")
AddSingleSetPeice(level, "map/traps")
end
- Experiment by changing math.floor (9000) value and math.ceil (10000) to your liking
- Start server with a new world
- Have even more fun!
worldgenoverride.lua