forked from loot/oblivion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmasterlist.yaml
25203 lines (25201 loc) · 714 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 ''globals'' or ''plugins'', so a section like this is useful for storing data that gets re-used.
common:
# Files
- &OBSE
name: '..\obse_loader.exe'
display: '[OBSE](http://obse.silverlock.org)'
# Conditions
- &nehrimCond
active("Nehrim.esm")
- &tes4Cond
active("Oblivion.esm")
- &FCOMCond
active("FCOM_Convergence.esm")
- &OOOCond
active("Oscuro's_Oblivion_Overhaul.esm")
- &coblCond
active("Cobl Main.esm")
# Messages
- &masterReassign
type: say
content: 'The Oblivion.esm master must be reassigned to "Nehrim.esm".'
condition: *nehrimCond
- &useNehrimVer
type: error
content: 'Use the Nehrim version instead.'
condition: *nehrimCond
- &doNotClean
type: say
content: 'Do not clean ITM records, they are intentional and required for the mod to function.'
- &needsCleaning
type: say
content: 'Needs [TES4Edit cleaning](http://cs.elderscrolls.com/index.php?title=TES4Edit_Cleaning_Guide).'
# Other Strings
- &dirtyUtil
'[TES4Edit](http://cs.elderscrolls.com/index.php?title=TES4Edit_Cleaning_Guide)'
globals:
- type: say
condition: 'version("LOOT","0.5.0.0",<=)'
content: 'All Beta updates for LOOT (v0.5.0) can be downloaded [here](https://github.com/loot/loot/releases).'
- type: say
content:
- lang: en
str: '[Latest LOOT thread](http://forums.bethsoft.com/topic/1492334-wip-bossloot-development-thread-5/).'
- lang: ru
str: '[Обсуждение LOOT \"(Eng)\"](http://forums.bethsoft.com/topic/1492334-wip-bossloot-development-thread-5/).'
- lang: es
str: '[Forum de LOOT](http://forums.bethsoft.com/topic/1492334-wip-bossloot-development-thread-5/).'
plugins:
- name: 'Oblivion.esm'
msg:
- type: error
content: 'This must not be activated. However, it can be useful when porting Oblivion mods to Nehrim.'
condition: 'active("Oblivion.esm") and active("Nehrim.esm")'
- name: 'Oblivion_1.1.esm'
msg:
- type: say
content: 'A modding esm - do not use in game, deactivate.'
- name: 'Oblivion_SI.esm'
msg:
- type: say
content: 'A modding esm - do not use in game, deactivate.'
- name: 'Oblivion_GOTY non-SI.esm'
msg:
- type: say
content: 'A modding esm - do not use in game, deactivate.'
- name: 'Hammerfell.esm'
dirty:
- crc: 0x7d22f9df
util: *dirtyUtil
udr: 4
- name: 'GTAesgaard_2.esm'
msg:
- type: warn
content: 'This needs to load directly after Oblivion.esm to avoid landscape issues caused by a failure by the mod author to use TES4Gecko''s "Move Worldspaces" function.'
priority: -3
- name: 'DibellasWatch.esm'
msg:
- type: warn
content: 'This needs to load directly after Oblivion.esm to avoid landscape issues caused by a failure by the mod author to use TES4Gecko''s "Move Worldspaces" function.'
priority: -3
- name: 'Belas.esm'
msg:
- type: error
content: 'Part of Chronicles of Reeb. Do not use. Has serious landscape issues due to editing the Tamriel worldspace. Uninstall and delete.'
- name: 'Morrowind_ob.esm'
msg:
- type: warn
content: 'This needs to load directly after Oblivion.esm to avoid landscape issues caused by a failure by the mod author to use TES4Gecko''s "Move Worldspaces" function.'
priority: -3
- name: 'Silgrad_Tower.esm'
inc:
- 'Silgrad_Tower_T.esm'
- name: 'Silgrad_Tower_T.esm'
inc:
- 'Silgrad_Tower.esm'
- name: 'Beautiful People 2ch-Ed.esm'
tag:
- Eyes
- Graphics
- Hair
- R.Relations
- name: 'xeoex.esm'
tag:
- Body-F
- Body-M
- Body-Size-F
- Body-Size-M
- Eyes
- name: 'EnhancedWeatherSIOnly.esm'
msg:
- type: error
content: 'Obsolete. Remove this and install Enhanced Weather.'
- name: 'Francesco''s Leveled Creatures-Items Mod.esm'
tag:
- Actors.ACBS
- Actors.AIData
- Actors.AIPackages
- Actors.CombatStyle
- Actors.DeathItem
- Actors.Stats
- Delev
- Invent
- NpcFaces
- Relev
- Scripts
- Stats
dirty:
- crc: 0x17f6fd1a
itm: 6
util: *dirtyUtil
- name: 'Francesco''s Optional New Items Add-On.esm'
tag:
- Delev
- Relev
dirty:
- crc: 0xdfd4fb97
itm: 2
util: *dirtyUtil
- name: 'Francesco''s Optional New Creatures Add-On.esm'
inc:
- 'FCOM_Convergence.esm'
tag:
- Actors.AIPackages
- Delev
- Factions
- Invent
- Relations
- Relev
- Scripts
- name: 'Crafting Skill Engine.esm'
inc:
- 'Retros Fletching and Imbueing 1.7.1_rus.esp'
- name: 'HorseCombatMaster.esm'
msg: [ *masterReassign ]
- name: 'Tamrielic Ingredients.esm'
inc:
- 'Cobl Main.esm'
- name: 'Cobl Main.esm'
inc:
- 'Tamrielic Ingredients.esm'
- name: 'Item interchange.esm'
msg:
- type: error
content: 'Outdated. All functions are now handled by Cobl.esm. Update to the latest versions of ''Item Interchange'' and Cobl.'
- name: 'Qarls_Harvest.esm'
tag:
- Scripts
- name: 'DEJ Harvest - Flora.esm'
msg:
- type: error
content: 'Obsolete. Update to ''Harvest [Flora]'' v3.0.1+.'
- name: 'Tamriel''s Glittering Geology.esm'
inc:
- 'Oscuro''s_Oblivion_Overhaul.esm'
- name: 'Oscuro''s_Oblivion_Overhaul.esm'
msg: [ *doNotClean ]
tag:
- Actors.Spells
- Graphics
- Invent
- Relations
- Scripts
- Stats
- name: -Relations
condition: 'file("Mart''s Monster Mod for OOO.esm") or file("FCOM_Convergence.esm")'
- name: 'Mart''s Monster Mod.esm'
tag:
- Actors.AIData
- Actors.AIPackages
- Actors.Spells
- Actors.Stats
- Delev
- Factions
- Graphics
- Invent
- Names
- Relations
- Relev
- Scripts
- Stats
- name: 'Mart''s Monster Mod for OOO.esm'
inc:
- 'FCOM_Convergence.esm'
tag:
- Delev
- Factions
- Relations
- Relev
- name: 'Waalx Animals & Creatures.esm'
inc:
- 'FCOM_Convergence.esm'
- 'Oscuro''s_Oblivion_Overhaul.esm'
- 'Francesco''s Leveled Creatures-Items Mod.esm'
- 'Mart''s Monster Mod.esm'
- name: 'FCOM_Convergence.esm'
tag:
- Delev
- Factions
- Relations
- Relev
- name: 'Armamentarium.esm'
tag:
- Relev
- name: 'ArmamentariumFran.esm'
tag:
- Relev
- name: 'ArmamentariumEnchanted.esm'
msg:
- type: error
content: 'Outdated, included in Armamentarium Complete.'
- name: 'bookplacing.esm'
msg:
- type: warn
content: 'Check you are using v2+. If not, Update. v1 has a severe bug with the Mystic Emporium disappearing.'
- name: 'No Lights Flicker.esm'
msg:
- type: say
content: 'Use Wrye Bash Bashed Patch tweak instead.'
condition: 'regex("Bashed Patch.*\.esp")'
- name: 'TLS Modded Mannequins.esm'
inc:
- 'Reznod_Mannequin.esp'
- name: 'DKImperials.esm'
tag:
- Eyes
- Hair
- name: 'Minotaur Race.esm'
req:
- *OBSE
- name: 'Race Repository.esm'
display: '[Playable and NPC Creatures (only Race Repository.esm)](http://oblivion.nexusmods.com/mods/31821)'
dirty:
- crc: 0x477340c8
itm: 7
util: *dirtyUtil
- name: 'x117race.esm'
tag:
- Hair
- name: 'Chocolate Elves.esm'
tag:
- Eyes
- Hair
- NpcFaces
- R.Relations
- name: 'Independent High Elf Body (Replace)(v1.1).esm'
tag:
- Eyes
- Hair
- NpcFaces
- R.Relations
- name: 'p2p''sAshDraconian.esm'
tag:
- Eyes
- Hair
- NpcFaces
- R.Relations
- name: 'SPTDiverseGuards-Resources.esm'
inc:
- 'Oscuro''s_Oblivion_Overhaul.esm'
- name: 'John''s Leveled List Overhaul.esm'
tag:
- Graphics
- name: 'Diverse Magic Effects Resource.esm'
req:
- *OBSE
- name: 'OBSE\Plugins\OBME.dll'
display: '[Oblivion Magic Extender](http://oblivion.nexusmods.com/mods/31981)'
# Tag with priority: -2
- name: 'Essential_Merchants.esp'
tag:
- Actors.ACBS
- NoMerge
priority: -2
- name: 'HrmnsOblivionScriptOptimizationv1.0.esp'
msg:
- type: warn
content: 'Not recommended for use as there is no measurable performance improvement, and it breaks the Shivering Isles by changing some FormIDs, causing a script to be written into cell data.'
condition: 'checksum("HrmnsOblivionScriptOptimizationv1.0.esp",82FC20B8)'
- type: warn
content: 'Not recommended for use as there is no measurable performance improvement.'
condition: 'checksum("HrmnsOblivionScriptOptimizationv1.0.esp",FEED7422)'
priority: -2
- name: 'HrmnsOblivionScriptOptimizationv SI 1.0.esp'
msg:
- type: warn
content: 'Not recommended for use as there is no measurable performance improvement.'
priority: -2
- name: 'Skillbookssave.esp'
msg:
- type: say
content: 'If not using Wrye Bash load this later (though then it will override some things).'
tag:
- Scripts
priority: -2
- name: 'OBSE Save Skill Books For Later DV.esp'
msg:
- type: say
content: 'If not using Wrye Bash load this later (though then it will override some things).'
tag:
- Scripts
priority: -2
- name: 'Book Jackets Oblivion - SSBFL.esp'
inc:
- 'Skillbookssave.esp'
msg:
- type: say
content: 'If not using Wrye Bash load this later (though then it will override some things).'
tag:
- Graphics
- Scripts
priority: -2
- name: 'Book Jackets Oblivion - BP - SSBFL.esp'
inc:
- 'Skillbookssave.esp'
msg:
- type: say
content: 'If not using Wrye Bash load this later (though then it will override some things).'
tag:
- Graphics
- Scripts
priority: -2
- name: 'Oblivion Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
priority: -2
- name: 'CyrodiilUpgradeResourcePack Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
priority: -2
- name: 'SoVvM Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
priority: -2
- name: 'Oblivion_SI Vwalk Full.esp'
msg:
- type: error
content: 'Outdated. Update to the latest version of Sensual Walks and use Wrye Bash to merge the Sensual Walks patches.'
tag:
- Actors.Anims
- NoMerge
priority: -2
- name: 'TRoN.esp'
dirty:
- crc: 0x8a09b1f1
util: *dirtyUtil
itm: 9
udr: 3
priority: -2
- name: 'TRoN 0-59-1b Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
priority: -2
- name: 'TRoN Rwalk.esp'
msg:
- type: say
content: 'Outdated. Update to Sensual Walks.'
tag:
- Actors.Anims
- NoMerge
priority: -2
- name: 'TRoN Swalk.esp'
msg:
- type: say
content: 'Outdated. Update to Sensual Walks.'
tag:
- Actors.Anims
- NoMerge
priority: -2
- name: 'TRoN Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
priority: -2
- name: 'Underdark v1.1 Delayer.esp'
msg:
- type: say
content: 'Versions less than 3.1 may cause the quest being patched to restart if installed after the quest has started. Update to the latest delayer if you suspect a problem.'
priority: -2
- name: '!Oblivion_PL.esp'
tag:
- Names
priority: -2
- name: 'tes4-CHS-main.esp'
tag:
- Names
priority: -2
# These should all be tagged with Deactivate, NoMerge, and NPCFaces, and should have priority -2.
- name: 'Better Looking NPC.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'EURN.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'xeoex.esp'
tag:
- Eyes
- Graphics
- Hair
- NPC.Race
- NpcFaces
- R.Ears
- R.Head
- R.Mouth
- R.Teeth
priority: -2
- name: 'xeoex Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
priority: -2
- name: 'xeosp++.esp'
tag:
- Body-F
- Body-M
- Body-Size-F
- Body-Size-M
- Eyes
- Graphics
- Hair
- NPC.Race
- NpcFaces
priority: -2
- name: 'xeosp++ Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
priority: -2
- name: 'TNR - THE REDGUARDS.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - THE DUNMER.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - THE IMPERIALS.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - THE BRETONS.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - THE ALTMER.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - THE BOSMER.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - THE NORDS.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - THE ORCS.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - THE KHAJIIT.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - THE ARGONIANS.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - all.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR- All Races.esp'
inc:
- 'Cobl Races TNR.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR ALL RACES FINAL.esp'
inc:
- 'Cobl Races TNR.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - ALL RACES FINAL.esp'
inc:
- 'Cobl Races TNR.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - ALL RACES FINAL DV.esp'
inc:
- 'Cobl Races TNR.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR ALL RACES FINAL Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
- name: 'TNR - All Races for OOO.esp'
inc:
- 'Cobl Races TNR.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - ShiveringIsles.esp'
inc:
- 'Cobl Races TNR SI.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - ShiveringIsles no helms.esp'
inc:
- 'Cobl Races TNR SI.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TNR - ShiveringIsles no helms Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
- name: 'Tamriel NPCs Revamped.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Oblivion_SI Vwalk Full TNR.esp'
msg:
- type: say
content: 'Outdated. Update to the latest version of Sensual Walks and use Wrye Bash to merge the Sensual Walks patches.'
tag:
- Actors.Anims
- NoMerge
- name: 'Cobl Races TNR.esp'
msg:
- type: say
content: 'Requires: the Cobl Cosmetics Res 01 files installed.'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Cobl Races TNR SI.esp'
msg:
- type: say
content: 'Requires: the Cobl Cosmetics Res 01 files installed.'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Cobl - NPCDiversity - TNR Merge.esp'
msg:
- type: say
content: 'Obsolete. Remove this and install either Cobl Races TNR.esp or Cobl Races TNR SI.esp.'
tag:
- Deactivate
- Invent
- NoMerge
- NpcFaces
priority: -2
- name: 'TweakedGenericFaces.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'TweakedGenericFaces-LITE.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Better-Horse-Eyes.esp'
tag:
- Deactivate
- Graphics
- NoMerge
- NpcFaces
priority: -2
- name: 'Younger Hotter NPC''s 0.99.esp'
msg:
- type: say
content: 'Outdated. Update to version 1+.'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Younger Hotter NPC''s v1.0.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Younger Hotter NPC''s v1.0 Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
- name: 'Younger Hotter NPC''s v1.0_GE.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'YoungerHotterNPCwithPussies.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'YH Orcs v1.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Ren''s hair on Young Hot NPCs.esp'
tag:
- Deactivate
- Hair
- NoMerge
- NpcFaces
priority: -2
- name: 'Ren''s hair on Young Hot NPCs Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
- name: 'Younger Women''s_1C Gold.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Beautiful_Women_NiceOnly.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
dirty:
- crc: 0x2c6e9200
util: *dirtyUtil
itm: 10
- name: 'Beautiful_Women_DB_Addon.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Beautiful_Women_SI.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Beautiful_Women_Vampires.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Beautiful_Women_Vampires_50.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Beautiful_Women_DB_Addon Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
- name: 'Beautiful_Women_NiceOnly Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
- name: 'Beautiful_Women_NotSoNice_Bonus.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Beautiful_Women_NotSoNice_Bonus Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
- name: 'Beautiful_Women_SI Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
- name: 'Beautiful_Women_Vampires_50 VWalk.esp'
tag:
- Actors.Anims
- NoMerge
- name: 'Beautiful Women Vwalk Full.esp'
msg:
- type: say
content: 'Outdated. Update to the latest version of Sensual Walks and use Wrye Bash to merge the Sensual Walks patches.'
tag:
- Actors.Anims
- NoMerge
- name: 'Beautiful_Women_Vampires Vwalk.esp'
tag:
- Actors.Anims
- NoMerge
- name: 'Beautiful_Women_Revised.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Beautiful_Women_Revised_DB.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Beautiful_Women_Revised_SI.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Beautiful_Women_Revised_NotSoNice.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Handsome_Gents_Addon.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Handsome_Gents_DB_Addon.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Handsome_Gents_SI.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Handsome_Gents_Vampires.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Handsome_Gents_Vampires_50.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Handsome_Gents_Bonus.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Handsome_Gents_Revised.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Handsome_Gents_Revised_DB.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Handsome_Gents_Revised_SI.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'emperorface.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
dirty:
- crc: 0xaa25a555
util: *dirtyUtil
itm: 3
- name: 'Absolutely_Sexy_MarketDistrict.esp'
tag:
- Deactivate
- Invent
- NoMerge
- NpcFaces
priority: -2
- name: 'YoungerNPCs.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Colourwheels Sexy Female NPCs.esp'
tag:
- Actors.Anims
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Colourwheels Sexy Female NPCs Vwalk.esp'
tag:
- Actors.Anims
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'ChangeSomeCyrodiilLadies.esp'
msg:
- type: say
content: 'Outdated. Update to CSCP.esp.'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'CSCP.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Beautiful Amazon.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'BeautifulJensine.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Prettier Vampire Faces.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'Better Faces.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'BPFace_Oblivion.esp'
tag:
- Actors.ACBS
- NoMerge
- NPC.Race
- NpcFaces
priority: -2
- name: 'LD_Patrick_Stewart_Sean_Bean.esp'
tag:
- NPC.Race
- NpcFaces
priority: -2
- name: 'TolkieneElderElf.esp'
tag:
- Deactivate
- NoMerge
- NpcFaces
priority: -2
- name: 'OblivionMsg.esp'
tag:
- Names
dirty:
- crc: 0xf0ee32c5
util: *dirtyUtil
itm: 100
- name: 'AtiAAFix.esp'
msg:
- type: say
content: 'Use only for 9600, 9700, 9800, some x800 and x300 series ATI cards.'
- name: 'AtiAAFix_1C.esp'
msg:
- type: say
content: 'Use only for 9600, 9700, 9800, some x800 and x300 series ATI cards.'
- name: 'nVidia Black Screen Fix.esp'
msg:
- type: say
content: 'Use Wrye Bash Bashed Patch tweak instead.'
condition: 'regex("Bashed Patch.*\.esp")'
- type: say
content: 'Alternatively, remove this and use UOP v3.0.1+ instead.'
- name: 'Black Screen Fix.esp'
msg:
- type: say
content: 'Use Wrye Bash Bashed Patch tweak instead.'
condition: 'regex("Bashed Patch.*\.esp")'
- type: say
content: 'Alternatively, remove this and use UOP v3.0.1+ instead.'
- name: 'Arcana Restored.esp'
inc:
- 'Unofficial Oblivion Patch.esp'
dirty:
- crc: 0x69d1d5e0
util: *dirtyUtil
udr: 3
itm: 1
- crc: 0xc954deb3
util: *dirtyUtil
udr: 3
- name: 'Erthor_Fix-2593.esp'
inc:
- 'Unofficial Oblivion Patch.esp'
- name: 'Hermaeus Mora Daedric Quest Fix.esp'
inc:
- 'Unofficial Oblivion Patch.esp'
- name: 'UnRacefix.esp'
inc:
- 'Unofficial Oblivion Patch.esp'
- name: 'Ultimate_Heist_Fix-4880.esp'
inc:
- 'Unofficial Oblivion Patch.esp'
- name: 'fix_Brush_of_Death-3144.esp'
inc: