geominorai / tasparse

Recording file parser for TF2 jump TAS recordings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tasparse

This Python script parses TAS recordings generated from https://jump.tf/forum/index.php/topic,1350.0.html into Recording, Frame, and Projectile classes with readable attributes for debugging. Each class also has a function to output a string of its contents compatible for use with the original TAS plugin.

See the included IPython notebook tasdebug.ipynb for an example use case for overwriting recording bugs. Read more about this example here: https://jump.tf/forum/index.php/topic,2796.0.html

About

Recording file parser for TF2 jump TAS recordings

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 91.2%Language:Python 8.8%