Hello guys, I'm having problems with my server, when connecting appears "Incompatible version", but in the server list has several other functioning servers. Is there any command that my server accompanies the Dev Branch? Thanks!
Hello guys, I'm having problems with my server, when connecting appears "Incompatible version", but in the server list has several other functioning servers. Is there any command that my server accompanies the Dev Branch? Thanks!
Have you updated your server to the latest version on the branch you're on?
Is your server a development branch server or a stable branch server?
I update the server at all times...
The command: RustDedicated.exe -batchmode +server.hostname "Experimental Local Server" +server.port 28025 +server.identity "facepunchdev" +server.seed 6067 +rcon.ip "127.0.0.1" +rcon.port 28026 +rcon.password 3519 +server.writecfg "true"
My client is Development Branch
Edited:
Is there a command like "-dev" (or something), I can use on the server?
What is your SteamCMD command to update the server?
Also, what happens if you change your client back to the default branch? Because if you're not pulling the development server branch every time there's an update (10-20 times a day), you will get version mismatches frequently. That's the point of the development branch--to release the very latest patches of what the devs are working on in near-realtime. It's a fast-moving branch. Meanwhile, the default branch updates once a week or two, whenever garry's ready.
SteamCMD command:
@ShutdownOnFailedCommand 0
@NoPromptForPassword 1
login anonymous
force_install_dir C:\RUST_SERVER_EXPERIMENTAL
app_update 258550 -beta experimental validate
quit
So, as I have a page where translate the Rust devblogs into portuguese, need real-time update... So all the time I update the server and the client, but always gives incompatible. If I put in Default Branch, the game will be too late to display on the page (screenshots, videos, information, etc.)
The branch is no longer called experimental and hasn't been for weeks. The server branch is the same name as the client branch: development
Try it.Code:app_update 258550 -beta development validate
Solved, thanks elixwhitetail!!!!