From 508db49d588369de90f384d039330150c67c2680 Mon Sep 17 00:00:00 2001 From: Saulius Markevicius <60912197+saulm314@users.noreply.github.com> Date: Wed, 9 Apr 2025 20:53:20 +0100 Subject: [PATCH 1/4] Fix typo in a comment --- pop_2008.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pop_2008.asl b/pop_2008.asl index 29b1f55..dab08ba 100644 --- a/pop_2008.asl +++ b/pop_2008.asl @@ -569,7 +569,7 @@ init !vars.inPosWithRangeCurrent(args.Item1, args.Item2, args.Item3, args.Item4); }); - // Checks if spawned in Canyon after new game[] + // Checks if spawned in Canyon after new game vars.resetNew = (Func, bool>)((_old) => { return !vars.inPosWithRangeOld(args.Item1, args.Item2, args.Item3, args.Item4, _old) && From 5326cfe500eed748dd90624f59a00b4e416457aa Mon Sep 17 00:00:00 2001 From: Saulius Markevicius Date: Sun, 13 Apr 2025 20:01:44 +0100 Subject: [PATCH 2/4] Increase seed get range from 3 to 5 --- pop_2008.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pop_2008.asl b/pop_2008.asl index dab08ba..9b636d0 100644 --- a/pop_2008.asl +++ b/pop_2008.asl @@ -526,7 +526,7 @@ init // Checks if x,y,z co-ordinates are in a certain range and if a seed has just been picked vars.splitSeed = (Func)((xTarg, yTarg, zTarg) => { return - vars.inPosWithRangeCurrent(xTarg, yTarg, zTarg, 3) && + vars.inPosWithRangeCurrent(xTarg, yTarg, zTarg, 5) && vars.seedGet; }); From 9467285fa42225e3e5ee71b0c2e5496bcd94b33c Mon Sep 17 00:00:00 2001 From: Saulius Markevicius Date: Sun, 13 Apr 2025 20:03:22 +0100 Subject: [PATCH 3/4] Remove "08" suffix from Reservoir split --- pop_2008.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pop_2008.asl b/pop_2008.asl index 9b636d0..e934db5 100644 --- a/pop_2008.asl +++ b/pop_2008.asl @@ -313,7 +313,7 @@ startup "", new Func(() => vars.splitSeed(-88.5f, 538.5f, 44.5f)) )}, - {"Reservoir08", Tuple.Create( + {"Reservoir", Tuple.Create( "Reservoir", "anyStandard", "", From b08ea1a7df0ea49020e0312486cd45d0b622d061 Mon Sep 17 00:00:00 2001 From: Saulius Markevicius Date: Sun, 13 Apr 2025 20:21:47 +0100 Subject: [PATCH 4/4] Fix Collapsing Bridge false splits --- pop_2008.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pop_2008.asl b/pop_2008.asl index e934db5..2a72cb4 100644 --- a/pop_2008.asl +++ b/pop_2008.asl @@ -35,7 +35,7 @@ startup "Collapsing Bridge", "specialEvents", "", - new Func(() => vars.inPosWithRangeCurrent(-310.25f, -241f, -30f, 2)) + new Func(() => vars.inPosWithRangeCurrent(-310.25f, -241.0f, -30.2f, 0.2f)) )}, {"PreDad1", Tuple.Create( "Tree of Life",