mirror of
https://gitgud.io/Tory/rimnude-unofficial.git
synced 2024-08-15 00:03:30 +00:00
2.2.14.8
This commit is contained in:
parent
6ba0dd290d
commit
3f8f8b3006
23 changed files with 16190 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Manifest>
|
||||
<version>2.2.14.7</version>
|
||||
<version>2.2.14.8</version>
|
||||
<manifestUri>https://gitgud.io/Tory/rimnude-unofficial/-/raw/master/About/Manifest.xml</manifestUri>
|
||||
<downloadUri>https://gitgud.io/Tory/rimnude-unofficial/</downloadUri>
|
||||
</Manifest>
|
||||
|
|
2560
Extra Patches/1.2 and 1.3 Colored Nudes/Patches/NudePatch-Bori.xml
Normal file
2560
Extra Patches/1.2 and 1.3 Colored Nudes/Patches/NudePatch-Bori.xml
Normal file
File diff suppressed because it is too large
Load diff
133
Extra Patches/Revealing Apparel/Patches/ApparelPatch - Bori.xml
Normal file
133
Extra Patches/Revealing Apparel/Patches/ApparelPatch - Bori.xml
Normal file
|
@ -0,0 +1,133 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- It is not necessary to list every bodypart, only those you want to reveal because they are covered (E.g., crotchless pants that cover "Legs" would only need an entry for "Genitals/FeaturelessCrotch") More won't break anything, but you can save yourself some work. -->
|
||||
<!-- The code works this way: -->
|
||||
<!-- - The CanDraw() method of AlienRaces returns a false, my code then checks if CanDrawRevealing() might be true -->
|
||||
<!-- - It makes a list of all clothes the character is wearing that would cover the bodyAddon, using the bodypartgroup (Eg. Torso, Legs) as defined in the bodyAddon Def entry <hiddenUnderApparelFor> -->
|
||||
<!-- - If every clothing item on that list has a revealingPath entry matching both the <path> defined for the bodyAddon and our pawn's bodytpe, the bodyAddon gets drawn -->
|
||||
<!-- - This should work for any type of bodyaddon, e.g. tails too. -->
|
||||
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Bori race</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<success>Normal</success>
|
||||
<operations>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="BD_MilitaryStyleCoat"]</xpath>
|
||||
<value>
|
||||
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||
<revealingBodyPartEntries>
|
||||
<li>
|
||||
<revealingPath>Genitals/FeaturelessCrotch</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
<li>Female</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Testicles/FeaturelessTesticles</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
<li>Female</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Pubes/Pubes</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
<li>Female</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
<li>Female</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
<li>Female</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
</revealingBodyPartEntries>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="Bori_DogTag"]</xpath>
|
||||
<value>
|
||||
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||
<revealingBodyPartEntries>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
<li>Female</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
<li>Female</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
</revealingBodyPartEntries>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="SP_Special"]</xpath>
|
||||
<value>
|
||||
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||
<revealingBodyPartEntries>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
<li>Female</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
<li>Female</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
</revealingBodyPartEntries>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<xpath>Defs/ThingDef[defName="SP_BellTag"]</xpath>
|
||||
<value>
|
||||
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||
<revealingBodyPartEntries>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
<li>Female</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
<li>Female</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
</revealingBodyPartEntries>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
260
Extra Patches/Revealing Apparel/Patches/ApparelPatch - Yuran.xml
Normal file
260
Extra Patches/Revealing Apparel/Patches/ApparelPatch - Yuran.xml
Normal file
|
@ -0,0 +1,260 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- It is not necessary to list every bodypart, only those you want to reveal because they are covered (E.g., crotchless pants that cover "Legs" would only need an entry for "Genitals/FeaturelessCrotch") More won't break anything, but you can save yourself some work. -->
|
||||
<!-- The code works this way: -->
|
||||
<!-- - The CanDraw() method of AlienRaces returns a false, my code then checks if CanDrawRevealing() might be true -->
|
||||
<!-- - It makes a list of all clothes the character is wearing that would cover the bodyAddon, using the bodypartgroup (Eg. Torso, Legs) as defined in the bodyAddon Def entry <hiddenUnderApparelFor> -->
|
||||
<!-- - If every clothing item on that list has a revealingPath entry matching both the <path> defined for the bodyAddon and our pawn's bodytpe, the bodyAddon gets drawn -->
|
||||
<!-- - This should work for any type of bodyaddon, e.g. tails too. -->
|
||||
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Yuran race</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<success>Normal</success>
|
||||
<operations>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<!-- Yuran baeg-un -->
|
||||
<xpath>Defs/ThingDef[defName="YR_AP_WhiteOutCloth"]</xpath>
|
||||
<value>
|
||||
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||
<revealingBodyPartEntries>
|
||||
<li>
|
||||
<revealingPath>Genitals/FeaturelessCrotch</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Testicles/FeaturelessTesticles</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Pubes/Pubes</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
</revealingBodyPartEntries>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<!-- Yuran charm of the earth -->
|
||||
<xpath>Defs/ThingDef[defName="YR_AP_Sharp"]</xpath>
|
||||
<value>
|
||||
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||
<revealingBodyPartEntries>
|
||||
<li>
|
||||
<revealingPath>Genitals/FeaturelessCrotch</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Testicles/FeaturelessTesticles</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Pubes/Pubes</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
</revealingBodyPartEntries>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<!-- Yuran charm of the forest -->
|
||||
<xpath>Defs/ThingDef[defName="YR_AP_Blunt"]</xpath>
|
||||
<value>
|
||||
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||
<revealingBodyPartEntries>
|
||||
<li>
|
||||
<revealingPath>Genitals/FeaturelessCrotch</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Testicles/FeaturelessTesticles</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Pubes/Pubes</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
</revealingBodyPartEntries>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<!-- Yuran charm of water -->
|
||||
<xpath>Defs/ThingDef[defName="YR_AP_Heat"]</xpath>
|
||||
<value>
|
||||
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||
<revealingBodyPartEntries>
|
||||
<li>
|
||||
<revealingPath>Genitals/FeaturelessCrotch</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Testicles/FeaturelessTesticles</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Pubes/Pubes</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
</revealingBodyPartEntries>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<!-- Yuran heug-un -->
|
||||
<xpath>Defs/ThingDef[defName="YR_AP_BlackSunOutCloth"]</xpath>
|
||||
<value>
|
||||
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||
<revealingBodyPartEntries>
|
||||
<li>
|
||||
<revealingPath>Genitals/FeaturelessCrotch</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Testicles/FeaturelessTesticles</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Pubes/Pubes</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
</revealingBodyPartEntries>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<!-- Yuran unmu -->
|
||||
<xpath>Defs/ThingDef[defName="YR_AP_WhiteSeeCape"]</xpath>
|
||||
<value>
|
||||
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||
<revealingBodyPartEntries>
|
||||
<li>
|
||||
<revealingPath>Genitals/FeaturelessCrotch</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Testicles/FeaturelessTesticles</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Genitals/Pubes/Pubes</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
<li>
|
||||
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||
<revealingBodyTypes>
|
||||
<li>Thin</li>
|
||||
</revealingBodyTypes>
|
||||
</li>
|
||||
</revealingBodyPartEntries>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
1337
Patches/NudePatch-AuRa.xml
Normal file
1337
Patches/NudePatch-AuRa.xml
Normal file
File diff suppressed because it is too large
Load diff
1290
Patches/NudePatch-Black Plague.xml
Normal file
1290
Patches/NudePatch-Black Plague.xml
Normal file
File diff suppressed because it is too large
Load diff
1336
Patches/NudePatch-Outland - Motz Coalition.xml
Normal file
1336
Patches/NudePatch-Outland - Motz Coalition.xml
Normal file
File diff suppressed because it is too large
Load diff
1336
Patches/NudePatch-Outland - Redburn Pact - Orc.xml
Normal file
1336
Patches/NudePatch-Outland - Redburn Pact - Orc.xml
Normal file
File diff suppressed because it is too large
Load diff
1336
Patches/NudePatch-Outland - Redburn Pact - Smol.xml
Normal file
1336
Patches/NudePatch-Outland - Redburn Pact - Smol.xml
Normal file
File diff suppressed because it is too large
Load diff
1336
Patches/NudePatch-Outland - Redburn Pact.xml
Normal file
1336
Patches/NudePatch-Outland - Redburn Pact.xml
Normal file
File diff suppressed because it is too large
Load diff
1336
Patches/NudePatch-Planet of the Apes.xml
Normal file
1336
Patches/NudePatch-Planet of the Apes.xml
Normal file
File diff suppressed because it is too large
Load diff
1337
Patches/NudePatch-Togruta.xml
Normal file
1337
Patches/NudePatch-Togruta.xml
Normal file
File diff suppressed because it is too large
Load diff
1336
Patches/NudePatch-Viera.xml
Normal file
1336
Patches/NudePatch-Viera.xml
Normal file
File diff suppressed because it is too large
Load diff
1228
Patches/NudePatch-Yuran.xml
Normal file
1228
Patches/NudePatch-Yuran.xml
Normal file
File diff suppressed because it is too large
Load diff
BIN
Textures/Things/Pawn/Sheep/Bodies/Naked_Female_east.png
Normal file
BIN
Textures/Things/Pawn/Sheep/Bodies/Naked_Female_east.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
Textures/Things/Pawn/Sheep/Bodies/Naked_Female_north.png
Normal file
BIN
Textures/Things/Pawn/Sheep/Bodies/Naked_Female_north.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
Textures/Things/Pawn/Sheep/Bodies/Naked_Female_south.png
Normal file
BIN
Textures/Things/Pawn/Sheep/Bodies/Naked_Female_south.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
Textures/Yuran/Yuranlike/Bodies/Naked_Thin_east.png
Normal file
BIN
Textures/Yuran/Yuranlike/Bodies/Naked_Thin_east.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
Textures/Yuran/Yuranlike/Bodies/Naked_Thin_north.png
Normal file
BIN
Textures/Yuran/Yuranlike/Bodies/Naked_Thin_north.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
Textures/Yuran/Yuranlike/Bodies/Naked_Thin_south.png
Normal file
BIN
Textures/Yuran/Yuranlike/Bodies/Naked_Thin_south.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
|
@ -1,15 +1,33 @@
|
|||
ver 2.2.18 Unofficial
|
||||
- Nude Patches Added
|
||||
Black Plague (𝓡𝓮𝓷𝓮´ 𝓦𝓸𝓵𝓯𝓰𝓪𝓷𝓰 (Sesaon))
|
||||
Outland - Redburn Pact (𝓡𝓮𝓷𝓮´ 𝓦𝓸𝓵𝓯𝓰𝓪𝓷𝓰 (Sesaon))
|
||||
Outland - Motz Coalition (𝓡𝓮𝓷𝓮´ 𝓦𝓸𝓵𝓯𝓰𝓪𝓷𝓰 (Sesaon))
|
||||
Planet of the Apes (𝓡𝓮𝓷𝓮´ 𝓦𝓸𝓵𝓯𝓰𝓪𝓷𝓰 (Sesaon))
|
||||
Erin's Viera (Lux-Vertas)
|
||||
Togruta (Lux-Vertas)
|
||||
Erin's Au Ra (Lux-Vertas)
|
||||
Yuran (CnArmor)
|
||||
Bori (CnArmor)
|
||||
- Revealing Apparel Patch Added
|
||||
Yuran (CnArmor)
|
||||
Bori (CnArmor)
|
||||
- Textures Added
|
||||
Yuran (CnArmor)
|
||||
Bori (CnArmor)
|
||||
|
||||
ver 2.2.14.7 Unofficial
|
||||
- Nude Patches Added
|
||||
Dreemurr (Trahspanda)
|
||||
Espurr (Trahspanda)
|
||||
Furret (Trahspanda)
|
||||
Gardevoir (Trahspanda)
|
||||
Lucario (Trahspanda)
|
||||
MegaLucario (Trahspanda)
|
||||
Meowstic (Trahspanda)
|
||||
Slothkin (Trahspanda)
|
||||
Zeraora (Trahspanda)
|
||||
Zoroark (Trahspanda)
|
||||
Dreemurr (TrahsPanda)
|
||||
Espurr (TrahsPanda)
|
||||
Furret (TrahsPanda)
|
||||
Gardevoir (TrahsPanda)
|
||||
Lucario (TrahsPanda)
|
||||
MegaLucario (TrahsPanda)
|
||||
Meowstic (TrahsPanda)
|
||||
Slothkin (TrahsPanda)
|
||||
Zeraora (TrahsPanda)
|
||||
Zoroark (TrahsPanda)
|
||||
|
||||
ver 2.2.14.6 Unofficial
|
||||
- Updated Loadfolders.xml, disables revealing apparel when sized apparel is active
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue