Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español - España (Spanska - Spanien)
Español - Latinoamérica (Spanska - Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (Portugisiska – Portugal)
Português - Brasil (Portugisiska - Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (Ukrainska)
Rapportera problem med översättningen
You could just use a script to automatically restart it.
On Windows you could create a batch file with the following contents:
If you run the script an empty command line will appear and the program will start. If you exit the program it will restart immediately, as long as the command line window is opened.
So if you want the restarts to stop you need to close the command line window first.
If you want to start this script on boot you can simply place this script in your autostart directory, every executable file in there will be launched on system boot time.
If you need further help just google or write a new comment.
I think it would be most simple if you could quickly post the contents of your .bat with the config and I would edit it so, that it has the functionality of mine.
Both .bat files would need to be in the same folder, then!
@echo off
:start
start /w "" "HostServer.bat"
goto start
thanks for your all your help, much appreciated.
I never hosted a server for this game, but all game servers I hosted for other games so far had the same behavior as you describe, exiting at night. For me, that happens because my ISP disconnects my internet shortly at night. I always used a script like that and it worked fine for me.
You could look into some more powerful programs to auto restart, maybe they could work.
This site looks promising: https://www.raymond.cc/blog/keep-application-running-by-automatically-rerun-when-closed/ , but you could also just google something like "auto-restart program".
Also, the script should absolutely work fine, there has to be some other problem on your site / with your PC or with the provided game server, but I cannot look into that through just a forum.
Greetings and wish you luck!