Skip to content

Commit

Permalink
Add TWMP Locations (#1891)
Browse files Browse the repository at this point in the history
* Add Location
- https://www.nexusmods.com/oblivion/mods/46149/

* Add cleaning data
- Version 1.0.9.

* Add Tags
- Changes names, owner and regions of cells.

* Add load after rule
- Not strictly required, adding to match expected order.

* Add load after rule
- To Elsweyr Anequina.
- Required to match expected order.
- Need to be before TWMP_Valenwood_Elsweyr.esp.
  • Loading branch information
MacSplody authored Aug 7, 2024
1 parent 882cfac commit 2d0b828
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19010,6 +19010,21 @@ plugins:
subs: [ 'TWMP_HighRock.esp' ]
condition: 'active("TWMP_HighRock.esp") and version("TWMP_HighRock.esp", "2.0", >=)'

- name: 'TWMP_Locations.esp'
url:
- link: 'https://www.nexusmods.com/oblivion/mods/46149/'
name: 'TWMP Locations'
after: [ 'TWMP Skyrim Guard Armors & Shields.esp' ]
tag:
- C.Name
- C.Owner
- C.Regions
dirty:
- <<: *quickClean
crc: 0xEF4C9111
util: '[TES4Edit v4.1.5g](https://www.nexusmods.com/oblivion/mods/11536)'
itm: 41

- name: 'TWMP SI.esp'
url:
- link: 'https://www.nexusmods.com/oblivion/mods/46694/'
Expand Down Expand Up @@ -24923,7 +24938,9 @@ plugins:
name: 'Elsweyr the Deserts of Anequina (Nexus Mods)'
- link: 'https://www.afkmods.com/index.php?/files/file/2172-elsweyr-anequina-valenwood-improved-patch/'
name: 'Elsweyr Anequina - Valenwood Improved Patch (AFK Mods)'
after: [ 'Valenwood Improved.esp' ]
after:
- 'TWMP_Locations.esp'
- 'Valenwood Improved.esp'
msg:
- <<: *alsoUseX
subs: [ 'INI setting [`bBorderRegionsEnabled=0`](https://wiki.nexusmods.com/index.php/Removing_In-Game_Borders)' ]
Expand Down

0 comments on commit 2d0b828

Please sign in to comment.