- If you are not using LiveSplit 1.8.30 or later (can check by right clicking -> About), download the latest version here;
- Download the files from Code -> Download ZIP;
- Drop the LiveSplit folder into your game's mods directory (located in the save folder -> mods);
- Every time you open LiveSplit and want to use the autosplitter, you have to right click -> Control -> Start WebSocket Server;
- If you want to sync the IGT you have to set LiveSplit to Game Time (right click -> Compare Against -> Game Time).
You can change your preferences in the mod's config.json file.
If you notice that it doesn't work, try running LiveSplit as admin. If that doesn't work either, update your LiveSplit to the latest version (open it and it should prompt you to update if necessary).
- name: the split's name, it's also what will be put in config.json to specify if it is enabled for the user or not;
- type: room_change / battle_exit / text_close - the type of split, pretty self explanatory;
- trigger_once: if this split should only be triggered once or as many times as the requirements are met (PER GAME SESSION, NOT PER RUN);
- room_or_text_id: the id of the room or text (in the case of text_close splits) to be checked;
- room_destination: only used for room_change splits, self explanatory.