#How can I update my server to 42.13.2 version?

1 messages · Page 1 of 1 (latest)

fluid oriole
#

any guide, please

#

How can I update my server to 42.13.2 version?

dusty surge
dusty surge
fluid oriole
dusty surge
#

you couldn't update it?

#

Yep. That's on me. If you have made your server using the PZWiki's dedicated server instructions (I did mine that way using SteamCMD for Linux) you need to ensure you update your update_zomboid.txt file correctly, and then run steamcmd +runscript $HOME/update_zomboid.txt to get Steam to properly update the game. LOL.

#

did you try this trick?

violet blade
#
  1. flush the project Zomboid dedicated game folder + acf file and remove the folder
  2. app_update 380870 -beta unstable
#

that's how it worked for me

fluid oriole
violet blade
pastel ermine
#

Sorry can you explain again how to update a SteamCMD server in more detail?

#

Not on linux, just windows

stuck moth
#

I'm not on Windows, but based on the PZWiki Dedicated Server wiki, you should be able to:

  1. Find and execute steamcmd.exe from a command line.
  2. Type force_install_dir <path> where <path> is the path to the directory where your appmanifest_380870.acf file lives. If you followed the Wiki's instructions, the Windows path will be C:\PZServer; the Linux path will be /opt/pzserver.
  3. While in SteamCMD (after executing that executable in the last step), login anonymous
  4. app_update 380870 validate -beta unstable
  5. Once you see the message "Success! App '380870' fully installed", you can close SteamCMD with quit.
dusty prawn
#

Windows not update for me

pastel ermine
#

Amazing thank you! But I did have to find the correct filepath for my appmanifest_380870.acf

And I added the command:

force_install_dir C:\yourfilepathto\appmanifest_380870.acf folder

login anonymous

app_update 380870 -beta unstable validate

quit

stuck moth
#

Ah, yes. Sorry about that. That data is also on the wiki's page for Dedicated Server, but I wasn't sure if it needed it everytime as I haven't used SteamCMD too much. I use a script to update my server. Glad you got it fixed!

pastel ermine
stuck moth
#

Damn, you're right. Even the Wiki says that. LOL.