Jump to content

[mod] Nil Updated Mod Part 1 to 1.5


Recommended Posts

Posted

Thank you very much for Extension 🤎💜💚🤍

  • 2 weeks later...
Posted (edited)

hi, i just wanted to inform people that the Robotic Genitals update here does not work with rimnude as it gives this error to naked baseliners only:

 

"Failed to find any textures at Breasts/FeaturelessNippleLeft while constructing Multi..."
 

 

image.png.9e5f926d6df0641cca745120d6295a4c.png

Edited by RathBad
Posted (edited)

i am using RJW menstruation (and a couple of others) but as long as i have menstruation enabled, nobody will do any lewd acts and "forcing" masturbation or sex starts the first frame and then instantly stops the act and the log shows this:

 

[RJW] rjwSextypeGet:dictionaryKey Sex_Reverse_Cunnilingus sextype Cunnilingus
Exception in JobDriver tick for pawn Raven driver=JobDriver_SexQuick (toilIndex=4) driver.job=(Quickie (Job_51746) A = Thing_Human11562 Giver = ThinkNode_QueuedJob [workGiverDef: null])
System.TypeLoadException: Could not resolve type with token 0100006c (from typeref, class/assembly rjw.CompHediffBodyPart, RJW, Version=1.5.8926.15079, Culture=neutral, PublicKeyToken=null)
[Ref 7CA25FD]
 at rjw.JobDriver_Sex.SexTick (Verse.Pawn pawn, Verse.Thing target, System.Boolean pawnnude, System.Boolean partnernude) [0x001b7] in <df6c5ecc76914382b6534e278d82fe1b>:0 
     - PREFIX rjwanim: Boolean Rimworld_Animations.HarmonyPatch_SexTick:Prefix(JobDriver_Sex __instance, Pawn pawn, Thing target)
     - POSTFIX rjwanim: Void Rimworld_Animations.HarmonyPatch_JobDriver_Sex2:Postfix(JobDriver_Sex __instance, Pawn pawn)
     - POSTFIX RJW_Menstruation: Void RJW_Menstruation.SexTick_Patch:Postfix(JobDriver_Sex __instance, Pawn pawn, Thing target)
 at rjw.JobDriver_SexQuick+<>c__DisplayClass1_0.<MakeNewToils>b__8 () [0x00069] in <df6c5ecc76914382b6534e278d82fe1b>:0 
 at Verse.AI.JobDriver.DriverTick () [0x00195] in <f0ac5eb9b52e4cc396c70fc9a4ee15e5>:0 
     - TRANSPILER Krkr.RocketMan.Soyuz: IEnumerable`1 Soyuz.Patches.JobDriver_DriverTick_Patch:Transpiler(IEnumerable`1 instructions, ILGenerator generator)
     - TRANSPILER Orion.Hospitality: IEnumerable`1 Hospitality.Patches.JobDriver_Patch+DriverTick:Transpiler(IEnumerable`1 insts)
     - PREFIX io.github.dametri.timecontrol: Boolean DTimeControl.Core_Patches.JobTracker_Patches.Patch_DriverTick_Prefix:Prefix(JobDriver __instance)
     - POSTFIX safetemperature.survivalexpanded.dracoix: Void SurvivalExpandedSafeTemperature.Patch_JobDriver_DriverTick:Postfix(Pawn ___pawn) 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

 

when i remove menstruation, everything instantly works again. its the version from the RJW main post with the version for 1.5

 

any idea how to fix this?

 

edit: nvm, seems its not updated for 5.5 yet

Edited by Parradox87
  • 4 weeks later...
Posted

Hey, First off: Thank you very much for your work. Its highly appreciated:

 

Second, some bug reports:

 

Slime Girl:

