Replay Chart is a Java Tool that can visualize TrackMania steering, throttle and brake inputs in charts.
It can visualize multiple replays at once, either individually (each in separate charts) or overlapped (all in the same chart).
Both pad and keyboard runs can be processed and will be marked accordingly in the chart.
The percentage behind the input type shows how much of the run is driven on with that type (Analog/Digital).
The Tool also displays the time of each run above the chart, as well as the percentage of the run spend pressing the brake and throttle!
The tool needs no external dependencies to function!
With the help of lx and donadigo the tool now extracts the input of each replay itself!
Supported TrackMania version: TMO, TMS, TMN ESWC, TMNF, TMUF, TM2
In order to run the Tool you need to either run it via double-click or execute it via java -jar replayChart-1.4.jar
.
You can then select the replays you want to analyze.
The tool still supports the commandline variant. Just execute the jar with the extra parameters.
-o
- Overlays the steering of multiple replays in one chart.
Acceleration and brake, and other individual stats will not be displayed in this mode.
-i
- Inverts left and right.
Might help with orientation when following the timeline.
-m
- Match Timeline.
Matches the timeline of all replays to improve the comparability.
/path/to/file
- path to folder or replay to analyze.
Can be used multiple times to add more than one file.
- added brake and throttle graphs to chart
- improved legend & labels
- renamed -overlay parameter to (-o)
- added zoom feature
- added invert parameter (-i)
- made the graph calculation more accurate
- added replay time display
- moved legend into the chart on overlay mode
- added label showing the time spend pressing acceleration & brake in percent
- added custom theme for a clean for a look
- drawing custom lines to help orientation
- removed broken zoom feature
- showing the percentage of the run driven on each device
- added support for replay.gbx input extraction
- added gui
- added match timeline (-m) feature
- improved respawn marker
- improved display of the race time