Skip to main content

How To Switch World Generation Presets on Your Don’t Starve Together Server

1. Log In to Your Panel


2. Navigate to the ‘Files’ Tab

The Cybrancee panel navigation menu with the Files tab selected.

3. Locate the Master Directory

Path: Home > Container > DoNotStarveTogether > Config > Server > Master

The file manager breadcrumb path pointing to the Master directory.

4. Edit the World Generation Override File

Locate or create a file named 'worldgenoverride.lua' and select it to open the text editor.

The worldgenoverride lua file selected in the Master directory.

5. Apply the Preset Code

Delete any existing text and paste your chosen preset configuration block into the editor. For example, to set up the classic survival preset, enter the following:

return {
    override_enabled = true,
    preset = "SURVIVAL_TOGETHER_CLASSIC",
}
The worldgenoverride lua file editor inside the Caves directory with the preset block highlighted.

6. Reference Alternative Preset Options

Preset String CodeGameplay TypeWorld Generation Impact
"SURVIVAL_TOGETHER"Modern DefaultThe standard multiplayer experience featuring balanced resource loops and regular season rotations.
"SURVIVAL_TOGETHER_CLASSIC"Classic SurvivalConfigures the landscape generation to mirror classic single-player structures and old-school item spawns.
"COMPLETE_DARKNESS"Lights OutForces the world generation into permanent night time, making light management your primary threat.
"DST_CAVE_PLUS"Caves PlusAn underground generation preset that spawns a cave layout with significantly more resources.
"MOD_MISSING"Terraria CrossoverGenerates the “An Eye for an Eye” crossover world, introducing Terraria-themed elements and bosses.
"DST_CAVE"Standard CavesThe default underground generation preset, used exclusively when configuring a Caves shard.
"SURVIVAL_DEFAULT_PLUS"Default PlusTweaks standard generation values to increase initial world difficulty with harsher resource layouts.

7. Save the Configuration


8. Delete the Existing Save

Select the 'server' breadcrumb link at the top of the file manager to return to the root server folder. Select the checkbox next to the 'save' folder and select 'Delete' to remove the old map data.

The file manager displaying the Caves directory with the save folder selected and the delete option highlighted.

9. Restart Your Server

Don’t Starve Together Server Hosting

Starts at $3.99

External link icon
Was this article helpful?
Please Share Your Feedback
How Can We Improve This Article?
Table of Contents