Example #1
0
 def patches(self):
     return (
         modcore.Patch(self,
                       RSChildrenOverhaulUnofficialSkyrimPatch.Instance(),
                       UnofficialSkyrimPatch.Instance()),
         modcore.Patch(self,
                       RSChildrenOverhaulInterestingNPCPatch.Instance(),
                       InterestingNPCs.Instance()),
     )
Example #2
0
 def patches(self):
     return (modcore.Patch(self, ImmersiveArmorsUNPPatch.Instance(),
                           DimonizedUNPFemaleBody.Instance()), )
Example #3
0
 def patches(self):
     return (modcore.Patch(self, RealVisionFloraPatch.Instance(),
                           RealVisionENB.Instance()), )
Example #4
0
 def patches(self):
     return (modcore.Patch(
         self, VividLandscapesRockingStonesCompatibilityPatch.Instance(),
         VividLandscapesRockingStonesParallax.Instance()), )
Example #5
0
 def patches(self):
     return (modcore.Patch(self, VividLandscapesTundraSMIMPatch.Instance(),
                           StaticMeshImprovementMod.Instance()),
             modcore.Patch(
                 self, VividLandscapesTundraMossMountainPatch.Instance(),
                 VividLandscapesRockingStonesParallax.Instance()))
Example #6
0
 def patches(self):
     return (modcore.Patch(
         self, VividLandscapesDungeonsAndRuinsSMIMPatch.Instance(),
         StaticMeshImprovementMod.Instance()), )
Example #7
0
 def patches(self):
     return (modcore.Patch(
         self, ParallaxTreebark4KSimplyBiggerTreesPatch.Instance(),
         SimplyBiggerTrees.Instance()), )
Example #8
0
 def patches(self):
     return (modcore.Patch(self,
                           SkyrimDistanceOverhaulSkymillsPatch.Instance(),
                           SkyrimDistanceOverhaul.Instance()), )
Example #9
0
 def patches(self):
     # Depends on hearthfire patch because this mod manager doesn't handle official DLCs.
     # But if the hearthfire patch is included, hearthfire must also be included.
     return (modcore.Patch(
         self, AddPlayerHome_AzuraDawnMansionHearthfirePatch.Instance(),
         UnofficialHearthfirePatch.Instance()), )
Example #10
0
 def patches(self):
     return (modcore.Patch(
         self, HighDefinitionWoodCuttersAxeFrostfallPatch.Instance(),
         FrostfallSurvival.Instance()), )
Example #11
0
 def patches(self):
     return (modcore.Patch(
         self, ImprovedCombatSoundsEnhancedBloodTexturesPatch.Instance(),
         ImprovedCombatSounds.Instance()), )
Example #12
0
 def patches(self):
     return (modcore.Patch(
         self, VividCloudsAndFogsClimatesOfTamrielPatch.Instance(),
         ClimatesOfTamriel.Instance()), )