[Slime Girls Modified by Nil - Start of stack trace]
Verse.PatchOperationAdd(xpath="Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Mucus"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[path="Genitals/FeaturelessVagina"]"): Failed to find a node with the given xpath
[End of stack trace]
The top operation is the one that failed, the ones below it are the parents
Source file: \steamapps\common\RimWorld\Mods\Slime Girls 1.5 1.0.2\1.5\Patches\Nude_Patch.xml

 

 

  • 3 months later...
  • 2 weeks later...
Posted

your slime girl update mod... 

there seems to be a error within this code but i cannot pinpoint it.
using chatGPT i have tried to adjust some of it by correcting it although i just get a black screen 
 

                                <!-- Stopped-->
                </value>
            </match>
        </match>
    </Operation>

    <!--==== vagina ====-->
    <Operation Class="PatchOperationAdd">
        <xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Mucus"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[path="Genitals/FeaturelessVagina"]</xpath>
        <value>
            <scaleWithPawnDrawsize>true</scaleWithPawnDrawsize>
            <colorChannel>skin</colorChannel>
            <offsets>
                <south>
                    <layerOffset>-0.29353</layerOffset>
                    <bodyTypes>
                        <Female>(0, 0)</Female>
                    </bodyTypes>
                </south>
                <north>
                    <layerOffset>-0.299</layerOffset>
                    <bodyTypes>
                        <Female>(0,0)</Female>
                    </bodyTypes>
                </north>
                <east>
                    <layerOffset>-0.2973</layerOffset>
                    <bodyTypes>
                        <Female>(-0.03,0)</Female>
                    </bodyTypes>
                </east>
            </offsets>
        </value>
    </Operation>
</Patch>

i have removed all mods but its dependency ones and still seem to get this error within the string for featureless body part. 
any idea how to fix this or can i remove it completely? or can i just ignore the error all together? 

 

[Slime Girls Modified by Nil] Patch operation Verse.PatchOperationAdd(Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Mucus"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[path="Genitals/FeaturelessVagina"]) failed
file: C:\GOG Games\RimWorld\Mods\Slime Girls 1.5 1.0.2\1.5\Patches\Nude_Patch.xml
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.PatchOperation:Complete (string)
Verse.LoadedModManager:ClearCachedPatches ()
Verse.LoadedModManager:LoadAllActiveMods (bool)
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()
 

Posted (edited)
On 1/25/2025 at 8:33 AM, Asterious said:

your slime girl update mod... 

there seems to be a error within this code but i cannot pinpoint it.
using chatGPT i have tried to adjust some of it by correcting it although i just get a black screen 
 

                                <!-- Stopped-->
                </value>
            </match>
        </match>
    </Operation>

    <!--==== vagina ====-->
    <Operation Class="PatchOperationAdd">
        <xpath>Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Mucus"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[path="Genitals/FeaturelessVagina"]</xpath>
        <value>
            <scaleWithPawnDrawsize>true</scaleWithPawnDrawsize>
            <colorChannel>skin</colorChannel>
            <offsets>
                <south>
                    <layerOffset>-0.29353</layerOffset>
                    <bodyTypes>
                        <Female>(0, 0)</Female>
                    </bodyTypes>
                </south>
                <north>
                    <layerOffset>-0.299</layerOffset>
                    <bodyTypes>
                        <Female>(0,0)</Female>
                    </bodyTypes>
                </north>
                <east>
                    <layerOffset>-0.2973</layerOffset>
                    <bodyTypes>
                        <Female>(-0.03,0)</Female>
                    </bodyTypes>
                </east>
            </offsets>
        </value>
    </Operation>
</Patch>

i have removed all mods but its dependency ones and still seem to get this error within the string for featureless body part. 
any idea how to fix this or can i remove it completely? or can i just ignore the error all together? 

 

[Slime Girls Modified by Nil] Patch operation Verse.PatchOperationAdd(Defs/AlienRace.ThingDef_AlienRace[defName="Alien_Mucus"]/alienRace/generalSettings/alienPartGenerator/bodyAddons/li[path="Genitals/FeaturelessVagina"]) failed
file: C:\GOG Games\RimWorld\Mods\Slime Girls 1.5 1.0.2\1.5\Patches\Nude_Patch.xml
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.PatchOperation:Complete (string)
Verse.LoadedModManager:ClearCachedPatches ()
Verse.LoadedModManager:LoadAllActiveMods (bool)
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()
 

I personally deleted it. Still works so far for me. Slime pawn just dont have visible bodyparts. It seems, RimnudeWorld is used to give pawn nude bodyparts. I cant say if patch is up-to-date or outdated since I use sized apparel. 

Edited by D Hine
  • 3 months later...
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...