Skip to content

Commit

Permalink
1154 | 1.37.5.9 | 32 files | M Protobufs/cstrike15_gcmessages.proto, …
Browse files Browse the repository at this point in the history
…M bin/engine_strings.txt, M bin/linux64/engine_client_strings.txt, M bin/linux64/panorama_client_strings.txt, M csgo/bin/linux64/client_client_strings.txt, M csgo/bin/server_strings.txt, M csgo/resource/csgo_brazilian.txt, M csgo/resource/csgo_bulgarian.txt, M csgo/resource/csgo_czech.txt, M csgo/resource/csgo_danish.txt, M csgo/resource/csgo_dutch.txt, M csgo/resource/csgo_english.txt, M csgo/resource/csgo_finnish.txt, M csgo/resource/csgo_french.txt, M csgo/resource/csgo_german.txt, M csgo/resource/csgo_greek.txt, M csgo/resource/csgo_hungarian.txt, M csgo/resource/csgo_italian.txt, M csgo/resource/csgo_latam.txt, M csgo/resource/csgo_norwegian.txt, M csgo/resource/csgo_polish.txt, M csgo/resource/csgo_portuguese.txt, M csgo/resource/csgo_romanian.txt, M csgo/resource/csgo_russian.txt, M csgo/resource/csgo_schinese.txt, M csgo/resource/csgo_spanish.txt, M csgo/resource/csgo_tchinese.txt, M csgo/resource/csgo_thai.txt, M csgo/resource/csgo_t

https://steamdb.info/patchnotes/5266916/
  • Loading branch information
SteamTracker committed Jul 8, 2020
1 parent 1310e4e commit e9fa1e9
Show file tree
Hide file tree
Showing 32 changed files with 3,512 additions and 1,945 deletions.
15 changes: 14 additions & 1 deletion Protobufs/cstrike15_gcmessages.proto
Expand Up @@ -118,7 +118,8 @@ enum ECsgoSteamUserStat {

enum EClientReportingVersion {
k_EClientReportingVersion_OldVersion = 0;
k_EClientReportingVersion_SupportsSecureMode = 1;
k_EClientReportingVersion_BetaVersion = 1;
k_EClientReportingVersion_SupportsTrustedMode = 2;
}

message GameServerPing {
Expand Down Expand Up @@ -1229,6 +1230,15 @@ message CMsgGCCStrike15_v2_ClientReportValidation {
optional uint32 process_id = 8;
optional int32 osversion = 9;
optional uint32 clientreportversion = 10;
optional uint32 status_id = 11;
optional uint32 diagnostic1 = 12;
optional uint64 diagnostic2 = 13;
optional uint64 diagnostic3 = 14;
optional string last_launch_data = 15;
optional uint32 report_count = 16;
optional uint64 client_time = 17;
optional uint64 diagnostic4 = 18;
optional uint64 diagnostic5 = 19;
}

message CMsgGCCStrike15_v2_GC2ClientRefuseSecureMode {
Expand All @@ -1237,8 +1247,11 @@ message CMsgGCCStrike15_v2_GC2ClientRefuseSecureMode {
optional bool offer_secure_mode = 3;
optional bool show_unsigned_ui = 4;
optional bool kick_user = 5;
optional bool show_trusted_ui = 6;
optional bool show_warning_not_trusted = 7;
}

message CMsgGCCStrike15_v2_GC2ClientRequestValidation {
optional bool full_report = 1;
optional string module = 2;
}

0 comments on commit e9fa1e9

Please sign in to comment.