Skip to content

Commit

Permalink
Update Nuka-World Transit Center Settlement (#642)
Browse files Browse the repository at this point in the history
* Add cleaning data
- Version 1.03.3
- Technically it contains deleted navmesh, but those are 3 carried forward from Nuka world DLC.

* Remove group assignment
- Not an appropriate use of the group.
- Would be better to add load after rules.

* Add bash tag
- Changes keywords for location.

* Add load after rule
- Default sorting is correct, adding just in case.
- It should be kept after these files

* Add message
- PRP version should be used when using that mod.
  • Loading branch information
MacSplody authored Dec 1, 2024
1 parent 9ad4b3b commit 0e47c5f
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4328,7 +4328,29 @@ plugins:
url:
- link: 'https://www.nexusmods.com/fallout4/mods/68273/'
name: 'Nuka-World Transit Center Settlement'
group: *preVisCombinedGroup
after: [ 'UltraExteriorLighting.esp' ]
tag: [ Keywords ]
- name: 'OCsNukaTransitCenter.esp'
msg:
- <<: *useVersion
subs: [ 'Previsibines Repair Pack' ]
condition: 'active("prp.esp") and checksum("OCsNukaTransitCenter.esp", 14C3C151)'
dirty:
- <<: *quickClean
crc: 0x14C3C151
util: '[FO4Edit v4.1.5k](https://www.nexusmods.com/fallout4/mods/2737)'
itm: 5
# PRP 74
- <<: *quickClean
crc: 0x7FD747A5
util: '[FO4Edit v4.1.5k](https://www.nexusmods.com/fallout4/mods/2737)'
itm: 5
- name: 'OCsNukaTransitSettlement.esp'
dirty:
- <<: *quickClean
crc: 0xD17750A5
util: '[FO4Edit v4.1.5k](https://www.nexusmods.com/fallout4/mods/2737)'
itm: 5

- name: 'PLI_?USAF(_Satellite_Station_Olivia|SSO - (ELFX|MDB) Patch)\.esp'
url:
Expand Down

0 comments on commit 0e47c5f

Please sign in to comment.