Jump to content

[cavesbeta] Dedicated server version.txt string greater than client


Recommended Posts

@Klei

 

My linux server is pulling down a later version of cavesbeta than my local steam client.

 

steam@mc:~/steamapps/DST$ pwd

/home/steam/steamapps/DST
steam@mc:~/steamapps/DST$ cat version.txt ; echo
151472
 
On my local system (and my wife's), the version is
151431
 
Here is the script I use to update DST-caves
steam@mc:~$ cat update-caves.sh
#!/bin/bash -x
/home/steam/steamcmd/steamcmd.sh +@ShutdownOnFailedCommand 1 +@NoPromptForPassword 1 +login anonymous +force_install_dir /home/steam/steamapps/DST +app_update 343050 -beta cavesbeta validate +quit
 
I tried completely clobbering the directory on the server, but steamcmd still only pulls down 151472
 
Steam will not update to 151472 locally
 
The server shows up on http://dstservers.jacklul.com/ as 151472. 
If I try the c_connect(foo, bar, baz) trick, I get "server version string mismatch" on my client.

Any insight into this?

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...