How to Change Difficulty on Your Sons of the Forest Server

All difficulty and custom game mode options for Sons of the Forest — enemy settings, environment, survival, and season controls.

Sons of the Forest offers preset difficulty modes and a fully customizable Custom mode with granular control over enemies, environment, survival, and seasons.

Custom game mode settings only apply when creating a new world. You cannot change them on an existing save — you'd need to start a new save slot.

Change Difficulty

Stop your server

Go to Console in the XGamingServer Panel and stop the server.

Edit dedicatedserver.cfg

Click Files in the sidebar and open dedicatedserver.cfg. Change GameMode:

"GameMode": "Normal"

(Optional) Start a new save

If switching to Custom mode, set SaveMode to "New" and change SaveSlot to an unused slot to generate a fresh world with your custom settings.

Save and start

Click Save Content and start from Console.

Preset Difficulty Modes

ModeEnemiesSurvivalNotes
PeacefulNo enemy spawnsRelaxed hunger/thirstExplore and build freely
NormalStandard spawns and aggressionBalancedRecommended for first playthroughs
HardTougher enemies, more frequent patrolsScarcer resourcesFor experienced players
HardSurvivalSame as HardSame as Hard + permadeathDeath deletes your character
CreativeNo enemiesNo survival needsPure building mode
CustomFully configurableFully configurableSee below

Custom Mode Settings

Set "GameMode": "Custom" and add a CustomGameModeSettings object:

SettingValuesDescription
EnemySpawntrue / falseToggle enemy spawning entirely
EnemyHealthLow / Normal / HighEnemy hit point pools
EnemyDamageLow / Normal / HighDamage enemies deal
EnemyArmourLow / Normal / HighEnemy damage resistance
EnemyAggressionLow / Normal / HighHow actively enemies hunt players
AnimalSpawnRateLow / Normal / HighAnimal spawn frequency
EnemySearchPartiesLow / Normal / HighPatrol frequency and size

Example: PvE Easy Mode

"CustomGameModeSettings": {
  "GameSetting.Vail.EnemySpawn": true,
  "GameSetting.Vail.EnemyHealth": "Low",
  "GameSetting.Vail.EnemyDamage": "Low",
  "GameSetting.Vail.EnemyAggression": "Low",
  "GameSetting.Vail.AnimalSpawnRate": "High"
}
SettingValuesDescription
StartingSeasonSpring / Summer / Autumn / WinterWhich season the world starts in
SeasonLengthShort / Default / Long / RealisticDuration of each season
DayLengthShort / Default / Long / RealisticFull day/night cycle length
PrecipitationFrequencyLow / Default / HighRain and snow frequency

Example: Endless Summer

"CustomGameModeSettings": {
  "GameSetting.Environment.StartingSeason": "Summer",
  "GameSetting.Environment.SeasonLength": "Long",
  "GameSetting.Environment.DayLength": "Long",
  "GameSetting.Environment.PrecipitationFrequency": "Low"
}
SettingValuesDescription
ConsumableEffectsNormal / HardHunger/thirst damage severity
PlayerStatsDamageOff / Normal / HardDamage from spoiled food
ColdPenaltiesOff / Normal / HardCold effects on health/stamina
BuildingResistanceLow / Normal / HighStructure durability
ReducedFoodInContainerstrue / falseLess food in world loot
SingleUseContainerstrue / falseContainers only lootable once
PlayersImmortalModetrue / falsePlayers cannot die
OneHitToCutTreetrue / falseTrees fall in one hit
CreativeModetrue / falseEnable creative mode features
SettingValuesDescription
Cheatstrue / falseEnable console commands (cheatstick + F1)
PvpDamageNormalPlayer vs player damage scaling

Set Cheats to true if you want admins to use console commands like godmode, settimeofday, and season.

How is this guide?

40% Off — Limited TimeGet your Sons Of The Forest server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page