Skip to content

Commit

Permalink
Add The Lost Spires - Enhanced Tomb (#1278)
Browse files Browse the repository at this point in the history
* Add mod entry
 - To the Locations - Overhauls section.

* Add location
 - https://www.nexusmods.com/oblivion/mods/51414/

* Add messages
 - Change folder path of the Strotis static skeleton resource to match
   the mesh path in this mod's record xx001626.
 - Requires resources from (as stated by the mod author):
 - Strotis Ayleid Clutter:
   https://www.nexusmods.com/oblivion/mods/41558/
 - strotis Ayleid Furniture:
   https://www.nexusmods.com/oblivion/mods/41670/
 - Strotis static skeleton resource (mentioned in the mod page posts):
   https://www.nexusmods.com/oblivion/mods/34721/

* Add cleaning data
 - Version 1.0.
  • Loading branch information
Sabre142 authored May 30, 2022
1 parent 843e489 commit fbf6c54
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16360,6 +16360,30 @@ plugins:
util: '[TES4Edit v4.0.4](https://www.nexusmods.com/oblivion/mods/11536)'
itm: 21

- name: 'The Lost Spires - Enhanced Tomb.esp'
url:
- link: 'https://www.nexusmods.com/oblivion/mods/51414/'
name: 'The Lost Spires - Enhanced Tomb'
msg:
- <<: *moveXFromYToZ
subs:
- '**skelet01.nif**'
- '**meshes\skeleton**'
- '**meshes\Stroti\skeleton**'
condition: 'file("meshes/skeleton/skelet01.nif") and not file("meshes/Stroti/skeleton/skelet01.nif")'
- <<: *requiresResources
subs: [ '[Strotis Ayleid Clutter](https://www.nexusmods.com/oblivion/mods/41558/)' ]
condition: 'not file("meshes/stroti/clutter/ayleid") or not file("textures/stroti/clutter/ayleid") or not file("textures/menus/icons/stroti/ayleidClutter")'
- <<: *requiresResources
subs: [ '[strotis Ayleid Furniture](https://www.nexusmods.com/oblivion/mods/41670/)' ]
condition: 'not file("meshes/stroti/ayleidFurniture") or not file("textures/stroti/ayleidfurniture")'
- <<: *requiresResources
subs: [ '[Strotis static skeleton resource](https://www.nexusmods.com/oblivion/mods/34721/)' ]
condition: 'not file("meshes/skeleton") and not file("meshes/stroti/skeleton")'
clean:
- crc: 0xA13857D5
util: 'TES4Edit v4.0.4b'

- name: 'Unique Forts Fort Dirich.esp'
url:
- link: 'https://www.nexusmods.com/oblivion/mods/51430/'
Expand Down

0 comments on commit fbf6c54

Please sign in to comment.