-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix (Everything) misc patches for many mods and features
- Loading branch information
Showing
10 changed files
with
142 additions
and
25 deletions.
There are no files selected for viewing
Binary file modified
BIN
-512 Bytes
(90%)
Pacas Patches Compilation/1.5/Assemblies/InfiniteMechShields.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
30 changes: 30 additions & 0 deletions
30
...tion/Mods/Races_Xenotypes/Charmweavers/1.5/Patches/Patch_Charmweavers_FacialAnimation.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Patch> | ||
<Operation Class="PatchOperationFindMod"> | ||
<mods> | ||
<li>[NL] Facial Animation - WIP</li> | ||
</mods> | ||
<match Class="PatchOperationFindMod"> | ||
<mods> | ||
<li>ReSplice: Charmweavers</li> | ||
</mods> | ||
<match Class="PatchOperationSequence"> | ||
<operations> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>Defs</xpath> | ||
<value> | ||
<FacialAnimation.EyeballColorDef> | ||
<defName>Pink_EyeColor</defName> | ||
<geneDef>RS_Eyes_Pink</geneDef> | ||
<eyeballColor>RGB(214,36,172)</eyeballColor> | ||
</FacialAnimation.EyeballColorDef> | ||
</value> | ||
</li> | ||
<li Class="PatchOperationRemove"> | ||
<xpath>Defs/GeneDef[defName="RS_Eyes_Pink"]/renderNodeProperties</xpath> | ||
</li> | ||
</operations> | ||
</match> | ||
</match> | ||
</Operation> | ||
</Patch> |
50 changes: 50 additions & 0 deletions
50
...Patches Compilation/Mods/Races_Xenotypes/Seren_from_Stardust/1.5/Patches/Misc_Patches.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Patch> | ||
<Operation Class="PatchOperationSequence"> | ||
<operations> | ||
<!-- Add ammunition to RimCities starting scenarios --> | ||
<li Class="PatchOperationAdd"> | ||
<xpath>Defs/ScenarioDef[defName="SerenRelocated"]/scenario/parts</xpath> | ||
<value> | ||
<li Class="ScenPart_StartingThing_Defined"> | ||
<def>StartingThing_Defined</def> | ||
<thingDef>Ammo_303British_FMJ</thingDef> | ||
<count>120</count> | ||
</li> | ||
<li Class="ScenPart_StartingThing_Defined"> | ||
<def>StartingThing_Defined</def> | ||
<thingDef>Ammo_45ACP_FMJ</thingDef> | ||
<count>90</count> | ||
</li> | ||
</value> | ||
</li> | ||
<li Class="PatchOperationFindMod"> | ||
<mods> | ||
<li>Alpha Animals</li> | ||
</mods> | ||
<match Class="PatchOperationRemove"> | ||
<xpath>Defs/FactionDef[defName="SerenCivilBase" or defName="SerenRoughBase"]/disallowedMemes/li[text()="AA_BiologicalCorruptors"]</xpath> | ||
</match> | ||
</li> | ||
<li Class="PatchOperationFindMod"> | ||
<mods> | ||
<li>Vanilla Traits Expanded</li> | ||
</mods> | ||
<match Class="PatchOperationRemove"> | ||
<xpath>Defs/AlienRace.AlienBackstoryDef[defName="SerenConfectioner"]/forcedTraitsChance/li[2]</xpath> | ||
</match> | ||
</li> | ||
<li Class="PatchOperationFindMod"> | ||
<mods> | ||
<li>Anomaly</li> | ||
</mods> | ||
<match Class="PatchOperationReplace"> | ||
<xpath>Defs/CreepJoinerFormKindDef[defName="OL_SerenCreepDrifter"]/weaponMoney</xpath> | ||
<value> | ||
<weaponMoney>80~400</weaponMoney> | ||
</value> | ||
</match> | ||
</li> | ||
</operations> | ||
</Operation> | ||
</Patch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
Pacas Patches Compilation/Mods/Races_Xenotypes/Seren_from_Stardust/1.5/Patches/Scenarios.xml
This file was deleted.
Oops, something went wrong.
50 changes: 50 additions & 0 deletions
50
...mpilation/Mods/Simple_Mods/BetterGeneInheritance/1.5/Patches/Patch_DominantGene_Races.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Patch> | ||
<Operation Class="XmlExtensions.FindMod"> | ||
<mods> | ||
<li>Better Gene Inheritance</li> | ||
<li>Vanilla Races Expanded - Phytokin</li> | ||
</mods> | ||
<logic>and</logic> | ||
<caseTrue> | ||
<Operation Class="PatchOperationAdd"> | ||
<xpath>Defs/XenotypeDef[defName="VRE_Poluxkin"]/genes</xpath> | ||
<value> | ||
<li>BGI_DominantGenes</li> | ||
</value> | ||
</Operation> | ||
</caseTrue> | ||
</Operation> | ||
|
||
<Operation Class="XmlExtensions.FindMod"> | ||
<mods> | ||
<li>Better Gene Inheritance</li> | ||
<li>Nephilim Xenotype</li> | ||
</mods> | ||
<logic>and</logic> | ||
<caseTrue> | ||
<Operation Class="PatchOperationAdd"> | ||
<xpath>Defs/XenotypeDef[defName="Nephilim"]/genes</xpath> | ||
<value> | ||
<li>BGI_DominantGenes</li> | ||
</value> | ||
</Operation> | ||
</caseTrue> | ||
</Operation> | ||
|
||
<Operation Class="XmlExtensions.FindMod"> | ||
<mods> | ||
<li>Better Gene Inheritance</li> | ||
<li>AsariRace</li> | ||
</mods> | ||
<logic>and</logic> | ||
<caseTrue> | ||
<Operation Class="PatchOperationAdd"> | ||
<xpath>Defs/XenotypeDef[defName="Baseline_Asari"]/genes</xpath> | ||
<value> | ||
<li>BGI_DominantGenes</li> | ||
</value> | ||
</Operation> | ||
</caseTrue> | ||
</Operation> | ||
</Patch> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters