jjbott/RocketLeagueReplayParser

Missing "delta" field.

enzanki-ars opened this issue · 3 comments

In other parsers (octane and rattletrap specifically), there is a delta field present in the resulting JSON output. WIthout this field, the resulting output contains an additional 5 seconds added in after every goal, most likely where the goal replay was. Sadly, this causes issue when aligning the video with the recorded video of the replay. Is it possible to add that field into the JSON output?

It seems this may be easier to add in than I thought. I will create a pull request for this addition.

Thanks! Yeah, ages ago I purposely left it out of the "pretty" JSON because at the time it seemed to always be (frame time - previous frame time), basically making it redundant.