Compare commits

...

4 commits

Author SHA1 Message Date
Jacob Adamson
ec9a0c2e76 Mirror of Sized Apparel Retexture 0.24 2022-12-18 11:27:34 -05:00
Jacob Adamson
a0c07fa75a Mirror of Sized Apparel Retexture 0.23 2022-12-08 18:45:33 -05:00
Jacob Adamson
e902635cc5 Mirror of Sized Apparel Retexture 0.20.2 2022-11-16 13:10:05 -05:00
Jacob Adamson
48835abf99 Mirror of Sized Apparel Retexture 0.20.1 2022-11-05 17:31:23 -04:00
2062 changed files with 60 additions and 17 deletions

View file

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Vanilla Weapons Expanded - Heavy Weapons</li>
</mods>
<match Class="PatchOperationSequence">
<success>Normal</success>
<operations>
<li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "VWE_Apparel_Exoframe"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "VWE_Apparel_Exoframe"]/apparel</xpath>
<value>
<tags>
<li>SizedApparel_ShowPrivateCrotch</li>
<li>SizedApparel_IgnorBreastSize</li>
</tags>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "VWE_Apparel_Exoframe"]/apparel/tags</xpath>
<value>
<li>SizedApparel_ShowPrivateCrotch</li>
<li>SizedApparel_IgnorBreastSize</li>
</value>
</match>
</li>
</operations>
</match>
</Operation>
</Patch>

View file

@ -8,11 +8,11 @@
<match Class="PatchOperationSequence"> <match Class="PatchOperationSequence">
<success>Normal</success> <success>Normal</success>
<operations> <operations>
<!-- +++++ Cape +++++ --> <!-- +++++ +++++ -->
<li Class="PatchOperationConditional"> <li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_Cape"]/apparel/tags</xpath> <xpath>Defs/ThingDef[defName = "VAE_Apparel_Hoodie"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd"> <nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_Cape"]/apparel</xpath> <xpath>Defs/ThingDef[defName = "VAE_Apparel_Hoodie"]/apparel</xpath>
<value> <value>
<tags> <tags>
<li>SizedApparel_ShowPrivateCrotch</li> <li>SizedApparel_ShowPrivateCrotch</li>
@ -20,7 +20,7 @@
</value> </value>
</nomatch> </nomatch>
<match Class="PatchOperationAdd"> <match Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_Cape"]/apparel/tags</xpath> <xpath>Defs/ThingDef[defName = "VAE_Apparel_Hoodie"]/apparel/tags</xpath>
<value> <value>
<li>SizedApparel_ShowPrivateCrotch</li> <li>SizedApparel_ShowPrivateCrotch</li>
</value> </value>

View file

@ -3,15 +3,16 @@
<Patch> <Patch>
<Operation Class="PatchOperationFindMod"> <Operation Class="PatchOperationFindMod">
<mods> <mods>
<li>Vanilla Armour Expanded</li> <li>Vanilla Apparel Expanded</li>
</mods> </mods>
<match Class="PatchOperationSequence"> <match Class="PatchOperationSequence">
<success>Normal</success> <success>Normal</success>
<operations> <operations>
<!-- +++++ LabCoatt +++++ -->
<li Class="PatchOperationConditional"> <li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_AdvancedVest"]/apparel/tags</xpath> <xpath>Defs/ThingDef[defName = "VAE_Apparel_LabCoat"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd"> <nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_AdvancedVest"]/apparel</xpath> <xpath>Defs/ThingDef[defName = "VAE_Apparel_LabCoat"]/apparel</xpath>
<value> <value>
<tags> <tags>
<li>SizedApparel_ShowPrivateCrotch</li> <li>SizedApparel_ShowPrivateCrotch</li>
@ -19,7 +20,7 @@
</value> </value>
</nomatch> </nomatch>
<match Class="PatchOperationAdd"> <match Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_AdvancedVest"]/apparel/tags</xpath> <xpath>Defs/ThingDef[defName = "VAE_Apparel_LabCoat"]/apparel/tags</xpath>
<value> <value>
<li>SizedApparel_ShowPrivateCrotch</li> <li>SizedApparel_ShowPrivateCrotch</li>
</value> </value>

View file

@ -15,7 +15,6 @@
<value> <value>
<tags> <tags>
<li>SizedApparel_ShowPrivateCrotch</li> <li>SizedApparel_ShowPrivateCrotch</li>
<li>SizedApparel_IgnorBreastSize</li>
</tags> </tags>
</value> </value>
</nomatch> </nomatch>
@ -23,7 +22,6 @@
<xpath>Defs/ThingDef[defName = "VAE_Apparel_PeltCoat"]/apparel/tags</xpath> <xpath>Defs/ThingDef[defName = "VAE_Apparel_PeltCoat"]/apparel/tags</xpath>
<value> <value>
<li>SizedApparel_ShowPrivateCrotch</li> <li>SizedApparel_ShowPrivateCrotch</li>
<li>SizedApparel_IgnorBreastSize</li>
</value> </value>
</match> </match>
</li> </li>

View file

@ -3,15 +3,16 @@
<Patch> <Patch>
<Operation Class="PatchOperationFindMod"> <Operation Class="PatchOperationFindMod">
<mods> <mods>
<li>Vanilla Armour Expanded</li> <li>Vanilla Apparel Expanded</li>
</mods> </mods>
<match Class="PatchOperationSequence"> <match Class="PatchOperationSequence">
<success>Normal</success> <success>Normal</success>
<operations> <operations>
<!-- +++++ SuitJacket +++++ -->
<li Class="PatchOperationConditional"> <li Class="PatchOperationConditional">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_BulletproofVest"]/apparel/tags</xpath> <xpath>Defs/ThingDef[defName = "VAE_Apparel_SuitJacket"]/apparel/tags</xpath>
<nomatch Class="PatchOperationAdd"> <nomatch Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_BulletproofVest"]/apparel</xpath> <xpath>Defs/ThingDef[defName = "VAE_Apparel_SuitJacket"]/apparel</xpath>
<value> <value>
<tags> <tags>
<li>SizedApparel_ShowPrivateCrotch</li> <li>SizedApparel_ShowPrivateCrotch</li>
@ -19,7 +20,7 @@
</value> </value>
</nomatch> </nomatch>
<match Class="PatchOperationAdd"> <match Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "VAE_Apparel_BulletproofVest"]/apparel/tags</xpath> <xpath>Defs/ThingDef[defName = "VAE_Apparel_SuitJacket"]/apparel/tags</xpath>
<value> <value>
<li>SizedApparel_ShowPrivateCrotch</li> <li>SizedApparel_ShowPrivateCrotch</li>
</value> </value>

View file

@ -1,15 +1,16 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<ModMetaData> <ModMetaData>
<name>Retexture for Sized Apparel</name> <name>Sized Apparel Retexture</name>
<author>zero112</author> <author>zero112</author>
<url></url> <url></url>
<supportedVersions> <supportedVersions>
<li>1.3</li> <li>1.3</li>
<li>1.4</li>
</supportedVersions> </supportedVersions>
<packageId>zero112.SizedApparelRetexture</packageId> <packageId>zero112.SizedApparelRetexture</packageId>
<description> <description>
[version 0.18] [version 0.24]
[for Sized Apparel version 0.92.4] [for Sized Apparel version 1.4Wip23]
This mod is a retexture to the Sized Apparel mod. Install after the main mod. This mod is a retexture to the Sized Apparel mod. Install after the main mod.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more