![]() |
|
Sons of the Forest - Dedicated Server Setup (Aktualisiert am 22.07.2023) - Druckversion +- GameServer-Install.de - Forum (https://gameserver-install.de) +-- Forum: GamerSever - Install (https://gameserver-install.de/forum-3.html) +--- Forum: Windows (https://gameserver-install.de/forum-4.html) +--- Thema: Sons of the Forest - Dedicated Server Setup (Aktualisiert am 22.07.2023) (/thread-43.html) |
Sons of the Forest - Dedicated Server Setup (Aktualisiert am 22.07.2023) - rumpel - 06-25-2023 GameServer ID: Code: 2465200Server Start.bat Code: start SonsOfTheForestDS.exeownerwhitelist.txt Code: #Dein Name nach dem #
7000000000000000000 SteamIDdedicatedserver.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
|