I haven't played for a long time,Please help me
Example bat startup file?Solved
I'm not sure what you mean, could be more specific?
In response to 770242080 ():I haven't played for a long time,Please help me
@echo off
cls
:start
Hurtworld.exe -batchmode -nographics -exec "host 12871;queryport 12881;servername HurtWorld Server;addadmin [your Steam 64 ID] -logfile "gamelog.txt"
@echo.
@echo Restarting Server............
@echo.
goto start
There you I recommend to you to always edit things like this with notepad++
Also, change the servername and addadmin id,
And plus the end of a batch file is always .bat so you can name it everything what you like
You can always find examples here: https://github.com/theumod/uMod.Hurtworld/tree/develop/resources
Locked automatically