From 3f6a5aa66926202fcd38baa12d73fa9e8d49d8d6 Mon Sep 17 00:00:00 2001 From: ransagy <6785058+ransagy@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:49:49 +0300 Subject: [PATCH 1/2] Add Path of Exile 2 (cross-platform WASM auto splitter) --- LiveSplit.AutoSplitters.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/LiveSplit.AutoSplitters.xml b/LiveSplit.AutoSplitters.xml index 48f3dd562..f59576f56 100644 --- a/LiveSplit.AutoSplitters.xml +++ b/LiveSplit.AutoSplitters.xml @@ -1,5 +1,17 @@ + + + Path of Exile 2 + + + https://raw.githubusercontent.com/ransagy/PathOfExile2_AutoSplitterForLiveSplit/main/wasm/poe2_autosplitter.wasm + + Script + AutoSplittingRuntime + Autosplitting is available. (By ransagy aka chaosblade; port of JakeDev/SavageOranges' component) + https://github.com/ransagy/PathOfExile2_AutoSplitterForLiveSplit/blob/main/wasm/README.md + Twisted Tower From 4f6c3e7d88eda42aea98351d16d3f7281d74eba2 Mon Sep 17 00:00:00 2001 From: Ran Sagy Date: Tue, 1 Sep 2026 20:34:34 +0300 Subject: [PATCH 2/2] Move WASM to AutoSplittingRuntime child of existing PoE2 entry The separate top-level WASM block duplicated the Game key and failed the ToDictionary duplicate check. Instead, keep the existing Component block byte-identical for desktop (Type=Component, single dll URL) and add the cross-platform WASM as an optional child: .../poe2_autosplitter.wasm Component by JakeDev/SavageOranges; WASM port by ransagy aka chaosblade .../wasm/README.md Old LiveSplit builds ignore the unknown child (safe), new builds and LiveSplit One/druid/OBS can pick the wasm via the child. No duplicate Game, no Type change for the primary. --- LiveSplit.AutoSplitters.xml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/LiveSplit.AutoSplitters.xml b/LiveSplit.AutoSplitters.xml index 57ca9760d..ac0953417 100644 --- a/LiveSplit.AutoSplitters.xml +++ b/LiveSplit.AutoSplitters.xml @@ -1,17 +1,5 @@ - - - Path of Exile 2 - - - https://raw.githubusercontent.com/ransagy/PathOfExile2_AutoSplitterForLiveSplit/main/wasm/poe2_autosplitter.wasm - - Script - AutoSplittingRuntime - Autosplitting is available. (By ransagy aka chaosblade; port of JakeDev/SavageOranges' component) - https://github.com/ransagy/PathOfExile2_AutoSplitterForLiveSplit/blob/main/wasm/README.md - Ready or Not @@ -12544,6 +12532,11 @@ Component An AutoSplitter for Path of Exile 2 (By JakeDev / SavageOranges) https://github.com/SavageOranges/PathOfExile2_AutoSplitterForLiveSplit/blob/main/README.md + + https://raw.githubusercontent.com/ransagy/PathOfExile2_AutoSplitterForLiveSplit/main/wasm/poe2_autosplitter.wasm + Autosplitting is available. (Component by JakeDev/SavageOranges; WASM port by ransagy aka chaosblade) + https://github.com/ransagy/PathOfExile2_AutoSplitterForLiveSplit/blob/main/wasm/README.md +