Raised This Month: $32 Target: $400
 8% 

steamcmd donwload hlds missing files


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
rx1983
Senior Member
Join Date: Jan 2009
Location: BRASIL
Old 12-31-2017 , 09:17   steamcmd donwload hlds missing files
Reply With Quote #1

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
__________________
rx1983 is offline
Send a message via MSN to rx1983
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 12-31-2017 , 17:54   Re: steamcmd donwload hlds missing files
Reply With Quote #2

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.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 12-31-2017 at 18:07.
Powerlord is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 01-01-2018 , 08:28   Re: steamcmd donwload hlds missing files
Reply With Quote #3

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.
__________________

Mordekay is offline
rx1983
Senior Member
Join Date: Jan 2009
Location: BRASIL
Old 01-01-2018 , 20:14   Re: steamcmd donwload hlds missing files
Reply With Quote #4

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

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

Last edited by rx1983; 01-01-2018 at 20:18.
rx1983 is offline
Send a message via MSN to rx1983
WhiteFang1319
Senior Member
Join Date: Jan 2017
Old 01-02-2018 , 02:09   Re: steamcmd donwload hlds missing files
Reply With Quote #5

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 View Post
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.

Last edited by WhiteFang1319; 01-02-2018 at 02:09.
WhiteFang1319 is offline
Crazygamer34894
Senior Member
Join Date: Feb 2013
Location: Cape Town Western Cape
Old 01-19-2018 , 11:52   Re: steamcmd donwload hlds missing files
Reply With Quote #6

Quote:
Originally Posted by rx1983 View Post
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
http://steamcommunity.com/sharedfile.../?id=340974032
Crazygamer34894 is offline
Send a message via Yahoo to Crazygamer34894 Send a message via Skype™ to Crazygamer34894
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 01-19-2018 , 12:38   Re: steamcmd donwload hlds missing files
Reply With Quote #7

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.
__________________

Mordekay is offline
Undercloacked
Member
Join Date: Jun 2012
Old 01-23-2018 , 11:31   Re: steamcmd donwload hlds missing files
Reply With Quote #8

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.

Last edited by Undercloacked; 01-23-2018 at 11:33.
Undercloacked is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 01-23-2018 , 12:39   Re: steamcmd donwload hlds missing files
Reply With Quote #9

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?
__________________

Mordekay is offline
Undercloacked
Member
Join Date: Jun 2012
Old 01-24-2018 , 03:20   Re: steamcmd donwload hlds missing files
Reply With Quote #10

Quote:
Originally Posted by Mordekay View Post
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.
Undercloacked is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:06.


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