refunct-tas
refunct-tas copied to clipboard
[Timer Component] Add functions for saving/loading splits
livesplit-core gives us a neat function/method for saving .lss files (LiveSplit's split files), in the form of a parser. It also gives us a method to load splits.
See livesplit-core::run::saver and livesplit-core::run::parser for more information.