-
Notifications
You must be signed in to change notification settings - Fork 4
Recorded Ticks always -1 #4
Copy link
Copy link
Open
Labels
Component: ModuleEngine: OrangeBoxTeam Fortress 2, Counter-Strike: Source, Half-Life 2: Deathmatch, Day of Defeat: Source, etc.Team Fortress 2, Counter-Strike: Source, Half-Life 2: Deathmatch, Day of Defeat: Source, etc.bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
Component: ModuleEngine: OrangeBoxTeam Fortress 2, Counter-Strike: Source, Half-Life 2: Deathmatch, Day of Defeat: Source, etc.Team Fortress 2, Counter-Strike: Source, Half-Life 2: Deathmatch, Day of Defeat: Source, etc.bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
It looks like a bug in core.
recorded_ticksin TF2 always-1in latest Core version. Required to check in another games.{ "start_time": 1565718510, "end_time": 1565722914, "recorded_ticks": -1 }At the same time, current tick detects normal in
events:[ { "event_name": "Core:PlayerDeath", "time": 1565718720, "tick": 14009, "data": { "client": "x", "victim": "y" } }, { "event_name": "Core:PlayerDeath", "time": 1565718723, "tick": 14191, "data": { "client": "x", "victim": "z" } }, { "event_name": "Core:RoundEnd", "time": 1565718723, "tick": 14191, "data": {} } ]