RMC Tracking Service - zeroKilo/GROBackendWV GitHub Wiki
Custom RMC service for game session telemetry.
(1) TrackGameSession
Request
Response
Empty response.
(2) GetTrackingData
Request
Response
Types
GR5_Tracking_GameSession
Type |
Name |
List<GR5_Tracking_GameSessionParticipant> |
participants |
Uint32 |
matchID |
Uint8 |
roundID |
Uint8 |
gameMode |
Uint32 |
map |
Uint32 |
startLoadingTime |
Uint32 |
startWarmupTime |
Uint32 |
startTime |
Uint32 |
stopTime |
Uint32 |
duration_Setting |
Uint8 |
winningTeamID |
Uint8 |
team1CapturablesHeld |
Uint8 |
team2CapturablesHeld |
Uint8 |
capturablesTotalCount |
Uint32 |
team1TotalCaptures |
Uint32 |
team2TotalCaptures |
Uint8 |
endType |
GR5_Tracking_GameSessionParticipant
GR5_Tracking_GameSessionParticipantPower
Type |
Name |
Uint8 |
powerType |
Uint32 |
powerActivationCount |
Uint32 |
powerEquippedTime |
Uint32 |
powerUsageTime |
GR5_Tracking_GameSessionParticipantWeapon
Type |
Name |
Uint32 |
weaponID |
Uint32 |
weaponType |
Uint8 |
weaponClass |
Uint32 |
weaponLevel |
Uint32 |
weaponUsageTime |
Uint32 |
weaponShotsFired |
Uint32 |
weaponShotsHit |
Uint32 |
weaponHeadShots |
Uint32 |
weaponCritHits |
Uint32 |
weaponDamage |
Uint32 |
weaponKills |
Uint32 |
weaponCritDamage |
Uint32 |
weaponShotsFiredInCover |
Uint32 |
weaponHitFiredInCover |
Uint32 |
weaponKillsInCover |
Uint32 |
weaponTimeInCover |
Uint32 |
weaponEnteredCover |
Map<Uint8, Uint32> |
weaponComponents |
GR5_Tracking_GameSessionParticipantPassiveItem
Type |
Name |
Uint32 |
itemID |
Uint32 |
startDurability |
Uint32 |
endDurability |
Uint32 |
usageDuration |
GR5_Tracking_GameSessionParticipantConsumableItem
Type |
Name |
Uint32 |
itemID |
Uint32 |
itemUsageCount |