Server stuck on old version even after update
Even after successfully running "app_update 896660 validate" [or without validate] my server has it's version as 0.207.20 while my game (on a different PC) is at 0.208.1
I cannot find a way how to actually get my server to update
I cannot find a way how to actually get my server to update
11:13 pm, May 29, 2022
Hobbamok replied to Server stuck on old version even after update May 29, 2022 @ 4:37:22 pm PDT
My force_install_dir wasn't pointing exactly to the folder where the .exe was in, that was the problem. Instead I had it pointing to the place that the steamapps folder was in
2:13 am, May 30, 2022
0 comments
0 likes
Pappy replied to Server stuck on old version even after update May 29, 2022 @ 3:46:20 pm PDT
Without knowing your update script or pre-checks, are you running a force_install_dir *installed location* prior to running the app_update command? Is the steamCMD the latest version? (pretty sure it prechecks when launched and updates automatically tbh).
Below are 2 of the update scripts I use for the respective RTM release and Beta releases of the server code. Both of these work without fail for me. Short of your logon permissions to the host restricting the update or the wrong force directory being used, I can't see why you can't get your server code updated?
RTM release (non beta)
login anonymous
force_install_dir "D:\Valheim"
app_update 896660 validate
quit
Beta release
force_install_dir "D:\Valheim"
login anonymous
app_update 896660 -validate -beta public-test -betapassword yesimadebackups
Below are 2 of the update scripts I use for the respective RTM release and Beta releases of the server code. Both of these work without fail for me. Short of your logon permissions to the host restricting the update or the wrong force directory being used, I can't see why you can't get your server code updated?
RTM release (non beta)
login anonymous
force_install_dir "D:\Valheim"
app_update 896660 validate
quit
Beta release
force_install_dir "D:\Valheim"
login anonymous
app_update 896660 -validate -beta public-test -betapassword yesimadebackups
11:13 pm, May 29, 2022
0 comments
0 likes