How to change the world settings of your Sunkenland Server

Adjusting the world settings of your Sunkenland server hosting allows you to customize the gameplay experience to better suit your preferences or those of your player community. Whether adjusting difficulty, enabling friendly fire, or setting respawn times, you'll find these options in the WorldSetting.json file within your server's active world folder. Here's how to access and modify these settings effectively.

 

  1. Access File Management

    • Log into your server's control panel or connect via FTP to navigate and edit your server's files.
  2. Locate the Active World Folder

    • Go to the /saves/Worlds/ directory and identify the currently active world by matching the world GUID with your command line.

  3. Edit the World Settings File

    • Open the WorldSetting.json file located in your active world folder to view and change various world settings.

  4. Update the Settings

    • Modify any of the settings according to your needs, ensuring to maintain the JSON format for the file to be correctly read by the game server.
    • Below is an example JSON structure you might find in the WorldSetting.json file, showing various settings you can modify:

    • {
        "ApplicationVersion": {
          "__type": "string",
          "value": "0.2.02"
        },
        "WorldSettingProfile": {
          "__type": "WorldSettingProfile,Assembly-CSharp",
          "value": {
            "worldDescription": "Hosted by LogicServers.com",
            "enemyDifficulty": 1,
            "enemyGarrisonDifficulty": 2,
            "enemyRaidDifficulty": 2,
            "survivalDifficulty": 1,
            "isFriendlyFireEnabled": false,
            "isResearchShared": true,
            "isMapShared": true,
            "isFlagShared": true,
            "isSpawnPointShared": true,
            "isUsingRandomSpawnPoints": false,
            "respawnTime": 10,
            "lootRespawnIntervalInDays": 4
          }
        }
      }
    • Setting Description Default Value
      worldDescription Server description visible to players. "Hosted by LogicServers.com"
      enemyDifficulty General difficulty level of enemies. 1
      enemyGarrisonDifficulty Difficulty of enemy garrisons. 2
      enemyRaidDifficulty Difficulty of enemy raids. 2
      survivalDifficulty Overall survival difficulty setting. 1
      isFriendlyFireEnabled Whether friendly fire is enabled. false
      isResearchShared Whether research progress is shared among players. true
      isMapShared Whether the map is shared among players. true
      isFlagShared Whether flags are shared among players. true
      isSpawnPointShared Whether spawn points are shared among players. true
      isUsingRandomSpawnPoints Whether random spawn points are used. false
      respawnTime Time in seconds before a player can respawn. 10
      lootRespawnIntervalInDays Interval in days before loot respawns. 4

  5. Save the File

    • After making your changes, save the WorldSetting.json file.

  6. Restart Your Server

    • For the new settings to take effect, restart your Sunkenland server through the control panel.

 

Customizing your Sunkenland server's world settings allows you to create a unique and tailored experience for your players, enhancing enjoyment and engagement on your server.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to update your Sunkenland Server

In the ever-evolving world of Sunkenland, staying current with the latest game updates is...

How to create a custom command line for your Sunkenland Server

Customizing your Sunkenland server settings through custom command lines is pivotal for...

How to backup your Sunkenland Server

Dive into the expansive underwater world of Sunkenland, where your daily adventure encompasses...

How to restore a backup to your Sunkenland Server

Embark once again into the submerged realms of Sunkenland, where your architectural marvels,...

How to set a password on your Sunkenland Server

Securing your Sunkenland server hosting with a password is crucial for creating a private and...