Windrose Dedicated Server - Managing Worlds

Overview

Your Windrose dedicated server supports multiple worlds. Each world has its own save data, difficulty settings, and unique World ID. Only one world can be active at a time.

You can manage your worlds using the tools available on your service management page:

  • List Worlds — View all worlds on your server with their names, presets, and IDs
  • Create New World — Generate a new world with your chosen difficulty settings
  • Configuration Files — Switch the active world or edit server settings

Listing Your Worlds

To see all worlds currently on your server:

  1. Navigate to your Windrose service management page.
  2. Click List Worlds in the left-hand menu.
  3. A summary will appear showing each world's Name, Preset, and World ID.
  4. The active world (the one loaded when the server starts) is marked with a ▶ arrow.
Tip: If a world shows as (unnamed), it was auto-generated by the server on first boot. You can give it a name by creating a new world with your preferred settings.


Creating a New World

To create a new world with your preferred difficulty settings:

  1. Navigate to your Windrose service management page.
  2. Click Create New World.
  3. You will be prompted to enter the following:
    • World Name — A friendly name for your world.
    • Use Preset — Set to true to use a preset, or false for custom settings.
  4. If using a preset, select one of:
    • Easy — Reduced enemy health and damage for a more relaxed experience.
    • Medium — The default balanced experience.
    • Hard — Increased enemy health and damage for a challenge.
  5. If using custom settings, you will be prompted for each individual parameter (see World Settings Reference below).
  6. Click Execute. The script will:
    • Temporarily start and stop the server to generate the world data.
    • Apply your chosen settings.
    • Automatically set the new world as the active world.
  7. Once complete, a summary will display the new world's Name, World ID, and Preset.
  8. Start your server — it will load the new world.
Important: The server will be briefly started and stopped during world creation. This is normal and takes approximately 30 seconds. Do not attempt to connect to the server during this process.

Switching the Active World

To switch which world your server loads on startup:

  1. First, use List Worlds to find the World ID of the world you want to switch to.
  2. Make sure your server is stopped.
  3. Navigate to Configuration Files in the left-hand menu.
  4. Open ServerDescription.json using the Config Editor.
  5. Change the World Island ID dropdown to the ID of the world you want to use.
  6. Click Save.
  7. Start your server — it will now load the selected world.
Tip: You can also edit the ServerDescription.json via the Text Editor if you prefer. Look for the "WorldIslandId" field and paste the World ID there.

World Settings Reference

To modify an existing Windrose world's settings:

  1. Stop your server
  2. Open the file manager
  3. Navigate to: R5/Saved/SaveProfiles/Default/RocksDB/<game version>/Worlds/<world ID>/WorldDescription.json


When creating a world with custom settings, the following parameters are available:

Difficulty

Parameter Description Default Range
Combat Difficulty Boss difficulty and enemy aggression Normal Easy / Normal / Hard
Mob Health Multiplier Enemy health 1.0 0.2 – 5.0
Mob Damage Multiplier Enemy damage 1.0 0.2 – 5.0
Ship Health Multiplier Enemy ship health 1.0 0.4 – 5.0
Ship Damage Multiplier Enemy ship damage 1.0 0.2 – 2.5
Boarding Difficulty Number of enemies in boarding actions 1.0 0.2 – 5.0

Co-op Settings

Parameter Description Default Range
Shared Quests Co-op quest auto-completion for all active players true true / false
Co-op Stats Scaling Enemy health/posture scaling based on player count 1.0 0.0 – 2.0
Co-op Ship Scaling Enemy ship health scaling based on player count 0.0 0.0 – 2.0

Exploration

Parameter Description Default Range
Immersive Exploration Hides point-of-interest markers on the map, making exploration harder false true / false

Preset Values

Parameter Easy Medium Hard
Combat Difficulty Easy Normal Hard
Mob Health 0.7 1.0 1.5
Mob Damage 0.6 1.0 1.25
Ship Health 0.7 1.0 1.5
Ship Damage 0.6 1.0 1.25
Boarding Difficulty 0.7 1.0 1.5
Co-op Stats Scaling 1.0 1.0 1.0
Co-op Ship Scaling 0.0 0.0 0.0
Shared Quests true true true
Immersive Exploration false false false
Was this answer helpful? 0 Users Found This Useful (0 Votes)