TrueOsiris / docker-vrising

Container for V-Rising dedicated server
244 stars 63 forks source link

CastleLimit not working #68

Closed Oreloth closed 6 months ago

Oreloth commented 6 months ago

It seems the number of Castles cannot be changed. When I change this setting:

        "FloorLimit": 550,
        "ServantLimit": 8,
        "BuildLimits": 2,
        "HeightLimit": 3
      }
    },
    "CastleLimit": 2,
    "NetherGateLimit": 1,
    "ThroneOfDarknessLimit": 1
  },
  "PlayerInteractionSettings": {
    "TimeZone": "Local",
    "VSPlayerWeekdayTime": {
      "StartHour": 20,
      "StartMinute": 0,
      "EndHour": 22,
      "EndMinute": 0
    },

The "CastleLimit" line does not work. I edited in the ServerGameSettings.json from my persistent folder, I restarted my container with "docker container restart vrising" and nothing changes on the server.

Edit: It seems nothing from the ServerGameSettings.json works on server reload. But changes from ServerHostSettings.json are working perfectly.

Oreloth commented 6 months ago

Okay, I just forgot to remove: "GameSettingsPreset": StandardPvE, from ServerHostSettings.json file.