Beispiel #1
0
 def patches(self):
     return (
         modcore.Patch(self,
                       RSChildrenOverhaulUnofficialSkyrimPatch.Instance(),
                       UnofficialSkyrimPatch.Instance()),
         modcore.Patch(self,
                       RSChildrenOverhaulInterestingNPCPatch.Instance(),
                       InterestingNPCs.Instance()),
     )
Beispiel #2
0
 def patches(self):
     return (modcore.Patch(self, ImmersiveArmorsUNPPatch.Instance(),
                           DimonizedUNPFemaleBody.Instance()), )
Beispiel #3
0
 def patches(self):
     return (modcore.Patch(self, RealVisionFloraPatch.Instance(),
                           RealVisionENB.Instance()), )
Beispiel #4
0
 def patches(self):
     return (modcore.Patch(
         self, VividLandscapesRockingStonesCompatibilityPatch.Instance(),
         VividLandscapesRockingStonesParallax.Instance()), )
Beispiel #5
0
 def patches(self):
     return (modcore.Patch(self, VividLandscapesTundraSMIMPatch.Instance(),
                           StaticMeshImprovementMod.Instance()),
             modcore.Patch(
                 self, VividLandscapesTundraMossMountainPatch.Instance(),
                 VividLandscapesRockingStonesParallax.Instance()))
Beispiel #6
0
 def patches(self):
     return (modcore.Patch(
         self, VividLandscapesDungeonsAndRuinsSMIMPatch.Instance(),
         StaticMeshImprovementMod.Instance()), )
Beispiel #7
0
 def patches(self):
     return (modcore.Patch(
         self, ParallaxTreebark4KSimplyBiggerTreesPatch.Instance(),
         SimplyBiggerTrees.Instance()), )
Beispiel #8
0
 def patches(self):
     return (modcore.Patch(self,
                           SkyrimDistanceOverhaulSkymillsPatch.Instance(),
                           SkyrimDistanceOverhaul.Instance()), )
Beispiel #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()), )
Beispiel #10
0
 def patches(self):
     return (modcore.Patch(
         self, HighDefinitionWoodCuttersAxeFrostfallPatch.Instance(),
         FrostfallSurvival.Instance()), )
Beispiel #11
0
 def patches(self):
     return (modcore.Patch(
         self, ImprovedCombatSoundsEnhancedBloodTexturesPatch.Instance(),
         ImprovedCombatSounds.Instance()), )
Beispiel #12
0
 def patches(self):
     return (modcore.Patch(
         self, VividCloudsAndFogsClimatesOfTamrielPatch.Instance(),
         ClimatesOfTamriel.Instance()), )