hello i am new to making servers in games i have a problem with my with my batch file that runs the server when i got it running its just reapting over and over again this is what i had to write i had to coppy what the guy wrote the top part i wrote my selfe(i am doing this to play with freinds)
:START
C:\Desktop\SteamCMD\steamcmd.exe+login anonymous +app_update 258550 validate +quit
StartRustDedicated -batchmode -server.port 28015 -server.hostname"My Rust Bob" -server.description "A short des"
-server.maxplayers 5 -server.seed 12345 -server.worldsize 5000 -server.identity my_server -chat.serverlog 1
-server.netlog 1 server.saveinterval 300 -autoupdate
GOTO:START
so if anybody could help me that would be the gratest
Can some one help me with my rust serverSolved
Change StartRustDedicated to RustDedicated.exe in your script.
I recommend use script from uMod Gitlab - _start_example.bat
Locked automatically