View Single Post
ZEDD_Intensity
Senior Member
Join Date: Jun 2016
Old 11-30-2017 , 19:38   Re: tutorial of how to make servers by STEAMCMD
Reply With Quote #126

Quote:
Originally Posted by smiley92 View Post
How say Arkshine to update that files appmanifest_10 and 70 works but after when all resources is downloaded if you check that appmanfest files updated will appear that line:
"name" "appid_10"

Normally, he should have written:
"name" "Counter-Strike"

I make manual that files appmanifest_10 and 70, like that:
Code:
"AppState"
{
	"appid"		"10"
	"Universe"	"1"
	"StateFlags"	"1090"
	"installdir"	"Half-Life"
}

and for appmanifest_70:
"AppState"
{
	"appid"		"70"
	"Universe"	"1"
	"StateFlags"	"1090"
	"installdir"	"Half-Life"
}
Is good like how I edit "appid", or must to update himself?
Hey,

Ah that's normal.

My appmanifest_10 used to be :
PHP Code:
"AppState"
{
        
"appid"         "10"
        "Universe"              "1"
        "name"          "Counter-Strike"
        "StateFlags"            "68"
        "installdir"            "Half-Life"
        "LastUpdated"           "1496519162"
        "UpdateResult"          "0"
        "SizeOnDisk"            "292827978"
        "buildid"               "68736"
        "LastOwner"             "0"
        "BytesToDownload"               "0"
        "BytesDownloaded"               "0"
        "AutoUpdateBehavior"            "0"
        "AllowOtherDownloadsWhileRunning"               "0"
        "UserConfig"
        
{
        }
        
"InstalledDepots"
        
{
                
"11"
                
{
                        
"manifest"              "3149618157612033597"
                
}
        }
        
"MountedDepots"
        
{
                
"11"            "3149618157612033597"
        
}

And this worked for me as well. But currently I'm using arkshine's configuration will does a smooth job in getting the thing done.

So, yeah. If it doesn't work for you, you can try these.

appmanifest_70
PHP Code:
"AppState"
{
        
"appid"         "70"
        "Universe"              "1"
        "name"          "Half-Life"
        "StateFlags"            "68"
        "installdir"            "Half-Life"
        "LastUpdated"           "1496519162"
        "UpdateResult"          "0"
        "SizeOnDisk"            "445330938"
        "buildid"               "392283"
        "LastOwner"             "0"
        "BytesToDownload"               "0"
        "BytesDownloaded"               "0"
        "AutoUpdateBehavior"            "0"
        "AllowOtherDownloadsWhileRunning"               "0"
        "UserConfig"
        
{
        }
        
"InstalledDepots"
        
{
                
"1"
                
{
                        
"manifest"              "5409401804038872403"
                
}
                
"71"
                
{
                        
"manifest"              "778444776426820105"
                
}
        }
        
"MountedDepots"
        
{
                
"1"             "5409401804038872403"
                "71"            "778444776426820105"
        
}

appmanifest_90
PHP Code:
"AppState"
{
        
"appid"         "90"
        "Universe"              "1"
        "name"          "Half-Life Dedicated Server"
        "StateFlags"            "4"
        "installdir"            "Half-Life"
        "LastUpdated"           "1496519162"
        "UpdateResult"          "0"
        "SizeOnDisk"            "66393415"
        "buildid"               "332582"
        "LastOwner"             "76561201630444669"
        "BytesToDownload"               "11280288"
        "BytesDownloaded"               "11280288"
        "AutoUpdateBehavior"            "0"
        "AllowOtherDownloadsWhileRunning"               "0"
        "UserConfig"
        
{
                
"mod"           "cstrike"
        
}
        
"InstalledDepots"
        
{
                
"4"
                
{
                        
"manifest"              "6246909582980773196"
                
}
                
"1006"
                
{
                        
"manifest"              "4340969341640026639"
                
}
        }
        
"MountedDepots"
        
{
                
"4"             "6246909582980773196"
                "1006"          "4340969341640026639"
        
}
        
"SharedDepots"
        
{
                
"1"             "70"
                "11"            "10"
                "71"            "70"
        
}

Hope this helps.

Regards,
ZEDD
__________________
ZEDD_Intensity is offline