Skip to content

Commit

Permalink
Add Improved AI (Navmesh Overhaul Mod) (#370)
Browse files Browse the repository at this point in the history
* Add Location
- https://www.nexusmods.com/newvegas/mods/81003/

* Add to group
- Fixes, should be loaded early.

* Add messages
- Some compatibility issues between YUP patch and other mods.
- Navmesh Fixes and Improvements is already included.

* Add cleaning data
- Main file Version: 5.0
- Navmesh Overhaul YUP Patch v3.0

Co-authored-by: MacSplody <1944639+MacSplody@users.noreply.github.com>
  • Loading branch information
jaens and MacSplody authored Apr 4, 2024
1 parent beae0ad commit 35d2bf1
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,39 @@ 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|YUPNavmeshPatch)\.esm'
url:
- 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
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")'
dirty:
- <<: *quickClean
crc: 0x8D7FEFA6
util: '[FNVEdit v4.1.5d](https://www.nexusmods.com/newvegas/mods/34703)'
itm: 3448

- name: 'RepairKitFix.esp'
url:
Expand Down

0 comments on commit 35d2bf1

Please sign in to comment.