And if you want to run a custom map, you need the -levelurl parameter instead of seed and size
here is a example to run a custom map
RustDedicated.exe -batchmode ^
+server.hostname "test" +server.port 28015 +server.identity "Name" ^
-logFile "rust_out.txt" ^
-rcon.port 28016 ^
-rcon.password "mypassword" ^
-rcon.web 1 ^
-levelurl "k:\Rust_Server\rustds\server\TestMap.map" ^
-server.description "test"
also i have heard of the rcon stuff but i dont know what it does or what it is, can you explain it?
Merged postok so i tested out the launch config with the levelurl and still the same thing
"Couldn't load server/my_server_identity/proceduralmap.4250.856710897.231.sav - file doesn't exist"
Here is my config file
start "RustDedicated" /B RustDedicated.exe -batchmode
+server.port 28015 ^
+server.level "Procedural Map" ^
+server.seed 856710897 ^
+server.worldsize 4250 ^
+levelurl ""C:\MAIN RUST SERVER\rust server\server\my_server_identity\proceduralmap.4250.856710897.231.map"" ^
+server.maxplayers 50 ^
+server.hostname "The JuiceBar | 5x" ^
+server.description "5x Gather Rates\n1.2x Smelting Output\n100x Smelting Speed" ^
:: goto start
still wonder why this isn't working