A multiplatform autosplitter for Live a Live (PC)
- Auto start timer on character select
- Auto start timer when selecting NEW GAME
- Game Time through loading removal (not accurate)
- Split on next chapter start (only when timer is running)
- Character Story Splits (will look more into this at a later time)
- Full game ending splits
- final boss end flash (this is going to be a nightmare)
Go to "Edit Splits", and make sure Live a Live (2022) is selected as the game name, and click "Activate" then click "Settings" to change your splits.
To install a new version, restart LiveSplit
Go to release page and select a release and add Auto Splitting Runtime component and add the file manually.
Select Automatic Start on New Game
Select "Start {Chapter name}" for all spits except the first characters split, unless you have a "menu split" before that character select.
Note: In the future, preconfigured autosplitter and splits file may be provided in the community discord/src page.
Ending split must be done manually for now.
Select Automatic Start on character select
Ending split must be done manually for now.
!!! ENSURE YOU EITHER HAVE YOUR TIMING METHOD ON THE TIMER COMPONENT SET TO GAME TIME
OR MAKE TWO TIMERS AND SET ONE TO GAME TIME
!!!
- install rustup + stable rust https://rustup.rs/
- install wasm target
rustup target add wasm32-unknown-unknown
- build wasm file (--release optional)
cargo build --target wasm32-unknown-unknown --release