So I have this batch file below that SHOULD load up the development server, but I get an error when I run it (http://prntscr.com/lmayzy).
Can someone tell me what I am doing wrong? I do have a server already running in a separate window (it doesn't show up on the server list, but that's another issue) which is why I have 29015 as the port. Can someone explain why it's erroring out?
EDIT: It DOES load up, but the error I get when I load in is that it is the wrong version (client and server). Yes, I'm using the Staging program and making sure it's fully updated. I am guessing the error at the bottom that I screen shot means that it didn't update from the correct branch or something?
echo off
:start
cd steam
steamcmd.exe runscript ../update_script_Staging.txt
steamcmd.exe runscript ../update_script_Staging.txt
cd ..
cd rustds
RustDedicated.exe -batchmode server.hostname "Spokane Development Rust" server.identity "Spokane_Development_Rust" server.seed 16598635 halloween.enabled true halloween.murdererpopulation 9 server.level "Barren" server.maxplayers 20 server.pve "false" server.worldsize 3000 server.description "Located in private home in Spokane for Development." -logFile "output.txt" -autoupdate query_port 29016 server.ip 0.0.0.0 server.port 29015
cd ../
goto start
update_script_Staging.txt
@ShutdownOnFailedCommand 1
@NoPromptForPassword 1
login anonymous
force_install_dir ../rustds
app_update 258550 -beta staging validate
quit
Subreddit
Post Details
- Posted
- 6 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/playrustadm...