I have a custom seed for my server with the size but when the server starts it keeps useing another that is nowhere in any files
here is server config
start "RustDedicated" /B RustDedicated.exe -batchmode
+server.port 28015 ^
+server.level "Procedural Map" ^
+server.seed 1796707119 ^
+server.worldsize 3000 ^
+server.maxplayers 50 ^
+server.hostname "The JuiceBar | 5x" ^
+server.description "5x Gather Rates\n1.2x Smelting Output\n100x Smelting Speed" ^
Here is what is says on server launch
Couldn't load server/my_server_identity/proceduralmap.4500.1337.231.sav - file doesn't exist
Server is running wrong seed and sizeSolved
EDIT - Solved it, don't know how or what i did but it works now
you are missng the continuation ^ on the first line
start "RustDedicated" /B RustDedicated.exe -batchmode ^
Locked automatically