GameServer-Install.de - Forum

Normale Version: Sons of the Forest - Dedicated Server Setup (Aktualisiert am 22.07.2023)
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.


GameServer ID: 

Code:
2465200


Server Start.bat

Code:
start SonsOfTheForestDS.exe


ownerwhitelist.txt

Code:
#Dein Name nach dem #

7000000000000000000 SteamID


dedicatedserver.cfg

Code:
{
  "IpAddress": "xxx.xxx.xxx.xxx",
  "GamePort": 8766,
  "QueryPort": 27017,
  "BlobSyncPort": 9700,
  "ServerName": "xxx xxxxx xxxxx",
  "MaxPlayers": 8,
  "Password": "xxxxxxxxx",
  "LanOnly": false,
  "SaveSlot": 1,
  "SaveMode": "Continue",
  "GameMode": "Normal",  (normal, hard, hardsurvival, peaceful, custom)
  "SaveInterval": 600,
  "IdleDayCycleSpeed": 0.0, (floating point value between 0 and 1, greater than or equal to 0)
  "IdleTargetFramerate": 5,
  "ActiveTargetFramerate": 60,
  "LogFilesEnabled": false,
  "TimestampLogFilenames": true,
  "TimestampLogEntries": true,
    "GameSettings": {"Gameplay.TreeRegrowth": true,
    "Structure.Damage": true},
  "CustomGameModeSettings": {"GameSetting.Vail.EnemySpawn": true,
    "GameSetting.Vail.EnemyHealth": "Normal", (low, normal, high)
    "GameSetting.Vail.EnemyDamage": "Normal",  (low, normal, high)
    "GameSetting.Vail.EnemyArmour": "Normal",  (low, normal, high)
    "GameSetting.Vail.EnemyAggression": "Normal",  (low, normal, high)
    "GameSetting.Vail.AnimalSpawnRate": "Normal",  (low, normal, high)
    "GameSetting.Environment.StartingSeason": "Summer",  (Summer,Sprin,autumn,winter)
    "GameSetting.Environment.SeasonLength": "Default",  (short, default, long, realistic)
    "GameSetting.Environment.DayLength": "Default",   (short, default, long, realistic)
    "GameSetting.Environment.PrecipitationFrequency": "Default", (ow, default, high)
    "GameSetting.Survival.ConsumableEffects": "Normal",  (low, normal, high)
    "GameSetting.Survival.PlayerStatsDamage": "Off", (off, normal, hard)
    "GameSetting.Survival.ColdPenalties": "Off",   (off, normal, hard)
    "GameSetting.Survival.ReducedFoodInContainers": false,
    "GameSetting.Survival.SingleUseContainers": false,}
}

Zusätzliche Gamesettings Stand 22.07.2023

Code:
"GameSettings": {
    "Gameplay.TreeRegrowth": true,
    "Structure.Damage": true,
  },

Gameplay.TreeRegrowth = Enable automatic tree regrowth, triggered when sleeping. = true, false
Structure.Damage = Allow buildings to be damaged. = true, false

Denk dran euere Ports per UDP in der Firewall zu öffnen


Dann den Server per Start.bat Datei Starten und Spaß haben 

LG

rumpel  Wink