forked from loot/skyrimse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
masterlist.yaml
22714 lines (21468 loc) · 880 KB
/
masterlist.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# LOOT ignores anything that doesn't come under 'bash_tags', 'globals',
# 'groups', or 'plugins', so a section like 'common' is useful for storing
# data that gets re-used.
prelude:
common:
# Message Anchors
- &alreadyInX
type: error
content: 'Delete. Already included in %1%.'
- &alreadyInOrFixedByX
type: error
content: 'Delete. Already included or otherwise fixed in %1%.'
- &alsoUseX
type: say
content: 'It''s highly recommended that you also use %1%.'
- &compatIssuesWithX
type: say
content: 'This plugin has compatibility issues with %1%. For more information, read this mod''s compatibility notes.'
- &compatNotes
type: say
content: 'It is recommended that you read this mod''s [Compatibility Notes](%1%).'
- &corrupt
type: warn
content: 'This file is corrupt and should not be used.'
- &deleteOrDeactivateX
type: error
content: 'Delete or deactivate. %1%'
subs: [ '' ]
- &deletePlugin
type: warn
content: 'When using **%1%**, it''s recommended that you deactivate or delete this ESP file but keep the resources (e.g. meshes, textures) installed with this mod.'
- &includesX
type: say
content: '%1% is included with this mod.'
- &languageX
type: say
content: 'Language: %1%'
- &mainQuestCompleted
type: say
content: 'Only use this plugin once the main quest of the game has been completed.'
- &masterReassign
type: say
content: 'The **%1%** master must be reassigned to **%2%**.'
- &missingRequirementXforY
type: warn
content: 'It appears you have installed **%2%**, but some of its requirements seem to be missing. Please ensure you have correctly installed **%1%**.'
- &missingRequirementXforPlugin
type: warn
content: 'Some of this plugins requirements seem to be missing. Please ensure you have correctly installed **%1%**.'
- &moddingPlugin
type: error
content: 'This plugin is a modding resource and should not be used in-game.'
- &moveXFromYToZ
type: say
content: 'Move %1% from %2% to %3%.'
- &obsolete
type: warn
content: 'Obsolete. Update to the latest version. %1%'
subs: [ '' ]
- &onlyUseSmashOrBash
type: say
content: 'Can be used with a %1% but would require additional work. A Smashed Patch or Bash Patch should be used independently of one another.'
- &optional
type: say
content: 'This plugin is optional.'
- &patch3rdParty
type: say
content: 'You seem to be using **%1%**, but you have not enabled a compatibility patch for this mod. A third party patch is available here: %2%'
- &patcherScriptAvailable
type: say
content: '%1% patcher script available here: %2%'
- &patchIncluded
type: say
content: 'You seem to be using **%1%**, but you have not enabled a compatibility patch for this mod. A compatibility patch is included with this plugin''s installer.'
- &patchOutdated
type: warn
content: 'This patch is outdated and may not be compatible with the latest version of the patched mod.'
- &patchProvided
type: say
content: 'You seem to be using **%1%**, but you have not enabled a compatibility patch for this mod. A compatibility patch is provided on this plugin''s mod page.'
- &patchUnavailable
type: warn
content: 'A patch is required to make this mod fully compatible with %1%. None is currently available for download.'
- &patchUpdateAvailable
type: say
content: 'Update Patch available: %1%'
- &renameFile
type: say
content: 'Rename this file to %1%.'
- &renameXtoY
type: warn
content: 'You need to rename %1% to %2% or this mod won''t work.'
# Useful for when a plugin needs SkyUI, but shouldn't load after it (eg. when it's a master plugin).
- &requiresMCM_X
type: warn
content: 'A **Mod Configuration Menu** is required for this mod to be fully functional. An **MCM** can be added by installing %1%.'
- &requiresResources
type: warn
content: 'Requires resources (e.g. meshes, textures; not plugins) from %1%.'
- &requiresX
type: warn
content: 'Requires: %1%'
- &runAnimFramework
type: say
content: 'It appears you have **%1%** installed. Remember to run **%2%** every time you have installed or uninstalled %3%, or a %3%-based mod.'
- &runxLODGen
type: say
content: 'If you add, remove, or update plugins that alter WRLD/CELL records, remember to update this module with **xLODGen**.'
- &sortMasters
type: say
content: 'Plugin''s Masters require sorting. %1%'
subs: [ '[xEdit - Sort Masters](https://tes5edit.github.io/docs/7-mod-cleaning-and-error-checking.html#SortingMasterFileLoadOrders)' ]
- &useBashTweakInstead
type: say
content: 'A Bashed Patch tweak can be used instead of this plugin. %1%'
subs: [ '' ]
condition: 'file("Bashed Patch.*\.esp")'
- &useINITweakInstead
type: say
content: 'An INI tweak can be used instead of this plugin. %1%'
subs: [ '' ]
- &useInstead
type: warn
content: 'Use %1% instead.'
- &useOnlyOneX
type: error
content: 'Use only one %1%.'
- &useVersion
type: error
content: 'Use %1% version.'
- &useVersionNon
type: error
content: 'Use non-%1% version.'
- &versionOldX
type: say
content: 'It appears you do not have the latest version of %1%. Some mods may require functionality added in the latest version of %1% to work.'
- &versionUpToDateX
type: say
content: 'Your %1% is up-to-date.'
- &versionXIncY
type: error
content: 'Your installed version of %1% is not compatible with your version of %2%.'
- &versionXofYorGreaterRequired
type: error
content: 'Requires version **%1%** or greater of **%2%**.'
- &wildEdits
type: warn
content: 'This plugin contains [wild edits](https://tes5edit.github.io/docs/7-mod-cleaning-and-error-checking.html#WildEdits) and may require additional manual cleaning to not interfere with other mods. %1%'
subs: [ '' ]
# Cleaning Data Anchors
- &quickClean
util: '[SSEEdit](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
detail: 'A guide to cleaning plugins using xEdit can be found [here](https://tes5edit.github.io/docs/7-mod-cleaning-and-error-checking.html#ThreeEasyStepstocleanMods).'
- &reqManualFix
util: '[SSEEdit](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
detail: 'It is strongly recommended not to use mods that contain **deleted navmeshes** as they''re known to cause crashes. **Deleted navmeshes** must be corrected manually (a complex process that should be done by the mod author). More information on **deleted navmeshes** is provided [here](https://www.creationkit.com/index.php?title=Fixing_Navmesh_Deletion_Tutorial).'
# Global Anchors
- &creationClubPlugins
type: warn
content: 'This version of LOOT has inferior handling of Creation Club plugins. Support for these are therefore limited in versions prior to LOOT 0.13.1. It is recommended to update as soon as possible.'
condition: 'file("LOOT") and version("LOOT", "0.13.1.0", <) and file("cc[A-Z]{3}SSE[0-9]{3}.*\.es(l|m)")'
- &latestLOOTThread
type: say
content: '[Latest LOOT thread](%1%).'
subs: [ 'https://loot.github.io/latest-thread/' ]
- &scriptExtenderMissing
type: error
content: 'You have installed an %1% plugin but %1% was not found! See %1% download page: %2%.'
subs:
- 'SKSE'
- '[SKSE](https://skse.silverlock.org)'
condition: 'file("SKSE/Plugins/([^\.]+\.dll)") and not file("../skse64_loader.exe")'
- &scriptExtenderRequiredScripts
type: warn
content: 'It appears you have installed **%1%**, but its required scripts seem to be missing. Please ensure you have correctly installed the scripts bundled with the **%2%** installation archive.'
subs:
- 'Skyrim Script Extender'
- '[SKSE](https://skse.silverlock.org)'
condition: 'not file("scripts/skse.pex") and file("../skse64_loader.exe")'
common:
# File Anchors
- &AnimFramework
name: 'tools/GenerateFNIS_for_Users/GenerateFNISforUsers.exe'
display: '[Fores New Idles in Skyrim SE](https://www.nexusmods.com/skyrimspecialedition/mods/3038/) **OR** [Nemesis Unlimited Behavior Engine](https://github.com/ShikyoKira/Project-New-Reign---Nemesis-Main/releases/)'
condition: 'not file("Nemesis_Engine/Nemesis Unlimited Behavior Engine.exe")'
- &ENBSeries
name: '../d3d11.dll'
display: '[ENBSeries SE](http://enbdev.com/download_mod_tesskyrimse.htm)'
- &EngineFixes
name: 'SKSE/Plugins/EngineFixes.dll'
display: '[SSE Engine Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/17230/)'
- &FlatMapMarkers
name: 'SKSE/Plugins/FlatMapMarkersSSE.dll'
display: '[Flat Map Markers SSE](https://www.nexusmods.com/skyrimspecialedition/mods/22122/)'
- &FNIS
name: 'tools/GenerateFNIS_for_Users/GenerateFNISforUsers.exe'
display: '[Fores New Idles in Skyrim SE](https://www.nexusmods.com/skyrimspecialedition/mods/3038/)'
- &HDT_SMP
name: 'SKSE/Plugins/hdtSMP64.dll'
display: '[HDT-SMP (Skinned Mesh Physics)](https://www.nexusmods.com/skyrimspecialedition/mods/30872/)'
- &JContainers
name: 'SKSE/Plugins/JContainers64.dll'
display: '[JContainers SE](https://www.nexusmods.com/skyrimspecialedition/mods/16495/)'
- &LotD_v5
name: 'LegacyoftheDragonborn.esm'
display: 'Legacy of the Dragonborn v5+'
condition: 'version("LegacyoftheDragonborn.esm", "5.0.24", >=) or (not checksum("LegacyoftheDragonborn.esm", 31563183) and not checksum("LegacyoftheDragonborn.esm", 6736FB94) and not checksum("LegacyoftheDragonborn.esm", CB82480D))'
- &ModifyFaceGenFix
name: 'SKSE/Plugins/mfgfix.dll'
display: '[MFG Fix](https://www.nexusmods.com/skyrimspecialedition/mods/11669/)'
- &NemesisEngine
name: 'Nemesis_Engine/Nemesis Unlimited Behavior Engine.exe'
display: '[Nemesis Unlimited Behavior Engine](https://github.com/ShikyoKira/Project-New-Reign---Nemesis-Main/releases/)'
- &PapyrusExtender
name: 'SKSE/Plugins/po3_PapyrusExtender.dll'
display: '[powerofthree''s Papyrus Extender](https://www.nexusmods.com/skyrimspecialedition/mods/22854/)'
- &PapyrusUtil
name: 'SKSE/Plugins/PapyrusUtil.dll'
display: '[PapyrusUtil SE - Modders Scripting Utility Functions](https://www.nexusmods.com/skyrimspecialedition/mods/13048/)'
- &SilentVoice
name: 'SKSE/Plugins/Fuz Ro D''oh.dll'
display: '[Fuz Ro D-oh - Silent Voice](https://www.nexusmods.com/skyrimspecialedition/mods/15109/)'
- &SKSE
name: '../skse64_loader.exe'
display: '**Skyrim Script Extender ([ SKSE 64 ](https://skse.silverlock.org))**'
# Sub-Anchors
# &alreadyInX
- &alreadyInLotD
<<: *alreadyInX
subs: [ '[Legacy of the Dragonborn](https://www.nexusmods.com/skyrimspecialedition/mods/11802/)' ]
condition: 'active("LegacyoftheDragonborn.esm")'
# &alreadyInOrFixedByX
- &alreadyInOrFixedByBDSv3_0
<<: *alreadyInOrFixedByX
subs: [ 'Better Dynamic Snow v3.0+' ]
condition: 'active("Better Dynamic Snow SE.esp")'
- &alreadyInOrFixedByScrambledBugs
<<: *alreadyInOrFixedByX
type: say
subs: [ 'Scrambled Bugs' ]
condition: 'file("NetScriptFramework/Plugins/ScrambledBugs.dll")'
# &includesX
- &includesMBBF
<<: *includesX
subs: [ '[ Modern Brawl Bug Fix ](https://www.nexusmods.com/skyrimspecialedition/mods/1473/)' ]
condition: 'file("Modern Brawl Bug Fix.esp")'
# &missingRequirementXforPlugin
- &missingRequirementAddrLibforPlugin
<<: *missingRequirementXforPlugin
subs: [ '[Address Library](https://www.nexusmods.com/skyrimspecialedition/mods/32444/)' ]
condition: '(not file("SKSE/Plugins/version-1-5-16-0.bin") and product_version("../SkyrimSE.exe", "1.5.16.0", ==)) or (not file("SKSE/Plugins/version-1-5-23-0.bin") and product_version("../SkyrimSE.exe", "1.5.23.0", ==)) or (not file("SKSE/Plugins/version-1-5-3-0.bin") and product_version("../SkyrimSE.exe", "1.5.3.0", ==)) or (not file("SKSE/Plugins/version-1-5-39-0.bin") and product_version("../SkyrimSE.exe", "1.5.39.0", ==)) or (not file("SKSE/Plugins/version-1-5-50-0.bin") and product_version("../SkyrimSE.exe", "1.5.50.0", ==)) or (not file("SKSE/Plugins/version-1-5-53-0.bin") and product_version("../SkyrimSE.exe", "1.5.53.0", ==)) or (not file("SKSE/Plugins/version-1-5-62-0.bin") and product_version("../SkyrimSE.exe", "1.5.62.0", ==)) or (not file("SKSE/Plugins/version-1-5-73-0.bin") and product_version("../SkyrimSE.exe", "1.5.73.0", ==)) or (not file("SKSE/Plugins/version-1-5-80-0.bin") and product_version("../SkyrimSE.exe", "1.5.80.0", ==)) or (not file("SKSE/Plugins/version-1-5-97-0.bin") and product_version("../SkyrimSE.exe", "1.5.97.0", ==)) or (not file("SKSE/Plugins/versionlib-1-6-317-0.bin") and product_version("../SkyrimSE.exe", "1.6.317.0", ==)) or (not file("SKSE/Plugins/versionlib-1-6-318-0.bin") and product_version("../SkyrimSE.exe", "1.6.318.0", ==)) or (not file("SKSE/Plugins/versionlib-1-6-323-0.bin") and product_version("../SkyrimSE.exe", "1.6.323.0", ==)) or (not file("SKSE/Plugins/versionlib-1-6-342-0.bin") and product_version("../SkyrimSE.exe", "1.6.342.0", ==))'
# &patch3rdParty
- &patch3rdParty_AOOPH
<<: *patch3rdParty
subs:
- '[AI Overhaul](https://www.nexusmods.com/skyrimspecialedition/mods/21654/)'
- '[AI Overhaul - Official Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/35823/)'
- &patch3rdParty_ClockA
<<: *patch3rdParty
subs:
- '[Clockwork](https://www.nexusmods.com/skyrimspecialedition/mods/4155/)'
- '[Additional Clockwork](https://www.nexusmods.com/skyrimspecialedition/mods/47087/)'
- &patch3rdParty_JSDCP
<<: *patch3rdParty
subs:
- '[JS Dragon Claws](https://www.nexusmods.com/skyrimspecialedition/mods/1394/)'
- '[JS Dragon Claws - Patches](https://www.nexusmods.com/skyrimspecialedition/mods/23833/)'
- &patch3rdParty_KPH_ACE
<<: *patch3rdParty
subs:
- '[Armor and Clothing Extension](https://www.nexusmods.com/skyrimspecialedition/mods/19002/)'
- '[kryptopyr''s Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/19518/)'
- &patch3rdParty_KPH_CACO
<<: *patch3rdParty
subs:
- '[Complete Alchemy and Cooking Overhaul](https://www.nexusmods.com/skyrimspecialedition/mods/19924/)'
- '[kryptopyr''s Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/19518/)'
- &patch3rdParty_KPH_CCOR
<<: *patch3rdParty
subs:
- '[Complete Crafting Overhaul Remastered](https://www.nexusmods.com/skyrimspecialedition/mods/28608/)'
- '[kryptopyr''s Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/19518/)'
- &patch3rdParty_KPH_TCIY
<<: *patch3rdParty
subs:
- '[The Choice is Yours](https://www.nexusmods.com/skyrimspecialedition/mods/3850/)'
- '[kryptopyr''s Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/19518/)'
- &patch3rdParty_KPH_WACCF
<<: *patch3rdParty
subs:
- '[Weapons Armor Clothing and Clutter Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/18994/)'
- '[kryptopyr''s Patch Hub](https://www.nexusmods.com/skyrimspecialedition/mods/19518/)'
- &patch3rdParty_LotD
<<: *patch3rdParty
subs:
- '[Legacy of the Dragonborn](https://www.nexusmods.com/skyrimspecialedition/mods/11802/)'
- '[Legacy of the Dragonborn Patches (Official)](https://www.nexusmods.com/skyrimspecialedition/mods/30980/)'
- &patch3rdParty_MLU
<<: *patch3rdParty
subs:
- '[MorrowLoot Ultimate](https://www.nexusmods.com/skyrimspecialedition/mods/3058/)'
- '[MLU Community Patches](https://www.nexusmods.com/skyrimspecialedition/mods/10218/)'
- &patch3rdParty_RSCPC
<<: *patch3rdParty
subs:
- '[RS Children Overhaul](https://www.nexusmods.com/skyrimspecialedition/mods/2650/)'
- '[RS Children Patch Compendium](https://www.nexusmods.com/skyrimspecialedition/mods/13409/)'
- &patch3rdParty_SBCK
<<: *patch3rdParty
subs:
- '[Scoped Bows](https://www.nexusmods.com/skyrimspecialedition/mods/912/)'
- '[Scoped Bows Compatibility Kit - SBCK](https://www.nexusmods.com/skyrimspecialedition/mods/19495/)'
- &patch3rdParty_SRPC
<<: *patch3rdParty
subs:
- '[Spell Research v2.2+](https://www.nexusmods.com/skyrimspecialedition/mods/20983/)'
- '[Spell Research - Patch Compendium](https://www.nexusmods.com/skyrimspecialedition/mods/28816/)'
condition: 'active("SpellResearch.esp") and not active("Spell Research - Patch Compendium.esp") and not checksum("SpellResearch.esp", 755423D7) and not checksum("SpellResearch.esp", 63661836) and not checksum("SpellResearch.esp", 860EFC3D)'
- &patch3rdParty_STIP
<<: *patch3rdParty
subs:
- '[SkyTEST - Realistic Animals and Predators](https://www.nexusmods.com/skyrimspecialedition/mods/1104/)'
- '[SkyTEST Integration Project](https://www.nexusmods.com/skyrimspecialedition/mods/13428/)'
- &patch3rdParty_UVCPC
<<: *patch3rdParty
subs:
- '[Vokrii - Minimalistic Perks of Skyrim](https://www.nexusmods.com/skyrimspecialedition/mods/26176/)'
- '[Umgak''s Vokrii Compatibility Patch Compendium](https://www.nexusmods.com/skyrimspecialedition/mods/26278/)'
# &requiresMCM_X
- &requiresMCM
<<: *requiresMCM_X
subs: [ '[SkyUI SE](https://www.nexusmods.com/skyrimspecialedition/mods/12604/)' ]
condition: 'not active("SkyUI_SE.esp")'
# &requiresX
- &requiresBashOrSmash
<<: *requiresX
subs: [ '[Wrye Bash](https://www.nexusmods.com/skyrimspecialedition/mods/6837) or [Smash](https://github.com/matortheeternal/smash/releases)' ]
condition: 'not file("Bashed Patch.*\.esp") and not file("Smashed Patch.esp")'
# &versionXIncY
- &versionSkseIncSAE
<<: *versionXIncY
subs:
- '**[Skyrim Script Extender](https://skse.silverlock.org)**'
- '**Skyrim AE**'
- &versionSkseIncSSE
<<: *versionXIncY
subs:
- '**[Skyrim Script Extender](https://skse.silverlock.org)**'
- '**Skyrim SE**'
bash_tags:
- 'Actors.ACBS'
- 'Actors.AIData'
- 'Actors.AIPackages'
- 'Actors.AIPackagesForceAdd'
- 'Actors.CombatStyle'
- 'Actors.DeathItem'
- 'Actors.Perks.Add'
- 'Actors.Perks.Change'
- 'Actors.Perks.Remove'
- 'Actors.RecordFlags'
- 'Actors.Spells'
- 'Actors.SpellsForceAdd'
- 'Actors.Stats'
- 'Actors.Voice'
- 'C.Acoustic'
- 'C.Climate'
- 'C.Encounter'
- 'C.ForceHideLand'
- 'C.ImageSpace'
- 'C.Light'
- 'C.Location'
- 'C.LockList'
- 'C.MiscFlags'
- 'C.Music'
- 'C.Name'
- 'C.Owner'
- 'C.RecordFlags'
- 'C.Regions'
- 'C.SkyLighting'
- 'C.Water'
- 'Deactivate'
- 'Delev'
- 'Destructible'
- 'EffectStats'
- 'EnchantmentStats'
- 'Factions'
- 'Filter'
- 'Graphics'
- 'Invent.Add'
- 'Invent.Change'
- 'Invent.Remove'
- 'Keywords'
- 'MustBeActiveIfImported'
- 'Names'
- 'NPC.AIPackageOverrides'
- 'NPC.AttackRace'
- 'NPC.Class'
- 'NPC.CrimeFaction'
- 'NPC.DefaultOutfit'
- 'NPC.Race'
- 'ObjectBounds'
- 'Outfits.Add'
- 'Outfits.Remove'
- 'R.AddSpells'
- 'R.Body-Size-F'
- 'R.Body-Size-M'
- 'R.ChangeSpells'
- 'R.Description'
- 'R.Skills'
- 'R.Stats'
- 'R.Voice-F'
- 'R.Voice-M'
- 'Relations.Add'
- 'Relations.Change'
- 'Relations.Remove'
- 'Relev'
- 'Sound'
- 'SpellStats'
- 'Stats'
- 'Text'
globals:
# Latest LOOT Thread
- &lootThread
<<: *latestLOOTThread
subs: [ 'https://loot.github.io/latest-thread/' ]
# Creation Club Plugins
- &creationClubSSE
<<: *creationClubPlugins
condition: 'file("LOOT") and version("LOOT", "0.13.1.0", <) and file("cc[A-Z]{3}SSE[0-9]{3}.*\.es(l|m)")'
# SKSE
# Missing
- &skseMissing
<<: *scriptExtenderMissing
subs:
- 'SKSE'
- '[SKSE](https://skse.silverlock.org)'
condition: 'file("SKSE/Plugins/([^\.]+\.dll)") and not file("../skse64_loader.exe")'
# Required Scripts
- &skseRequiredScripts
<<: *scriptExtenderRequiredScripts
subs:
- 'Skyrim Script Extender'
- '[SKSE](https://skse.silverlock.org)'
condition: 'not file("scripts/skse.pex") and file("../skse64_loader.exe")'
# Animation Frameworks
# Fores New Idles
- <<: *runAnimFramework
subs:
- '[Fores New Idles in Skyrim SE](https://www.nexusmods.com/skyrimspecialedition/mods/3038/)'
- 'GenerateFNISforUsers.exe'
- 'FNIS'
condition: 'file("tools/GenerateFNIS_for_Users/GenerateFNISforUsers.exe")'
# Nemesis Unlimited Behavior Engine
- <<: *runAnimFramework
subs:
- '[Nemesis Unlimited Behavior Engine](https://github.com/ShikyoKira/Project-New-Reign---Nemesis-Main/releases/)'
- 'Nemesis Unlimited Behavior Engine.exe'
- 'Nemesis'
condition: 'file("Nemesis_Engine/Nemesis Unlimited Behavior Engine.exe")'
# Nemesis and FNIS compatibility
- <<: *useOnlyOneX
type: warn
subs: [ '**Fores New Idles in Skyrim** or **Nemesis Unlimited Behavior Engine**' ]
condition: 'file("Nemesis_Engine/Nemesis Unlimited Behavior Engine.exe") and file("tools/GenerateFNIS_for_Users/GenerateFNISforUsers.exe") and not file("scripts/FNISCreatureVersion.pex")'
# Latest Version
# Skyrim AE Game Runtime
- <<: *versionOldX
subs: [ '**Skyrim AE**' ]
condition: 'product_version("../SkyrimSE.exe", "1.6.317.0", >=) and product_version("../SkyrimSE.exe", "1.6.342.0", <)'
- <<: *versionUpToDateX
subs: [ '**Skyrim AE**' ]
condition: 'product_version("../SkyrimSE.exe", "1.6.342.0", >=)'
# Skyrim SE Game Runtime
- <<: *versionOldX
subs: [ '**Skyrim SE**' ]
condition: 'product_version("../SkyrimSE.exe", "1.5.97.0", <)'
- <<: *versionUpToDateX
subs: [ '**Skyrim SE**' ]
condition: 'product_version("../SkyrimSE.exe", "1.5.97.0", ==)'
# SKSE AE
- <<: *versionOldX
subs: [ '**Script Extender ([SKSE AE Preliminary](https://skse.silverlock.org))**' ]
condition: 'version("../skse64_loader.exe", "0.2.1.4", <) and product_version("../SkyrimSE.exe", "1.6.317.0", >=) and file("../skse64_loader.exe")'
- <<: *versionUpToDateX
subs: [ '**Script Extender ([SKSE AE Preliminary](https://skse.silverlock.org))**' ]
condition: 'version("../skse64_loader.exe", "0.2.1.4", >=) and product_version("../SkyrimSE.exe", "1.6.317.0", >=) and file("../skse64_loader.exe")'
# SKSE SE
- <<: *versionOldX
subs: [ '**Script Extender ([SKSE SE](https://skse.silverlock.org))**' ]
condition: 'version("../skse64_loader.exe", "0.2.0.20", <) and product_version("../SkyrimSE.exe", "1.6.317.0", <) and file("../skse64_loader.exe")'
- <<: *versionUpToDateX
subs: [ '**Script Extender ([SKSE SE](https://skse.silverlock.org))**' ]
condition: 'version("../skse64_loader.exe", "0.2.0.20", >=) and product_version("../SkyrimSE.exe", "1.6.317.0", <) and file("../skse64_loader.exe")'
# Version Compatibility
# SKSE AE - Game Runtime
- <<: *versionSkseIncSAE
condition: 'product_version("../SkyrimSE.exe", "1.6.317.0", ==) and version("../skse64_loader.exe", "0.2.1.0", <) and file("../skse64_loader.exe")'
- <<: *versionSkseIncSAE
condition: 'product_version("../SkyrimSE.exe", "1.6.318.0", ==) and version("../skse64_loader.exe", "0.2.1.1", <) and file("../skse64_loader.exe")'
- <<: *versionSkseIncSAE
condition: 'product_version("../SkyrimSE.exe", "1.6.323.0", ==) and version("../skse64_loader.exe", "0.2.1.3", <) and file("../skse64_loader.exe")'
- <<: *versionSkseIncSAE
condition: 'product_version("../SkyrimSE.exe", "1.6.342.0", ==) and version("../skse64_loader.exe", "0.2.1.4", <) and file("../skse64_loader.exe")'
# SKSE SE - Game Runtime
- <<: *versionSkseIncSSE
condition: 'file("../skse(vr)?_loader.exe") and not file("../skse64_loader.exe")'
- <<: *versionSkseIncSSE
condition: 'product_version("../SkyrimSE.exe", "1.5.50.0", ==) and version("../skse64_loader.exe", "0.2.0.8", <) and file("../skse64_loader.exe")'
- <<: *versionSkseIncSSE
condition: 'product_version("../SkyrimSE.exe", "1.5.53.0", ==) and version("../skse64_loader.exe", "0.2.0.9", <) and file("../skse64_loader.exe")'
- <<: *versionSkseIncSSE
condition: 'product_version("../SkyrimSE.exe", "1.5.62.0", ==) and version("../skse64_loader.exe", "0.2.0.11", <) and file("../skse64_loader.exe")'
- <<: *versionSkseIncSSE
condition: 'product_version("../SkyrimSE.exe", "1.5.73.0", ==) and version("../skse64_loader.exe", "0.2.0.13", <) and file("../skse64_loader.exe")'
- <<: *versionSkseIncSSE
condition: 'product_version("../SkyrimSE.exe", "1.5.80.0", ==) and version("../skse64_loader.exe", "0.2.0.16", <) and file("../skse64_loader.exe")'
- <<: *versionSkseIncSSE
condition: 'product_version("../SkyrimSE.exe", "1.5.97.0", ==) and version("../skse64_loader.exe", "0.2.0.17", <) and file("../skse64_loader.exe")'
# ENBSeries
- <<: *versionXIncY
subs:
- '**SKSE Plugin ([ENB Helper SE](https://www.nexusmods.com/skyrimspecialedition/mods/23174/))**'
- '[ENBSeries SE](http://enbdev.com/download_mod_tesskyrimse.htm)'
condition: 'file("SKSE/Plugins/ENBHelperSE.dll") and file("../d3d11.dll") and version("SKSE/Plugins/ENBHelperSE.dll", "1.3.1.0", ==) and product_version("../d3d11.dll", "0.3.7.1", <)'
# ENBSeries
- <<: *missingRequirementXforY
subs:
- '[ENBSeries SE](http://enbdev.com/download_mod_tesskyrimse.htm)'
- '[ENB Helper SE](https://www.nexusmods.com/skyrimspecialedition/mods/23174/)'
condition: 'file("SKSE/Plugins/ENBHelperSE.dll") and not file("../d3d11.dll")'
# DLL Loaders
- <<: *missingRequirementXforY
subs:
- '[SSE Engine Fixes - Part 2](https://www.nexusmods.com/skyrimspecialedition/mods/17230/)'
- '[SSE Engine Fixes - Part 1](https://www.nexusmods.com/skyrimspecialedition/mods/17230/)'
condition: 'file("SKSE/Plugins/EngineFixes.dll") and (not file("../d3dx9_42.dll") or not file("../tbb.dll") or not file("../tbbmalloc.dll"))'
- <<: *missingRequirementXforY
subs:
- '[DLL Plugin Loader](https://www.nexusmods.com/skyrimspecialedition/mods/10546) or [SSE Engine Fixes - Part 2](https://www.nexusmods.com/skyrimspecialedition/mods/17230/)'
- '[SSE Fixes](https://www.nexusmods.com/skyrimspecialedition/mods/10547/)'
condition: 'file("DLLPlugins/FPSFixPlugin.dll") and ((not file("../binkw64_.dll") and not checksum("../binkw64.dll", 6C2F54AB)) and (not file("../d3dx9_42.dll")))'
- <<: *missingRequirementXforY
subs:
- '[DLL Plugin Loader](https://www.nexusmods.com/skyrimspecialedition/mods/10546) or [SSE Engine Fixes - Part 2](https://www.nexusmods.com/skyrimspecialedition/mods/17230/)'
- '[.NET Script Framework](https://www.nexusmods.com/skyrimspecialedition/mods/21294/)'
condition: 'file("DLLPlugins/NetScriptFramework.Runtime.dll") and ((not file("../binkw64_.dll") and not checksum("../binkw64.dll", 6C2F54AB)) and (not file("../d3dx9_42.dll")))'
groups:
- name: &dlcGroup DLC
- name: &ccGroup Creation Club
after: [ *dlcGroup ]
- name: &fixesGroup Fixes & Resources
after: [ *ccGroup ]
- name: &earlyLoadersGroup Early Loaders
after: [ *fixesGroup ]
- name: default
after: [ *earlyLoadersGroup ]
- name: &lowPriorityGroup Low Priority Overrides
description: 'A group for modules that must load after most other mods.'
after: [ default ]
- name: &racesGroup Races & Classes
description: 'A group for modules that modify character Races & Classes.'
after: [ *lowPriorityGroup ]
- name: &economyGroup Economy
description: 'A group for mods that alter the Economy of the game.'
after: [ *racesGroup ]
- name: &craftingGroup Crafting
description: 'A group for modules that modify or expand crafting systems.'
after: [ *economyGroup ]
- name: &alchemyOverhaulsGroup Alchemy Overhauls
description: 'A group for modules that overhaul the alchemy system.'
after: [ *craftingGroup ]
- name: &perksGroup Skills & Perks
description: 'A group for modules that modify or add new Skills and Perks.'
after: [ *alchemyOverhaulsGroup ]
- name: &vampireGameplayGroup Vampire Gameplay Overhauls
description: 'A group for modules that overhaul gameplay for Vampire player characters.'
after: [ *perksGroup ]
- name: &coreGroup Core Mods
after: [ *vampireGameplayGroup ]
- name: &altStartGroup Alternate Start
description: 'A group for mods that provide alternative starting choices.'
after: [ *coreGroup ]
- name: &followerFrameworksGroup Follower Frameworks
description: 'A group for mods that extend the follower system.'
after: [ *altStartGroup ]
- name: &cellMusicGroup Cell Music
description: 'A group for modules that modify cell music.'
after: [ *followerFrameworksGroup ]
- name: &cellEncZonesGroup Cell Encounter Zones
description: 'A group for modules that modify cell encounter zones.'
after: [ *cellMusicGroup ]
- name: &interiorLightingGroup Interior Lighting
description: 'A group for modules that add/remove and/or fix light bulbs in interiors.'
after: [ *cellEncZonesGroup ]
- name: &highPriorityGroup High Priority Overrides
after: [ *interiorLightingGroup ]
- name: &cellSettingsGroup Cell Settings
description: 'A group for modules that only modify cell settings.'
after: [ *highPriorityGroup ]
- name: &lightingEnhancerGroup Lighting Enhancers
after: [ *cellSettingsGroup ]
- name: &lateLoadersGroup Late Loaders
after: [ *lightingEnhancerGroup ]
- name: &kSpeakGroup Khajiit Speak
after: [ *lateLoadersGroup ]
- name: &lvlListsGroup Leveled List Modifiers
after: [ *kSpeakGroup ]
- name: &worldSettingsGroup Worldspace Settings
description: 'A group for modules that need to be loaded late to preserve worldspace settings.'
after: [ *lvlListsGroup ]
- name: &dynamicPatchGroup Dynamic Patches
after: [ *worldSettingsGroup ]
- name: &lateChangesGroup Late Fixes & Changes
after: [ *dynamicPatchGroup ]
- name: &dynamicLODGroup Dynamic LOD
after: [ *lateChangesGroup ]
plugins:
###### Official Game Files ######
- name: 'Update.esm'
group: *dlcGroup
tag:
- C.Location
- C.Regions
- C.Water
- Delev
- Invent.Add
- Invent.Change
- Keywords
dirty:
- <<: *quickClean
crc: 0x17AB5E20
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 334
udr: 92
nav: 3
- <<: *quickClean
crc: 0xC0A01A28
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 384
udr: 92
nav: 3
- name: 'Dawnguard.esm'
group: *dlcGroup
tag:
- C.Location
- C.Regions
- Delev
- Invent.Add
- Invent.Remove
- Relev
msg:
# (V1.5.97.0, 0xADFC1487) after QAC, (V1.6.318.0, 0x8FA85074) after QAC, (V1.6.323.0, 0x51B6D677) after QAC, (V1.6.342.0, 0x00E91819) after QAC
- <<: *wildEdits
type: say
subs: [ '[Dawnguard.esm Wild Edits Cleaning Guide](https://tes5edit.github.io/docs/7-mod-cleaning-and-error-checking.html#AppendixBManuallyCleaningDawnguard)' ]
condition: 'checksum("Dawnguard.esm", ADFC1487) or checksum("Dawnguard.esm", 8FA85074) or checksum("Dawnguard.esm", 51B6D677) or checksum("Dawnguard.esm", 00E91819)'
dirty:
- <<: *quickClean
crc: 0xCC81E5D8
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 766
udr: 82
nav: 57
- <<: *quickClean
crc: 0xDA8D6EDD
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 849
udr: 82
nav: 59
- name: 'HearthFires.esm'
group: *dlcGroup
after: [ 'Dawnguard.esm' ]
tag:
- C.Location
- Invent.Add
dirty:
- <<: *quickClean
crc: 0xBAD9393A
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 221
udr: 11
nav: 5
- <<: *quickClean
crc: 0x88A99D81
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 221
udr: 11
nav: 5
- name: 'Dragonborn.esm'
group: *dlcGroup
after: [ 'HearthFires.esm' ]
msg:
- <<: *patch3rdParty_JSDCP
condition: 'checksum("meshes/clutter/ruins/ruinsdragonclaw01.nif", 34F46214) and not checksum("meshes/dlc02/clutter/dlc2leftclawamethyst.nif", AAFE2967)'
tag:
- C.Location
- Invent.Add
- Invent.Remove
- Text
dirty:
- <<: *quickClean
crc: 0x0EB10E82
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 81
udr: 8
nav: 1
- <<: *quickClean
crc: 0xF64FD2E7
util: '[SSEEdit v4.0.4b](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 87
udr: 8
nav: 1
###### Creation Club ######
- name: 'cc[A-Z]{3}SSE[0-9]{3}.*\.es(l|m)'
group: *ccGroup
# Adventurer's Backpack
- name: 'ccfsvsse001-backpacks.esl'
clean:
- crc: 0x3F8D2754
util: 'SSEEdit v4.0.4'
# Alternative Armors - Daedric Mail
- name: 'ccbgssse051-ba_daedricmail.esl'
dirty:
- <<: *quickClean
crc: 0xBC76E386
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
# Alternative Armors - Daedric Plate
- name: 'ccbgssse050-ba_daedric.esl'
dirty:
- <<: *quickClean
crc: 0xC5C51B54
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
# Alternative Armors - Dragon Plate
- name: 'ccbgssse059-ba_dragonplate.esl'
dirty:
- <<: *quickClean
crc: 0xB8F654A8
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 4
# Alternative Armors - Dragonscale
- name: 'ccbgssse060-ba_dragonscale.esl'
dirty:
- <<: *quickClean
crc: 0x5D38558C
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 2
# Alternative Armors - Dwarven Mail
- name: 'ccbgssse062-ba_dwarvenmail.esl'
dirty:
- <<: *quickClean
crc: 0xD9DA6541
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Alternative Armors - Dwarven Plate
- name: 'ccbgssse061-ba_dwarven.esl'
dirty:
- <<: *quickClean
crc: 0xEB62B931
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 3
# Alternative Armors - Ebony Plate
- name: 'ccbgssse063-ba_ebony.esl'
clean:
- crc: 0x6569D32A
util: 'SSEEdit v4.0.4'
# Alternative Armors - Elven Hunter
- name: 'ccbgssse064-ba_elven.esl'
clean:
- crc: 0xEF8C4A8F
util: 'SSEEdit v4.0.4'
# Alternative Armors - Iron
- name: 'ccbgssse052-ba_iron.esl'
clean:
- crc: 0x1ECCA950
util: 'SSEEdit v4.0.4'
# Alternative Armors - Leather
- name: 'ccbgssse053-ba_leather.esl'
clean:
- crc: 0x26772A18
util: 'SSEEdit v4.0.4'
# Alternative Armors - Orcish Plate
- name: 'ccbgssse054-ba_orcish.esl'
clean:
- crc: 0x1B8C359A
util: 'SSEEdit v4.0.4'
# Alternative Armors - Orcish Scaled
- name: 'ccbgssse055-ba_orcishscaled.esl'
clean:
- crc: 0xD1500929
util: 'SSEEdit v4.0.4'
# Alternative Armors - Silver
- name: 'ccbgssse056-ba_silver.esl'
clean:
- crc: 0x3B5060B3
util: 'SSEEdit v4.0.4'
# Alternative Armors - Stalhrim Fur
- name: 'ccbgssse057-ba_stalhrim.esl'
dirty:
- <<: *quickClean
crc: 0xDECD1884
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Alternative Armors - Steel Soldier
- name: 'ccbgssse058-ba_steel.esl'
clean:
- crc: 0x8BDF98A3
util: 'SSEEdit v4.0.4'
# Arcane Accessories
- name: 'ccbgssse014-spellpack01.esl'
clean:
- crc: 0x44769216
util: 'SSEEdit v4.0.4'
# Arcane Archer Pack
- name: 'ccbgssse002-exoticarrows.esl'
clean:
- crc: 0x7B49228E
util: 'SSEEdit v4.0.4'
# Arms of Chaos
- name: 'ccpewsse002-armsofchaos.esl'
dirty:
- <<: *quickClean
crc: 0x4F8DCE9E
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 9
# Bittercup
- name: 'cckrtsse001_altar.esl'
tag:
- C.Acoustic
- C.Encounter
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
- C.Owner
- C.Water
- Graphics
dirty:
- <<: *quickClean
crc: 0x96C73402
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 10
udr: 12
nav: 5
# Bloodchill Manor
- name: 'cceejsse005-cave.esm'
tag:
- C.Acoustic
- C.Climate
- C.ImageSpace
- C.Light
- C.Location
- C.Music
- C.Name
- C.Water
dirty:
- <<: *quickClean
crc: 0xE8559DF8
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Bone Wolf
- name: 'ccbgssse036-petbwolf.esl'
tag:
- Delev
- Relev
clean:
- crc: 0xDCF322B5
util: 'SSEEdit v4.0.4'
# Bow of Shadows
- name: 'ccbgssse038-bowofshadows.esl'
dirty:
- <<: *quickClean
crc: 0x741E9D72
util: '[SSEEdit v4.0.4](https://www.nexusmods.com/skyrimspecialedition/mods/164)'
itm: 1
# Camping
- name: 'ccqdrsse002-firewood.esl'
clean:
- crc: 0xD4086068
util: 'SSEEdit v4.0.4'
# Chrysamere
- name: 'ccbgssse007-chrysamere.esl'
clean:
- crc: 0x933262F8
util: 'SSEEdit v4.0.4'
# Civil War Champions
- name: 'ccffbsse001-imperialdragon.esl'