- LiveSplit with:
- LiveSplitServer component installed (https://github.com/LiveSplit/LiveSplit.Server)
- A split file with compatible split segments (example is provided here)
- A layout with LiveSplitServer component
- Just like any
.deli
mod, just put it intoH3VR\Deli\mods
- It should be working, but if you have a custom LiveSplit server setup, use
H3VR\Deli\configs\osa.takeandholdsplitter.cfg
to setup it correctly.
- Add LiveSplitServer component to you Layout
- Use
Controls->Start server
to start the server before the run.
- Locate
Assembly-CSharp.dll
in H3VR dir - Publicize it, however you find it fit
- Use https://github.com/MonoMod/MonoMod/releases to generate hook .dll (use net35!) aka.
MonoMod.RuntimeDetour.HookGen.exe --private [path to assembly csharp]
- Put both in
dependencies
folder