From 9079f1bd1804698bccb0cbf744b130f8e99ca557 Mon Sep 17 00:00:00 2001 From: Jaen Date: Sun, 31 Dec 2023 16:04:37 +0200 Subject: [PATCH 1/5] Add Improved AI (Navmesh Overhaul Mod) --- masterlist.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index 94f67d23..ed7b203d 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -1054,6 +1054,27 @@ plugins: - name: 'Navmesh Fixes and Improvements.esm' url: [ 'https://www.nexusmods.com/newvegas/mods/62041/' ] group: *fixesGroup + msg: + - <<: *alreadyInX + subs: [ '**NavmeshOverhaul.esm**' ] + condition: 'active("NavmeshOverhaul.esm")' + + - name: 'NavmeshOverhaul.esm' + url: [ 'https://www.nexusmods.com/newvegas/mods/81003' ] + group: *fixesGroup + + - name: 'YUPNavmeshPatch.esm' + url: [ 'https://www.nexusmods.com/newvegas/mods/81003' ] + group: *fixesGroup + inc: + - name: 'Uncut Wasteland.esm' + detail: &checkScript "It is incompatible according to the author's error check script. Follow [the guide](https://www.nexusmods.com/newvegas/mods/81003)." + - name: "Vanilla Enhancements.esm" + detail: *checkScript + - name: "TLD_Travelers.esm" + detail: *checkScript + - name: "Functional Post Game Ending.esm" + detail: *checkScript - name: 'RepairKitFix.esp' url: From a93321916b794f929a583c4c3ecef9b38a14c4f4 Mon Sep 17 00:00:00 2001 From: MacSplody <1944639+MacSplody@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:12:03 +0100 Subject: [PATCH 2/5] Refactor - Update location and combine shared data. --- masterlist.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/masterlist.yaml b/masterlist.yaml index ed7b203d..4263847f 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -1059,13 +1059,12 @@ plugins: subs: [ '**NavmeshOverhaul.esm**' ] condition: 'active("NavmeshOverhaul.esm")' - - name: 'NavmeshOverhaul.esm' - url: [ 'https://www.nexusmods.com/newvegas/mods/81003' ] + - name: '(NavmeshOverhaul|YUPNavmeshPatch)\.esm' + url: + - link: 'https://www.nexusmods.com/newvegas/mods/81003/' + name: 'Improved AI (Navmesh Overhaul Mod)' group: *fixesGroup - - name: 'YUPNavmeshPatch.esm' - url: [ 'https://www.nexusmods.com/newvegas/mods/81003' ] - group: *fixesGroup inc: - name: 'Uncut Wasteland.esm' detail: &checkScript "It is incompatible according to the author's error check script. Follow [the guide](https://www.nexusmods.com/newvegas/mods/81003)." From 8966c304897cef8de8a42f688f5ca043071b1534 Mon Sep 17 00:00:00 2001 From: MacSplody <1944639+MacSplody@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:13:49 +0100 Subject: [PATCH 3/5] Replace inc --- masterlist.yaml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/masterlist.yaml b/masterlist.yaml index 4263847f..6cbc9477 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -1065,15 +1065,19 @@ plugins: name: 'Improved AI (Navmesh Overhaul Mod)' group: *fixesGroup - name: 'YUPNavmeshPatch.esm' - inc: - - name: 'Uncut Wasteland.esm' - detail: &checkScript "It is incompatible according to the author's error check script. Follow [the guide](https://www.nexusmods.com/newvegas/mods/81003)." - - name: "Vanilla Enhancements.esm" - detail: *checkScript - - name: "TLD_Travelers.esm" - detail: *checkScript - - name: "Functional Post Game Ending.esm" - detail: *checkScript + msg: + - <<: *compatIssuesWithX + subs: [ 'Essential Vanilla Enhancements Merged' ] + condition: 'active("Vanilla Enhancements.esm")' + - <<: *compatIssuesWithX + subs: [ 'Functional Post Game Ending' ] + condition: 'active("Functional Post Game Ending.esm")' + - <<: *compatIssuesWithX + subs: [ 'The Living Desert - Travelers Patrols Consequences' ] + condition: 'active("TLD_Travelers.esm")' + - <<: *compatIssuesWithX + subs: [ 'Uncut Wasteland' ] + condition: 'active("Uncut Wasteland.esm")' - name: 'RepairKitFix.esp' url: From 65d34436db8b03386a481e0cb8ea0a7d2709d3d8 Mon Sep 17 00:00:00 2001 From: MacSplody <1944639+MacSplody@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:22:00 +0100 Subject: [PATCH 4/5] Add cleaning data - Main file Version: 5.0 - Navmesh Overhaul YUP Patch v3.0 --- masterlist.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index 6cbc9477..73c908a6 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -1064,6 +1064,10 @@ plugins: - link: 'https://www.nexusmods.com/newvegas/mods/81003/' name: 'Improved AI (Navmesh Overhaul Mod)' group: *fixesGroup + - name: 'NavmeshOverhaul.esm' + clean: + - crc: 0xD72C3602 + util: 'FNVEdit v4.1.5d' - name: 'YUPNavmeshPatch.esm' msg: - <<: *compatIssuesWithX @@ -1078,6 +1082,12 @@ plugins: - <<: *compatIssuesWithX subs: [ 'Uncut Wasteland' ] condition: 'active("Uncut Wasteland.esm")' + - name: 'YUPNavmeshPatch.esm' + dirty: + - <<: *quickClean + crc: 0x8D7FEFA6 + util: '[FNVEdit v4.1.5d](https://www.nexusmods.com/newvegas/mods/34703)' + itm: 3448 - name: 'RepairKitFix.esp' url: From 50b03eea4d5c815dfcb5ae1b02d0a998b1e8550c Mon Sep 17 00:00:00 2001 From: MacSplody <1944639+MacSplody@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:26:21 +0100 Subject: [PATCH 5/5] fix --- masterlist.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/masterlist.yaml b/masterlist.yaml index 73c908a6..6b919876 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -1082,7 +1082,6 @@ plugins: - <<: *compatIssuesWithX subs: [ 'Uncut Wasteland' ] condition: 'active("Uncut Wasteland.esm")' - - name: 'YUPNavmeshPatch.esm' dirty: - <<: *quickClean crc: 0x8D7FEFA6