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.
-
Access File Management
- Log into your server's control panel or connect via FTP to navigate and edit your server's files.
-
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.
-
-
Edit the World Settings File
-
Open the
WorldSetting.json
file located in your active world folder to view and change various world settings.
-
-
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
-
Save the File
-
After making your changes, save the
WorldSetting.json
file.
-
-
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.