Easily customize your Windrose dedicated server experience by adjusting gameplay settings directly in your server files. This guide shows you how to edit your world configuration using the file manager.
Access Your Server Settings
To modify your Windrose server settings:
- Stop your server
- Open the file manager
- Navigate to:
R5/Saved/SaveProfiles/Default/RocksDB/<game version>/Worlds/<world ID>/WorldDescription.json
Each world has its own WorldDescription.json. Make sure you select the correct world.
Configure the Active World
Inside the file, locate:
"IslandId": "YOUR_WORLD_ID"
This value must match:
- The world folder name
- The
WorldIslandIdinServerDescription.json
This ensures your dedicated server loads the correct world.
Set Your Server Difficulty
"WorldPresetType": "Medium"
Available presets:
EasyMediumHard
Using custom settings will automatically switch this to Custom.
Customize Gameplay Settings
All gameplay adjustments are located in:
"WorldSettings"
Settings are grouped into:
BoolParameters– On/off optionsFloatParameters– Numerical valuesTagParameters– Preset-based options
Gameplay Settings Overview
Shared Quests
"{\"TagName\": \"WDS.Parameter.Coop.SharedQuests\"}": true
- Share quest progress between players
Immersive Exploration
"{\"TagName\": \"WDS.Parameter.EasyExplore\"}": false
- Disable map markers for a more immersive experience
Enemy Health
"{\"TagName\": \"WDS.Parameter.MobHealthMultiplier\"}": 1
- Range:
0.2 – 5.0 - Increase enemy durability
Enemy Damage
"{\"TagName\": \"WDS.Parameter.MobDamageMultiplier\"}": 1
- Range:
0.2 – 5.0 - Increase enemy attack power
Ship Health
"{\"TagName\": \"WDS.Parameter.ShipsHealthMultiplier\"}": 1
- Range:
0.4 – 5.0 - Increase enemy ship durability
Ship Damage
"{\"TagName\": \"WDS.Parameter.ShipsDamageMultiplier\"}": 1
- Range:
0.2 – 2.5 - Increase enemy ship damage
Boarding Difficulty
"{\"TagName\": \"WDS.Parameter.BoardingDifficultyMultiplier\"}": 1
- Range:
0.2 – 5.0 - Increase boarding challenge
Co-op Enemy Scaling
"{\"TagName\": \"WDS.Parameter.Coop.StatsCorrectionModifier\"}": 1
- Adjust enemy scaling based on player count
Co-op Ship Scaling
"{\"TagName\": \"WDS.Parameter.Coop.ShipStatsCorrectionModifier\"}": 0
- Adjust ship difficulty for multiplayer
Combat Difficulty
"{\"TagName\": \"WDS.Parameter.CombatDifficulty\"}": {
"TagName": "WDS.Parameter.CombatDifficulty.Normal"
}
Options:
- Easy
- Normal
- Hard
Controls overall combat intensity and enemy aggression.
Apply Your Changes
- Save the file
- Restart your Windrose dedicated server
Your new settings will be applied automatically.



