Language & Currency

Currency

Windrose: Your game, your server

from 6.97
AUD /month
from 8.23
BGN /month
from 24.73
BRL /month
from 6.83
CAD /month
from 3.88
CHF /month
from 33.84
CNY /month
from 102.51
CZK /month
from 31.46
DKK /month
from 4.21
EUR /month
from 3.66
GBP /month
from 38.89
HKD /month
from 31.73
HRK /month
from 1,531.81
HUF /month
from 85,053.37
IDR /month
from 14.97
ILS /month
from 462.16
INR /month
from 605.40
ISK /month
from 788.66
JPY /month
from 7,300.90
KRW /month
from 85.54
MXN /month
from 19.62
MYR /month
from 46.74
NOK /month
from 8.42
NZD /month
from 297.13
PHP /month
from 17.86
PLN /month
from 21.43
RON /month
from 493.42
RUB /month
from 45.46
SEK /month
from 6.31
SGD /month
from 159.10
THB /month
from 222.05
TRY /month
from 4.96
USD /month
from 81.19
ZAR /month
from 17.90
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"
        }
      }
    }
  }
}