Language & Currency

Currency

Windrose: Your game, your server

from 6.92
AUD /month
from 8.23
BGN /month
from 24.60
BRL /month
from 6.78
CAD /month
from 3.90
CHF /month
from 32.55
CNY /month
from 102.24
CZK /month
from 31.47
DKK /month
from 4.21
EUR /month
from 3.59
GBP /month
from 37.63
HKD /month
from 31.73
HRK /month
from 1,521.20
HUF /month
from 86,717.16
IDR /month
from 14.47
ILS /month
from 461.93
INR /month
from 602.87
ISK /month
from 778.89
JPY /month
from 7,180.62
KRW /month
from 84.03
MXN /month
from 19.58
MYR /month
from 46.63
NOK /month
from 8.28
NZD /month
from 296.22
PHP /month
from 18.26
PLN /month
from 22.10
RON /month
from 493.42
RUB /month
from 46.46
SEK /month
from 6.21
SGD /month
from 160.97
THB /month
from 225.85
TRY /month
from 4.80
USD /month
from 79.04
ZAR /month
from 30.32
date /month

Adjust game settings for Windrose

We explain how you can customize your gameplay experience in Windrose.
For this you need an FTP Client as well as our guide.

WorldDescription.json

  1. Start and stop your server.
    Important so that the Gameserver FTP is started.
  2. Connect with your FTP program to the Gameserver FTP.
    You can find the login data in the FTP overview when you click on FTP.
  3. You can find the required file in the following directory:
    R5/Saved/SaveProfiles/Default/RocksDB/0.10.0/Worlds/WorldID
    WorldID corresponds to your current world ID.
    You can find this in your Server Settings under WorldID, e.g. F6DBBE0AAD05415C51BC8DEA3FC53A6D
  4. Download the WorldDescription.json.
  5. Make your desired changes to the file and save it.
    A list of available settings as well as an example config can be found further below in the guide.
    Important: Please do not change any settings with ID in the name, otherwise your server may no longer start correctly!
  6. Upload your modified WorldDescription.json and overwrite the original file.
  7. Restart your server.

Settings

ParameterDescriptionDefaultValues
IslandIdID of your world.Assigned by the serverDo not change
WorldNameDisplay name of your world.No name assignedCan be changed
CreationTimeWhen the world was first created.Assigned by the serverDo not change
WorldPresetTypeSets the difficulty level.MediumEasy, Medium, Hard, Custom
CoopQuestsDetermines whether CoopQuests are completed for everyone on the server.truetrue or false
EasyExploreDisables map markers. Makes exploration harder when enabled.falsetrue or false
MobHealthMultiplierHealth of enemies.1.00.2 - 5.0
MobDamageMultiplierHow much damage enemies deal.1.00.2 - 5.0
ShipHealthMultiplierHealth of enemy ships.1.00.4 - 5.0
ShipDamageMultiplierHow much damage enemy ships deal.1.00.2 - 2.5
BoardingDifficultyMultiplierHow difficult it is to board enemy ships.1.00.2 - 5.0
Coop_StatsCorrectionModifierAdjusts enemy health and balance loss based on the number of players on the server.1.00.0 - 2.0
Coop_ShipStatsCorrectionModifierAdjusts enemy ship health based on the number of players on the server.0.00.0 - 2.0
CombatDifficultySets boss difficulty and general aggressionNormalEasy, Normal, Hard

Example config


{
  "Version": 1,
  "WorldDescription":
  {
    "IslandId": "F6DBBE0AAD05415C51BC8DEA3FC53A6D",
    "WorldName": "Tortuga",
    "CreationTime": 6.3911776654723994e+17,
    "WorldPresetType": "Custom",
    "WorldSettings":
    {
      "BoolParameters":
      {
        "{\"TagName\": \"WDS.Parameter.Coop.SharedQuests\"}": true,
        "{\"TagName\": \"WDS.Parameter.EasyExplore\"}": true
      },
      "FloatParameters":
      {
        "{\"TagName\": \"WDS.Parameter.MobHealthMultiplier\"}": 1.5,
        "{\"TagName\": \"WDS.Parameter.MobDamageMultiplier\"}": 1.2,
        "{\"TagName\": \"WDS.Parameter.ShipsHealthMultiplier\"}": 2.0,
        "{\"TagName\": \"WDS.Parameter.ShipsDamageMultiplier\"}": 1.4,
        "{\"TagName\": \"WDS.Parameter.BoardingDifficultyMultiplier\"}": 0.6,
        "{\"TagName\": \"WDS.Parameter.Coop.StatsCorrectionModifier\"}": 1.0,
        "{\"TagName\": \"WDS.Parameter.Coop.ShipStatsCorrectionModifier\"}": 0.5
      },
      "TagParameters":
      {
        "{\"TagName\": \"WDS.Parameter.CombatDifficulty\"}":
        {
          "TagName": "WDS.Parameter.CombatDifficulty.Hard"
        }
      }
    }
  }
}