AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   steamcmd donwload hlds missing files (https://forums.alliedmods.net/showthread.php?t=304005)

rx1983 12-31-2017 09:17

steamcmd donwload hlds missing files
 
i go to download steamcmd hlds in windows 7, and missing files

folders not exist:
"cstrike"
"valve"

they replaced hldsupdatetools.exe
for a crap that does not work ( steamcmd)

summing up hlds chash in start...

shotcurt:
Quote:

+login anonymous +force_install_dir ./hlds +app_set_config "90 mod cstrike" +app_update 90 validate
after download
Quote:

app_update 90 -beta beta validate

I read something about appmanifest, but I could not understand anything about it or for the purpose there is.

https://github.com/dgibbs64/HLDS-app.../CounterStrike

help-me :down::down::down:

Powerlord 12-31-2017 17:54

Re: steamcmd donwload hlds missing files
 
steamcmd appid 90 has been really buggy. It tends to not install all the server files on the first try.

Downloading the appmanifest files and manually putting them in the steamcmd appmanifest directory fixes this problem.

This appears to be a case of steamcmd not prioritizing downloading the appmanifest files (which are queued by the app_set_config command) before doing the actual server update. But, if the appmanifest files are already there, it processes them just fine.

Edit: To make matters more confusing, on Windows steamcmd may not create its own steamapps folder if you have the Steam desktop client on the same machine.

Mordekay 01-01-2018 08:28

Re: steamcmd donwload hlds missing files
 
Tried 10 times anonymous login, refused to work
Logged in with my real account tried one time and it worked.
Sollution: log in with your real account.

rx1983 01-01-2018 20:14

Re: steamcmd donwload hlds missing files
 
Powerlord
the same way i creating folder and appmanifest_90.acf e steamapps, and even then steamcmd does not work

Mordekay
nice support


+login REAL_LOGIN PASSWORD +force_install_dir ./hlds +app_set_config "90 mod cstrike" +app_update 90 validate


FOLDER cstrike magically appeared :mrgreen: :mrgreen: :mrgreen:

Quote:

Protocol version 48
Exe version 1.1.2.7/Stdio (cstrike)
Exe build: 09:10:05 Jul 7 2017 (7561)

WhiteFang1319 01-02-2018 02:09

Re: steamcmd donwload hlds missing files
 
Valve just doesn't care about it anymore. Like Powerlord said you can add manifest files. I've done the method and it works. For more info: ( Oh, well its for Linux. Anyway, its good if you get the idea )

Quote:

Originally Posted by Arkshine (Post 2527049)
It looks like SteamCMD has some difficulties to download dependencies' appmanifest files.
You can create the files yourself:

Code:

"AppState"
{
        "appid"                "$APPID"
        "Universe"        "1"
        "StateFlags"        "1090"
        "installdir"        "Half-Life"
}

You replace $APPID by the needed app id.
You have a list of app ids here: https://developer.valvesoftware.com/...pplication_IDs.

The base ids for every mod are 10 and 70 (which should install HLDM + Counter-Strike)
The relevant others ids are:
  • 20: Team Fortress Classic
  • 30: Day of Defeat
  • 40: Deathmatch Classic
  • 50: Opposing Force
  • 60: Ricochet
  • 80: Condition Zero

I've put such file in a GitHub repository (Daniel Gibbs's guide misses files)
You can use the following command to retrieve them at once:
  • Assuming your installation is located to /home/hlds; go to home/hlds/steamapps/ directory.
  • Download the relevant files depending your mod:
    • CS : for i in 10 70; do wget -q https://raw.githubusercontent.com/Arkshine/hlds-appmanifest/master/appmanifest_$i.acf -O appmanifest_$i.acf; done
    • CZ : for i in 10 70 80; do wget -q https://raw.githubusercontent.com/Arkshine/hlds-appmanifest/master/appmanifest_$i.acf -O appmanifest_$i.acf; done
    • DoD: for i in 10 70 30; do wget -q https://raw.githubusercontent.com/Arkshine/hlds-appmanifest/master/appmanifest_$i.acf -O appmanifest_$i.acf; done
      etc..
  • Then you need to execute steamcmd (like you usually do) several times (three or four times) until all is downloaded.


Crazygamer34894 01-19-2018 11:52

Re: steamcmd donwload hlds missing files
 
Quote:

Originally Posted by rx1983 (Post 2569025)
i go to download steamcmd hlds in windows 7, and missing files

folders not exist:
"cstrike"
"valve"

they replaced hldsupdatetools.exe
for a crap that does not work ( steamcmd)

summing up hlds chash in start...

shotcurt:

after download



I read something about appmanifest, but I could not understand anything about it or for the purpose there is.

https://github.com/dgibbs64/HLDS-app.../CounterStrike

help-me :down::down::down:

http://steamcommunity.com/sharedfile.../?id=340974032

Mordekay 01-19-2018 12:38

Re: steamcmd donwload hlds missing files
 
These informations are wrong!
1) It only works with REAL steam-login, anonymous does NOT WORK!
2) I use the update command one time, it worls perfect, no need to do that severall times.
3) I've never needed an app-manifest to install the servers.

Undercloacked 01-23-2018 11:31

Re: steamcmd donwload hlds missing files
 
Open SteamCMD
Login anonymous
Do app_update 90 -beta beta validate
Wait till it's done.
Do app_update 70 -beta beta validate
(You'll get an error)
Do app_update 10 -beta beta validate
(Same error)
Do again app_update 90 -beta beta validate

It should now work. And yes, anonymous works too, I did it a week ago. Just because it doesn't work for one doesn't mean it won't work for the others.

Mordekay 01-23-2018 12:39

Re: steamcmd donwload hlds missing files
 
And why should i do 3 more steps to install a server if i can simply use my real id to login and install the right app at first time?
Is there something wrong with using your real data?

Undercloacked 01-24-2018 03:20

Re: steamcmd donwload hlds missing files
 
Quote:

Originally Posted by Mordekay (Post 2573739)
And why should i do 3 more steps to install a server if i can simply use my real id to login and install the right app at first time?
Is there something wrong with using your real data?

Noone's forcing you to do anything. I am simply giving a method that works even as anonymous.


All times are GMT -4. The time now is 22:02.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.