hey my servers players in my bat file is 10 but in my server/cmd it says 500 and the wrong hostname can someone check my code because i think thats whats wrong
echo off
:start
RustDedicated.exe -batchmode ^
+server.port 28015 +server.level "Procedural Map" ^
+server.seed 1 +server.worldsize 4000 ^
+server.maxplayers 10 ^
+server.hostname "Snaketest" ^
+server.description "testing deez" ^
+server.url "http://yourwebsite.com" ^
+server.headerimage "http://yourwebsite.com/serverimage.jpg" ^
+server.identity "snaketest" +rcon.port 28016 ^
+rcon.password inserthere +rcon.web 1
goto start
any help would be apreciated
Rust server players not matching batch
It sounds like your .bat file isn't being used at all. Are you sure that's how your server is being started?
Wulf
It sounds like your .bat file isn't being used at all. Are you sure that's how your server is being started?
yes sorry i am new to this
Are you using a dedicated host or locally?
Wulf
Are you using a dedicated host or locally?
my own pc so locally.
Are there any other settings from the .bat that are not applying?
host name i think password, description, server url, headerimage and identity
It doesn't sound like that .bat file is being used then. You may want to start with a fresh install if you aren't sure where the settings are coming from.
make sure there isnt a SPACE after this symbol ^ of each line.
^ that should be the last thing in the line
nashslash
make sure there isnt a SPACE after this symbol ^ of each line.
^ that should be the last thing in the line
i could kiss you thank you so much