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

Solved [SteamCMD][Linux] I guess there are issues downloading AppID 90 as of today.


Post New Thread Reply   
 
Thread Tools Display Modes
ipek
Junior Member
Join Date: May 2017
Location: Auckland, NZ
Old 06-05-2017 , 12:30   Re: [SteamCMD][Linux] I guess there are issues downloading AppID 90 as of today.
Reply With Quote #11

Quote:
Originally Posted by Phant View Post
It's strange, but I can not find directory with random generated long name:
I didn't have the random named folder neither. Maybe he was using a different OS or SteamCMD version, I don't know.
ipek is offline
ipek
Junior Member
Join Date: May 2017
Location: Auckland, NZ
Old 06-05-2017 , 12:31   Re: [SteamCMD][Linux] I guess there are issues downloading AppID 90 as of today.
Reply With Quote #12

Quote:
Originally Posted by Phant View Post
Test it again right now with reinstallation of SteamCMD:

Will download some HLDS, but WITHOUT cstrike directory. WTF?
Yep. This is what we pointed here. Use Daniel Gibbs' fix until the problem gets fixed.
ipek is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-08-2017 , 09:05   Re: [SteamCMD][Linux] I guess there are issues downloading AppID 90 as of today.
Reply With Quote #13

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 Arkshine; 06-08-2017 at 09:06.
Arkshine is offline
ish12321
Veteran Member
Join Date: May 2016
Old 07-03-2017 , 04:42   Re: [SteamCMD][Linux] I guess there are issues downloading AppID 90 as of today.
Reply With Quote #14

Please someone tell how to fix it ?
__________________
['O|s|G'] | Death Wins a.k.a Ish Chhabra was here
ish12321 is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 07-03-2017 , 07:46   Re: [SteamCMD][Linux] I guess there are issues downloading AppID 90 as of today.
Reply With Quote #15

Here's your fix:
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.
Or wait until valve decides to fix it.
__________________

Last edited by HamletEagle; 07-03-2017 at 07:47.
HamletEagle is offline
smiley92
Senior Member
Join Date: Jun 2011
Location: Romania
Old 07-06-2017 , 04:31   Re: [SteamCMD][Linux] I guess there are issues downloading AppID 90 as of today.
Reply With Quote #16

And where to execute thats commands?In which console machine?
Windows->cmd.exe, in steamcmd?
smiley92 is offline
WhiteTomcat
Member
Join Date: Jan 2015
Old 07-15-2017 , 05:17   Re: [SteamCMD][Linux] I guess there are issues downloading AppID 90 as of today.
Reply With Quote #17

@Arkshine did exactly what you said but still the same.
WhiteTomcat is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-15-2017 , 13:34   Re: [SteamCMD][Linux] I guess there are issues downloading AppID 90 as of today.
Reply With Quote #18

what did you do exactly?
__________________
Arkshine is offline
WhiteTomcat
Member
Join Date: Jan 2015
Old 07-16-2017 , 05:39   Re: [SteamCMD][Linux] I guess there are issues downloading AppID 90 as of today.
Reply With Quote #19

Executed the commands and this is what I got in steamapps folder

Also tried to add this manually in appmanifest_90.acf
Quote:
"AppState"
{
"appid" "90"
"Universe" "1"
"StateFlags" "1090"
"installdir" "Half-Life"
}
and tried to download files like 10-15 times but it just won't.
WhiteTomcat is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-16-2017 , 07:36   Re: [SteamCMD][Linux] I guess there are issues downloading AppID 90 as of today.
Reply With Quote #20

Once you got 10 and 70 (you don't need 90 afaik), you just need to spam SteamCmd at least 3 or 4 times. Well, I tried several times on my linux/windows machine. Maybe since the game has been updated something has changed or your steamcmd is using the wrong directory?
__________________

Last edited by Arkshine; 07-16-2017 at 07:42.
Arkshine 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 09:41.


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