Skip to content

Commit

Permalink
Update protos
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Aug 15, 2024
1 parent f9fd221 commit 1f42f35
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 576 deletions.
1 change: 1 addition & 0 deletions common/netmessages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ message CMsgServerUserCmd {
optional int32 cmd_number = 2;
optional int32 player_slot = 3 [default = -1];
optional int32 server_tick_executed = 4;
optional int32 client_tick = 5;
}

message CSVCMsg_UserCommands {
Expand Down
8 changes: 8 additions & 0 deletions game/shared/cstrike15/cstrike15_usermessages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ enum ECstrike15UserMessages {
CS_UM_CurrentRoundOdds = 380;
CS_UM_DeepStats = 381;
CS_UM_ShootInfo = 383;
CS_UM_SnapTapStats = 384;
}

enum ECSUsrMsg_DisconnectToLobby_Action {
Expand Down Expand Up @@ -593,3 +594,10 @@ message CCSUsrMsgPreMatchSayText {
optional string text = 2;
optional bool all_chat = 3;
}

message CCSUsrMsg_SnapTapStats {
optional uint32 perfect_bucket = 1;
repeated uint32 overlap_bucket = 2;
repeated uint32 underlap_bucket = 3;
optional uint32 max_success_in_20 = 4;
}
2 changes: 1 addition & 1 deletion game/shared/usercmd.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ message CSubtickMoveStep {
}

message CBaseUserCmdPB {
optional int32 command_number = 1;
optional int32 legacy_command_number = 1;
optional int32 client_tick = 2;
optional .CInButtonStatePB buttons_pb = 3;
optional .CMsgQAngle viewangles = 4;
Expand Down
Loading

0 comments on commit 1f42f35

Please sign in to comment.