donadigo / gbxtools

Various scripts that I use for TrackMania replay analysis
GNU General Public License v3.0
58 stars 11 forks source link

Plot steering input over time for one or multiple replays #4

Open R00dRallec opened 3 years ago

R00dRallec commented 3 years ago

This new script allows to plot the steering inputs over time of one or multiple replays. For me it helped see the difference between the fishy replays and the ones considered legit, without having to watch videos etc.

Example:

Comparing riolu vs TMshock on map Desert C2: SteeringPlot_Desert_C2_riolu_vs_shock

Implementation is heavily based on existing script 'average_steer_partitions.py'.

Added dependency: matplotlib