mirror of
https://github.com/loot/enderal.git
synced 2026-07-27 14:16:37 -07:00
Add DLC (#5)
* Add location - https://store.steampowered.com/app/933480/Enderal_Forgotten_Stories/ * Add cleaning info - Version 1.6.4.0 (Final Patch) * Add comment - For section header. * Add group for DLC - No order set as it appears to be hard-coded to load Update.esm first. - Though I have seen other tools like MO2 and WB set it after the Enderal ESM. * Add Tags - Delev & Relev. - Changes in leveled lists are reverted without these.
This commit is contained in:
+26
-2
@@ -124,6 +124,30 @@ globals:
|
||||
text: '[最新的LOOT版本](%1%)。'
|
||||
subs: [ 'https://loot.github.io/latest-thread/' ]
|
||||
|
||||
groups: []
|
||||
groups:
|
||||
- name: &dlcGroup DLC
|
||||
description: 'A group for official downloadable content.'
|
||||
|
||||
plugins: []
|
||||
- name: default
|
||||
after: [ *dlcGroup ]
|
||||
|
||||
plugins:
|
||||
###### Official Game Files ######
|
||||
- name: 'Update.esm'
|
||||
url: [ 'https://store.steampowered.com/app/933480/Enderal_Forgotten_Stories/' ]
|
||||
group: *dlcGroup
|
||||
clean:
|
||||
- crc: 0xF5E824B0
|
||||
util: 'EnderalEdit v4.0.3'
|
||||
- name: 'Enderal - Forgotten Stories.esm'
|
||||
url: [ 'https://store.steampowered.com/app/933480/Enderal_Forgotten_Stories/' ]
|
||||
group: *dlcGroup
|
||||
tag:
|
||||
- Delev
|
||||
- Relev
|
||||
dirty:
|
||||
- <<: *quickClean
|
||||
crc: 0xB3DFC9F7
|
||||
util: '[EnderalEdit v4.0.3](https://www.nexusmods.com/enderal/mods/23)'
|
||||
itm: 5
|
||||
udr: 55
|
||||
|
||||
Reference in New Issue
Block a user