Need help?
Create a topic in the appropriate section
Don't write everything in the chat!Take a look at the marketplace
There you can buy
everything related to game serversDon't want a ban?
Please read our rules
Don't disturb the order!Sell or buy?
Use services of the guarantor
We will make your deal safe
- 0
Запускается сервер бесконечное количество раз
Asked by
GreedyPanda
-
Our picks
Подскажите пожалуйста, в чём может быть причина бесконечно запуска сервера
Запускаю через батник с таким кодом:
@echo off :start ::Server name set serverName=DayZ Test Server ::Server files location set serverLocation="F:\SteamLibrary\steamapps\common\DayZServer" ::Server Port set serverPort=2302 ::Server config set serverConfig=serverDZ.cfg ::Logical CPU cores to use (Equal or less than available) set serverCPU=4 ::Sets title for terminal (DONT edit) title %serverName% batch ::DayZServer location (DONT edit) cd "%serverLocation%" echo (%time%) %serverName% started. ::Launch parameters (edit end: -config=|-port=|-profiles=|-doLogs|-adminLog|-netLog|-freezeCheck|-filePatching|-BEpath=|-cpuCount=) start "DayZ Server" /min "DayZServer_x64.exe" -config=%serverConfig% -port=%serverPort% -profiles=profiles -cpuCount=%serverCPU% -dologs -adminlog -netlog -freezecheck "-BEpath= F:\SteamLibrary\steamapps\common\DayZServer\battleye" "-profiles=F:\SteamLibrary\steamapps\common\DayZServer\profiles" ::Time in seconds before kill server process (14400 = 4 hours) timeout 14390 taskkill /im DayZServer_x64.exe /F ::Time in seconds to wait before.. timeout 10 ::Go back to the top and repeat the whole cycle again goto start
после запуска в командной строке огромное количество ошибок, и начинается бесконечный цикл запуска!
Edited by 123newвставка кода файла в спец. тег для его вставки (see edit history)
Share this post
Link to post
Share on other sites