Retl / Freedom-Planet---LiveSplit-AutoSplitter

A LiveSplit AutoSplitter script for Freedom Planet. Also supports display of character position information, estimated velocity, and Screen ID. Supports Versions 1.20.4 and 1.20.6
MIT License
0 stars 0 forks source link

Battle Glacier Time Splices Across Several Levels/Screens #2

Open Retl opened 8 years ago

Retl commented 8 years ago

Via El Nacho:

The main problems with the autosplitter is not that it gives the wrong time at the end. the end time is really close to the run time, however when I used it FN gave me a 0.00 split and added the real time on top of SB at the end of it, then BG gave less than a 2 minute split, which is why we think the shmup section is being timed somehow, and the rest of BG's time got added on top of FD1 when I started it, everything else seems fine, at least on the version I tested.

Note: Plays Carol.

Retl commented 8 years ago

Resolved by Fladervy: https://github.com/Retl/Freedom-Planet---LiveSplit-AutoSplitter/commit/d25ca04ba088b032f5b3ca3e7ad85270c2e0cff7

The running total would take an argument to cut off the sum at a specific screen/frame ID number. Because some screens were lower than levels that occured earlier in the run, their times would be omitted from the sum during specific splits.

The solution was to omit the check against the ID number.