View Single Post
Weasel
AlliedModders Donor
Join Date: Apr 2004
Location: Undisclosed / Secure
Old 05-02-2021 , 20:37   Re: Wierd issue after recent CS:GO update (2021-04-28?)
Reply With Quote #7

Fantastic, Valve incremented the ClientVersion and ServerVersion parameters in steam.inf file, but NOT the PatchVersion (which my automatic update scripts are basing their actions upon) ... once I forced the update manually, it updated as expected.

Before:
Code:
+----------------------------------------------------------------------+
| Contents of steam.inf file, BEFORE updating ...                      |
+----------------------------------------------------------------------+
ClientVersion=1263
ServerVersion=1263
PatchVersion=1.37.8.8
ProductName=csgo
appID=730
SourceRevision=6515137
VersionDate=Apr 28 2021
VersionTime=17:13:20
After:
Code:
+----------------------------------------------------------------------+
| Contents of steam.inf file, AFTER updating ...                       |
+----------------------------------------------------------------------+
Date-Time Mark:                  Mon 03 May 2021 12:35:26 AM UTC
ClientVersion=1264
ServerVersion=1264
PatchVersion=1.37.8.8
ProductName=csgo
appID=730
SourceRevision=6515430
VersionDate=Apr 28 2021
VersionTime=18:35:07
__________________
Pwease pardon by bad Engrish.
Steam Profile, Steam Group, Stats, Twitter

Last edited by Weasel; 05-02-2021 at 21:00.
Weasel is offline