Інсталювати Steam
увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Bahasa Indonesia (індонезійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом
Except it disappear every real life day when there's no player in game
We got so annoyed at the game that we didn't play it again until last month, where we decided to give it another go, thinking that the dev's must have surely fixed this issue by now, 2 years later...
Unfortunately it seems that the dev's really don't care about the dedicated server issues, if a well documented bug still exists after over 2 years.
I wonder if the dev's plan to support Sons of the forest or just drop that too as soon it goes "1.0"
:(
As far as I can see, narrowing it down, the /shutdown command deletes the buildings and I've also witnessed the save file losing about 2 MB of data.
As a workaround, I just hit /save and close the server manually.
Aug 28 2018 > Feb 21 2021 = 908 days
RIP
I suggest everyone use Windows Task Scheduler to run a task every 4 or 6 hours. Make this task trigger to run a batch file using "taskkill /im TheForestDedicatedServer.exe" this will shutdown the server. Now use this batch I modified from another server to work with my forest dedi install. It will watch to ensure the forest server is still running and restart it for you automatically after the task scheduler shuts it down. Ensure drive "E:" and path "cd "E:\xxxxx" is changed to match your server install path or the script will fail. Save this with extension .bat and use this to launch your server. If setup properly with your Task Scheduler you should get reliable auto-restarts on your dedi.
@echo off
color 0a
title The Forest Monitor
:Serverstart
echo Launching Server
E:
cd "E:\SteamLibrary\steamapps\common\TheForestDedicatedServer"
echo The Forest Server Monitor... Active !
start "TheForestDedicatedServer" /min /wait TheForestDedicatedServer.exe
ping 127.0.0.1 -n 15 >NUL
echo The Forest Server Shutdown ... Restarting!
ping 127.0.0.1 -n 5 >NUL
cls
goto Serverstart
sorry to bring this post up again, half a year later. but how can I apply what you explained on a nitrado dedi server?
I do have an automated task in my nitrado server to restart the server every 3 hours but i still have dissapearing buildings.