Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Maps group #1878

Merged
merged 4 commits into from
Jul 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 17 additions & 16 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -795,19 +795,20 @@ groups:
- name: &latePatchesGroup Late Patches
after: [ *imperialCityGroup ]

- name: &dynamicPatchesGroup Dynamic Patches
- name: &worldSettingsGroup Worldspace Settings
description: 'A group for modules that need to be loaded late to preserve worldspace settings.'
after: [ *latePatchesGroup ]

- name: &dynamicPatchesGroup Dynamic Patches
after: [ *worldSettingsGroup ]

- name: &lateChangesGroup Late Fixes & Changes
description: 'A group for modules that need to be placed after dynamic patches such as Bashed Patch.'
after: [ *dynamicPatchesGroup ]

- name: &mapGroup Maps
after: [ *lateChangesGroup ]

- name: &lodGroup LOD
description: 'A group for modules that add or alter LOD.'
after: [ *mapGroup ]
after: [ *lateChangesGroup ]

plugins:
###### Official Game Files ######
Expand Down Expand Up @@ -13299,7 +13300,7 @@ plugins:
itm: 7
- name: 'DWIngameMap.esp'
url: [ 'https://www.nexusmods.com/oblivion/mods/37120/' ]
group: *mapGroup
group: *worldSettingsGroup

- name: 'Dschinni.esp'
url:
Expand Down Expand Up @@ -15426,11 +15427,11 @@ plugins:
###### Gameplay - User Interface - Maps ######
- name: 'Ak- Morroblivion Maps HD.esp'
url: [ 'https://morroblivion.com/forums/morroblivion/mods/2610/' ]
group: *mapGroup
group: *worldSettingsGroup

- name: 'Colored Map for Elsweyr 1.1.esp'
url: [ 'https://www.nexusmods.com/oblivion/mods/25150/' ]
group: *mapGroup
group: *worldSettingsGroup

- name: 'Dynamic Map.esp'
url: [ 'https://www.nexusmods.com/oblivion/mods/35969/' ]
Expand All @@ -15442,11 +15443,11 @@ plugins:

- name: 'Elsweyr Color Map.esp'
url: [ 'https://www.nexusmods.com/oblivion/mods/28432/' ]
group: *mapGroup
group: *worldSettingsGroup

- name: 'Hiboriamap.esp'
url: [ 'https://www.nexusmods.com/oblivion/mods/26570/' ]
group: *mapGroup
group: *worldSettingsGroup

- name: 'Map Marker Overhaul( - SI additions)?\.esp'
url:
Expand All @@ -15472,21 +15473,21 @@ plugins:

- name: 'MergedMaps.esp'
url: [ 'https://www.nexusmods.com/oblivion/mods/26329/' ]
group: *mapGroup
group: *worldSettingsGroup

- name: 'TamrielWorldspaceCompleteWorldMap.esp'
url: [ 'https://www.nexusmods.com/oblivion/mods/24044/' ]
group: *mapGroup
group: *worldSettingsGroup

- name: 'TWMP_Tamriel_Ingame_ Map.esp'
url: [ 'https://www.nexusmods.com/oblivion/mods/27235/' ]
group: *mapGroup
group: *worldSettingsGroup

- name: 'WorldMapsForAllWorldspaces.esp'
url:
- link: 'https://www.nexusmods.com/oblivion/mods/48914/'
name: 'World Maps For All Worldspaces'
group: *mapGroup
group: *worldSettingsGroup
clean:
- crc: 0x640D34C6
util: 'TES4Edit v4.0.4c'
Expand Down Expand Up @@ -25163,7 +25164,7 @@ plugins:
- crc: 0x465A2C76
util: 'TES4Edit v4.0.3'
- name: 'Morrowind_ob - Morroblivion Maps.esp'
group: *mapGroup
group: *worldSettingsGroup
req: [ 'Morrowind_ob.esp' ]
dirty:
- <<: *quickClean
Expand Down Expand Up @@ -25200,7 +25201,7 @@ plugins:
util: '[TES4Edit v4.0.3](https://www.nexusmods.com/oblivion/mods/11536)'
itm: 805
- name: 'Morroblivion_Unofficial_Patch_defaultmap_fix.esp'
group: *mapGroup
group: *worldSettingsGroup
after: [ 'Morrowind_ob - Morroblivion Maps.esp' ]
- name: 'Morroblivion_Unofficial_Patch_Telvanni_ArchMagister_hotfix.esp'
after: [ 'Morroblivion_Unofficial_Patch.esp' ]
Expand Down
Loading