diff --git a/About/Manifest.xml b/About/Manifest.xml index 21f3a47..3216334 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,6 +1,6 @@ - 2.2.15 + 2.2.15.1 https://gitgud.io/Tory/rimnude-unofficial/-/raw/master/About/Manifest.xml https://gitgud.io/Tory/rimnude-unofficial/ diff --git a/Assembly Folders/1.4 Assembly/Assemblies/RimNudeWorld.dll b/Assembly Folders/1.4 Assembly/Assemblies/RimNudeWorld.dll index e1dfb01..78028a3 100644 Binary files a/Assembly Folders/1.4 Assembly/Assemblies/RimNudeWorld.dll and b/Assembly Folders/1.4 Assembly/Assemblies/RimNudeWorld.dll differ diff --git a/Common/Patches/NudePatch - Humans.xml b/Common/Patches/NudePatch - Humans.xml index 433923c..c294adb 100644 --- a/Common/Patches/NudePatch - Humans.xml +++ b/Common/Patches/NudePatch - Humans.xml @@ -158,6 +158,27 @@ + + + Genitals/FeaturelessCrotch + + Genitals/FeaturelessCrotch + Genitals/vagina_micro + + + + Genitals/FeaturelessCrotch + + Genitals/FeaturelessCrotch + Genitals/vagina_micro + + + + +
  • Gender
  • +
  • Bodytype
  • +
  • Hediff
  • +
    @@ -214,6 +235,14 @@ Genitals/Pubes/Pubes_Demon Genitals/Pubes/Pubes_Ghost + + Breasts/FeaturelessCrotch + Breasts/FeaturelessCrotch + + +
  • Bodytype
  • +
  • Hediff
  • +
    @@ -312,6 +341,14 @@ + + Breasts/FeaturelessCrotch + Breasts/FeaturelessCrotch + + +
  • Bodytype
  • +
  • Hediff
  • +
    @@ -375,6 +412,14 @@ + + Breasts/FeaturelessLeft + Breasts/FeaturelessLeft + + +
  • Bodytype
  • +
  • Hediff
  • +
    @@ -438,6 +483,14 @@ + + Breasts/FeaturelessRight + Breasts/FeaturelessRight + + +
  • Bodytype
  • +
  • Hediff
  • +
    @@ -613,6 +666,14 @@ + + Breasts/breasts_micro_left + Breasts/breasts_micro_left + + +
  • Bodytype
  • +
  • Hediff
  • +
    @@ -789,6 +850,14 @@ + + Breasts/breasts_micro_right + Breasts/breasts_micro_right + + +
  • Bodytype
  • +
  • Hediff
  • +
    @@ -1048,6 +1117,27 @@ + + + Genitals/FeaturelessCrotch + + Genitals/Testicles/balls_micro + Genitals/FeaturelessCrotch + + + + Genitals/FeaturelessCrotch + + Genitals/Testicles/balls_micro + Genitals/FeaturelessCrotch + + + + +
  • Gender
  • +
  • Bodytype
  • +
  • Hediff
  • +
    @@ -1522,6 +1612,27 @@ + + + Genitals/FeaturelessCrotch + + Genitals/Flaccid/penis_micro + Genitals/FeaturelessCrotch + + + + Genitals/FeaturelessCrotch + + Genitals/Flaccid/penis_micro + Genitals/FeaturelessCrotch + + + + +
  • Gender
  • +
  • Bodytype
  • +
  • Hediff
  • +
    diff --git a/LoadFolders.xml b/LoadFolders.xml index caa2d76..7ca8111 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -30,6 +30,6 @@
  • Extra Patches/Debug Patch
  • Extra Patches/1.2 Plus Colored Nudes
  • Common
  • -
  • Assembly Folders/1.4 Assembly
  • +
  • Assembly Folders/1.4 Assembly
  • \ No newline at end of file diff --git a/Source/RimNudeWorld/RimNudeWorld/patches/RevealingApparel.cs b/Source/RimNudeWorld/RimNudeWorld/patches/RevealingApparel.cs index d8b126f..b892ddf 100644 --- a/Source/RimNudeWorld/RimNudeWorld/patches/RevealingApparel.cs +++ b/Source/RimNudeWorld/RimNudeWorld/patches/RevealingApparel.cs @@ -110,7 +110,7 @@ namespace RevealingApparel } } - if (bodyAddon.bodyPart != null && !pawn.health.hediffSet.GetNotMissingParts(BodyPartHeight.Undefined, BodyPartDepth.Undefined, null, null).Any((BodyPartRecord bpr) => bpr.untranslatedCustomLabel == bodyAddon.bodyPartLabel || bpr.def.defName == bodyAddon.bodyPart.defName)) + if (bodyAddon.bodyPart != null && !pawn.health.hediffSet.GetNotMissingParts(BodyPartHeight.Undefined, BodyPartDepth.Undefined, null, null).Any((BodyPartRecord bpr) => bpr.untranslatedCustomLabel == bodyAddon.bodyPart.label || bpr.def.defName == bodyAddon.bodyPart.label)) { List list = bodyAddon.hediffGraphics; bool flag; @@ -130,7 +130,7 @@ namespace RevealingApparel if ((pawn.gender == Gender.Female) ? bodyAddon.drawForFemale : bodyAddon.drawForMale) { //return bodyAddon.bodyTypeRequirement.NullOrEmpty() || pawn.story.bodyType.ToString() == bodyAddon.bodyTypeRequirement; - return bodyAddon.bodyTypeRequirement != null || pawn.story.bodyType == bodyAddon.bodyTypeRequirement; + return bodyAddon.bodytypeGraphics.NullOrEmpty() || pawn.story.bodyType == bodyAddon.bodyTypeRequirement; } } } diff --git a/changelog.txt b/changelog.txt index e15bea3..ab31739 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +ver 2.2.15.1 Unofficial +- Rain (matthewes) fixed Revealing apparel +- Baby and Children part sizes are now all hardlocked to "fun" size as opposed to "king" size (little Halloween joke for ya) + This means they are all minimal sizes and do not reflect their hediffs at all until age 13. + ver 2.2.15 Unofficial - STABLE 1.4 SUPPORT - Rain (matthewes) fixed c# (Revealing apparel seems nonfunctional atm)