loot/skyrimse

OCW Obscure College of Winterhold: False warning

suamor opened this issue · 2 comments

Installed: OCW Obscure College of Winterhold
Installed: TGC Winterhold
Loot complains about missing compatibility patch.
But the patch is installed: OCW_TGCs_FEPatch.esp.
There are two compatibility patches (it is stated in the installer that only one of those patches are to be used. The larger patch that I use contains changes of the smaller one).

      - <<: *patchIncluded
        subs: [ 'The Great Cities - Minor Cities and Towns' ]
        condition: 'active("The Great Cities - Minor Cities and Towns.esp") and not active("OCW_TGCs_FEPatch.esp")'
      - <<: *patchIncluded
        subs: [ 'The Great City of Winterhold' ]
        condition: 'active("The Great City of Winterhold.esp") and not active("OCW_TGCoW_FEPatch.esp")'

OCW_TGCs_FEPatch.esp is for The Great Cities - Minor Cities and Towns.esp.
OCW_TGCoW_FEPatch.esp is for The Great City of Winterhold.esp.

Don't select both options in the installer, as it will only install the Minor Cities and Towns patch.

The patches also each have their corresponding TGC plugin as a master, so you'll get the appropriate error when the patch is active without all of its masters. Therefore, this issue can be closed as invalid since LOOT already handles the situation appropriately.