GithubHelp home page GithubHelp logo

hlds-appmanifest's Introduction

HLDS-appmanifest

Update October 2017: It seems this issue has returned after Valve fixed it several years ago. I have updated this repo with new app_manifest files for each server. Hopefully Valve fix the issue again.

HLDS (GoldSrc) games use appid 90 to download the game server files from SteamCMD. There is a bug that prevents all the files being downloaded from SteamCMD. Getting all the files can take any number of attempts for SteamCMD to download them all.

The fix is to download completed appmanifest files to the steamapps directory. This fix should work with both Windows and Linux servers.

HLDS Servers

This fix applied to the following servers:

  • Half-Life Deathmatch Dedicated Server +app_update 90
  • Counter-Strike 1.6 Dedicated Server +app_update 90 +app_set_config “90 mod cstrike
  • Counter-Strike: Condition Zero dedicated server +app_update 90 +app_set_config “90 mod czero”
  • Deathmatch Classic dedicated server +app_update 90 +app_set_config “90 mod dmc”
  • Day of Defeat dedicated server +app_update 90 +app_set_config “90 mod dod”
  • Half-Life: Opposing Force dedicated server +app_update 90 +app_set_config “90 mod gearbox”
  • Ricochet dedicated server +app_update 90 +app_set_config “90 mod ricochet”
  • Team Fortress Classic dedicated server +app_update 90 +app_set_config “90 mod tfc”

How to Fix

This workaround was discovered while working on LinuxGSM.

Install the Server

Try downloading the server assets from SteamCMD once as you would normally.

For example:

./steamcmd.sh +login anonymous +force_install_dir "/home/csserver/serverfiles" +app_update 90 +app_set_config 90 mod czero validate +quit

You may notice that the download completed quickly. If this happends it indicates that the server did not download all the files correctly.

Get appmanifest files

  1. Go to the steamapps directory which is located with your server files and delete any existing files in the directory. /home/csserver/serverfiles/steamapps

  2. Download the appmanifest files for your server from this GitHub repository in to the steamapps directory.

  3. Retry downloading the server with SteamCMD.

It is recommended that you try and download a few times just to make sure everything has worked.

Linux One-Liners

These one-line scripts can be used to quickly download all the required appmanifest files. Ensure you are in the steamapps directory and run the relevant script.

Thanks to @Arkshine for coming up with the idea.

Counter-Strike 1.6

for i in 10 70 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/main/CounterStrike/appmanifest_$i.acf -O appmanifest_$i.acf; done

Counter-Strike: Condition Zero

for i in 10 70 80 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/main/CounterStrikeConditionZero/appmanifest_$i.acf -O appmanifest_$i.acf; done

Day of Defeat

for i in 10 30 70 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/main/DayOfDefeat/appmanifest_$i.acf -O appmanifest_$i.acf; done

Deathmatch Classic

for i in 10 40 70 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/main/DeathmatchClassic/appmanifest_$i.acf -O appmanifest_$i.acf; done

Half-Life: Deathmatch

for i in 10 70 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/main/HalfLifeDeathmatch/appmanifest_$i.acf -O appmanifest_$i.acf; done

Opposing Force

for i in 10 50 70 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/main/OpposingForce/appmanifest_$i.acf -O appmanifest_$i.acf; done

Ricochet

for i in 10 60 70 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/main/Ricochet/appmanifest_$i.acf -O appmanifest_$i.acf; done

Team Fortress Classic

for i in 10 20 70 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/main/TeamFortressClassic/appmanifest_$i.acf -O appmanifest_$i.acf; done

hlds-appmanifest's People

Contributors

dgibbs64 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.