Skip to content

How to Change the World Settings on Your Windrose Server

World settings are configured in the WorldDescription.json file. There you can adjust difficulty levels, multipliers and other parameters.

  1. Stop the server
    Stop your server via the dashboard.

  2. Connect via SFTP
    Connect to your server via SFTP.

  3. Open WorldDescription.json
    Open the WorldDescription.json file inside your world's directory:

    /R5/Saved/SaveProfiles/Default/RocksDB/<GameVersion>/Worlds/<WorldID>/WorldDescription.json
    /R5/Saved/SaveProfiles/Default/RocksDB/<GameVersion>/Worlds/<WorldID>/WorldDescription.json
  4. Adjust settings
    Adjust the desired values (see tables below).

  5. Start the server
    Save the file and start your server.

General fields

FieldDescriptionValues
IslandIdUnique world ID. Must match the folder name.Alphanumeric string
WorldNameDisplayed name of the worldAny text
WorldPresetTypePreset difficulty levelEasy, Medium, Hard, Custom

WorldSettings

Boolean parameters

ParameterDescriptionDefault
CoopQuestsEnable co-op queststrue
EasyExploreEasier explorationfalse

Float parameters (multipliers)

ParameterDescriptionRange
MobHealthMultiplierMob health0.25.0
MobDamageMultiplierMob damage0.25.0
ShipHealthMultiplierShip health0.45.0
ShipDamageMultiplierShip damage0.22.5
BoardingDifficultyMultiplierBoarding difficulty0.25.0
Coop_StatsCorrectionModifierCo-op stats adjustment0.02.0
Coop_ShipStatsCorrectionModifierCo-op ship stats adjustment0.02.0

Tag parameters

ParameterDescriptionValues
CombatDifficultyCombat difficultyEasy, Normal, Hard

Warning

Do not change the IslandId value if you want to keep using the world. The value must match the name of the world folder.

Tip

If you set WorldPresetType to Custom, you can freely adjust the individual parameters.