Jump to content

[mod] Rimnudeworld


ShauaPuta

Recommended Posts

Posted

No hediff graphics found at Genitals/balls_micro for hediff Penis in Human
Verse.Log:Warning(String, Boolean)
AlienRace.<>c__DisplayClass29_0:<GenerateMeshsAndMeshPools>b__1(BodyAddon)
HarmonyLib.CollectionExtensions:Do(IEnumerable`1, Action`1)
AlienRace.AlienPartGenerator:GenerateMeshsAndMeshPools()
AlienRace.HarmonyPatches:.cctor()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor(IntPtr)
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor(RuntimeTypeHandle)
StartupImpact.Patch.StaticConstructorOnStartupUtilityCallAll:Prefix()
Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1()
Verse.<>c:<DoPlayLoad>b__4_2()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent()
Verse.LongEventHandler:LongEventsUpdate(Boolean&)
Verse.Root:Verse.Root.Update_Patch1(Root)
Verse.Root_Entry:Update()
 

Posted

I am in need of assistance, My game won't load in the female pawns vagina texture in game but it will in character editor Menu. For male pawns it will load it in well however, there will be a missing texture box in the color purple behind the penis Texture. Can someone tell me whether this is an error in load order, a conflicting mod, or other issue. It is a fresh Mod list so It could be anything. I have recently reinstalled RJW since I updated to 1.2. I have never seen this error before. - Please and thank you.

 

***Edit - After Further research I have found the answer to the female pawn's issue on page 3 of this thread. However I will leave this up as I have not found the Solution to the male pawn's issue.

Posted
29 minutes ago, thisbruh said:

The bun race is the only one not showing assets for me, any idea's why?

 

I haven't heard of the bun race patch being broken but I have heard of Rabbie being broken.

 

NudePatch-Rabbie.xml

Place in RNW 2.1\Patches folder and overwrite

 

NudePatch-Bun.xml

Here is my copy of Bun race in case I have fixed it sometime and forgot I did.

Posted

tried to write my own patch for the lizardmen race, and i haven't been successful so far.

 

[RimNudeWorld] Patch operation Verse.PatchOperationFindMod(Lizardmen) failed
file: C:\Users\(username)\Documents\games\RimWorld.v1.2.2753\Mods\RimNudeWorld 2.0.6\1.2\Patches\NudePatch-Lizardman.xml
Verse.Log:Error(String, Boolean)
Verse.PatchOperation:Complete(String)
Verse.LoadedModManager:ClearCachedPatches()
Verse.LoadedModManager:LoadAllActiveMods()

i took a patch from the folder, copied it and changed the def and mod name, but im not sure what else to do. (other than figuring out where the parts go which i was gonna do once i got them visible)
EDIT:

i think ive figured it out, though if i havnt sent it through in at least 30 minutes, ive probably given up for today

EDIT: 

ive gotten them visible, sort of, some of them have parts showing, and some of them dont, regardless of part size. it just seems to be random, or maybe related to body size?

Screenshot 2021-03-04 215348.png

Posted

Hello everyone, ?
I don't know if I'm right here but I hope you can help me.
I'm new in modding my rimworld so pls be nice to me. ?
I downloaded RJW, some RJW mods and RJNW. I packed everything in the mods folder that is given in the instructions. I also loaded everything in the load oarder that's given. But nudeworld does not work and my game doesn't show the genitalias. I can choose em but they'll not show up.
Upload a screenshot from my folder maybe it helps.
Xoxo,
Kitty

rw_mod.png

Posted
1 hour ago, Kittyvee said:

Hello everyone, ?
I don't know if I'm right here but I hope you can help me.
I'm new in modding my rimworld so pls be nice to me. ?
I downloaded RJW, some RJW mods and RJNW. I packed everything in the mods folder that is given in the instructions. I also loaded everything in the load oarder that's given. But nudeworld does not work and my game doesn't show the genitalias. I can choose em but they'll not show up.
Upload a screenshot from my folder maybe it helps.
Xoxo,
Kitty

rw_mod.png

Press Ctrl F12 in game. Paste the link it provides in here. Then I can help ya.

Posted
On 1/12/2021 at 2:52 AM, Tory187 said:

Yes, a Hugslog.

 

You can do this by pressing Ctrl + F12 in game.

You will have the option to upload your log to Github.

If you cant upload then you can copy the log to your clipboard and paste it on Pastebin.com or a similar site.

 

It is preferable that you generate a log after the errors in question show.

If you are using RimNudeWorld and using at least three race mods then you need to find the option to generate an unlimited log.

I'm having a similar problem to what the person you were replying to was experiencing, but when I try to get a log I get an error saying "Failed to collect data". Can you help me please? ?

Posted
4 hours ago, ScrabCrab said:

I'm having a similar problem to what the person you were replying to was experiencing, but when I try to get a log I get an error saying "Failed to collect data". Can you help me please? ?

Based on the info of your post and the post you are referring to; the best guess I can give is that you dont have Humanoid Alien Race framework loaded. Without a log I can only make wild assumptions and guesses. 

Posted
12 hours ago, Tory187 said:

Based on the info of your post and the post you are referring to; the best guess I can give is that you dont have Humanoid Alien Race framework loaded. Without a log I can only make wild assumptions and guesses. 

Hm, alright, I'll check but I'm pretty sure I do have it. No idea why the log isn't working though :(

 

Edit: yup, I have it

Screenshot from 2021-03-14 15-35-00.png

Posted

Someone in the RJW topic earlier was asking why the Argonian parts weren't showing up.

 

Real simple fix, in the NudePatch-Argonians.xml

 

Change:

 

<!-- alien races -->
<Patch>
<Operation Class="PatchOperationFindMod">
    <mods>
        <li>Argonians of Blackmarsh</li>
    </mods>

 

Into:

 

<!-- alien races -->
<Patch>
<Operation Class="PatchOperationFindMod">
    <mods>
        <li>Argonians of Blackmarsh</li>
        <li>Argonians of Blackmarsh (Continued)</li>
    </mods>

 

That should probably be added in an official update later too whenever there's something more important to update alongside it.

 

 

NudePatch-Argonians.xml

Posted
On 3/6/2021 at 5:23 PM, Tory187 said:

Press Ctrl F12 in game. Paste the link it provides in here. Then I can help ya.

Thank's. I figured it out myself and got help from the discord too. ?

Posted
On 3/3/2021 at 9:08 AM, Tory187 said:

I haven't heard of the bun race patch being broken but I have heard of Rabbie being broken.

 

NudePatch-Rabbie.xml 45.97 kB · 32 downloads

Place in RNW 2.1\Patches folder and overwrite

 

NudePatch-Bun.xml 47.94 kB · 23 downloads

Here is my copy of Bun race in case I have fixed it sometime and forgot I did.

 

Thanks for these, I tried the Bun patch and it shows up with some yellow errors in the debug menu for some reason. Which I guess are harmless but I do notice the penis parts aren't lined up properly. They sorta float below or in front of the legs because the bodyshape is thinner than the default bodyshape.

 

I also made these for the new O21 Forgotten Realms races that came out a couple days ago. The Tabaxi came out great but the Killoren seem to have like... a rendering error which I think is the issue of base mod. Their body shape has a funky resize and rotation glitch when you zoom in and out and sometimes they go transparent. I wonder if I did these patches right, I'll have to try the game without it to see if they do the same thing. Hopefully it's an issue with the mod and got fixed by now.

 

They also need a race support patch later for the non-generic parts to show up but I'll get around to that later.

 

NudePatch-O21Tabaxi.xml NudePatch-O21Killoren.xml

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
×
×
  • Create New...