Jump to content

[mod] RJW Menstruation


Recommended Posts

Hey quick debugging,

 

Is it part of the mod that when a female gives birth, her fertility completely tanks and takes a long time to recover, and if it is a feature of the mod, how to I remove it?

 

Edit: realise that Lactating bumps it all down to 5%, I suppose that makes sense.....

Edited by striker345
Link to comment
On 12/2/2022 at 12:48 AM, S32S32S5 said:
 - Your colonists can create artwork of someone being born.
 - They can also create artwork of someone coming inside someone else.

Has anyone seen either of these actually happen?

Biotech gave me the birth story, bu I've never manage to get art of nutting inside someone.  Is this going to get an update for the DLC or be for people without it?

Link to comment

There is the problem: the boobs and areola don't grow during pregnancy, also the button "gather cum in bucket" has disappeared. 

I use 1.4 game version game version. Can someone help me with it? 

image.png.4ab50a02c7a3fe612ae60637947f7cc3.png
I use RimNudeWorldPregnancy Stage Graphics, OTY Nude, Sized Apparel For RJW. 

 

Edited by kimbilmo
Link to comment
On 1/5/2023 at 4:25 PM, kimbilmo said:

There is the problem: the boobs and areola don't grow during pregnancy, also the button "gather cum in bucket" has disappeared. 

I use 1.4 game version game version. Can someone help me with it? 

image.png.4ab50a02c7a3fe612ae60637947f7cc3.png
I use RimNudeWorldPregnancy Stage Graphics, OTY Nude, Sized Apparel For RJW. 

 

Bump

Link to comment
  • 2 weeks later...

Is there an easy way to make the late-stage trimester last longer or take up more total time of the pregnancy? The sliders can increase the total duration and I've gone in the code to make those longer still, but I'm looking for a way to have the late-stage pregnancy graphics last longer on pawns. Thanks!

Link to comment
  • 2 weeks later...

So I have a few questions about the pregnancy mechanics in general and was hoping you fine lot might have the answers.

  1.  Whenever I let biotech do pregnancy it seems to happen more often, is it still using the numbers I set in this mod or are those being ignored?
  2. When a baby is born via biotech pregnancy is it normal not all the genes to pass down to the child, because the babies always seem to only get like half of the genes that are supposed to pass down.
  3.  When a biotech baby is conceived via bestiality is comes out as a human with some assortment of genes like dog ears when the settings should have been for a dog baby, is that expected?
  4. I like the way biotech has made raising children, but menstruation cycle doesn't use these features is there any way to have the conception/pregnancy of menstruation cycle but the child raising of biotech or am I SOL?

RJW.png

Link to comment
On 2/18/2023 at 3:03 AM, throwaway01101 said:

It already is, but it's via a fork in github since this version has been abandoned for some time. The link to the fork is on the main RJW page under addons. 

 

There's also several other mods there that might pike your interest. 

Ah, that's useful to know. I'll try it out right away!

Link to comment

So, I tried it out. It works pretty well except for one problem that I ran into:

 

Terminating pregnancies using a surgery pill (terminate pregnancy) doesn't work, which is bad. I haven't tried but I think if this doesn't work, then ovum extraction might fail too. That still needs investigation. Here's the log:

 

RimWorld 1.4.3641 rev639
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RimWorld.VersionControl:LogVersionNumber ()
Verse.Root:CheckGlobalInit ()
Verse.Root:Start ()
Verse.Root_Entry:Start ()

[HugsLib] version 10.0.1
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
...

JobDriver threw exception in toil FinishRecipeAndStartStoringProduct's initAction for pawn Setsuko driver=JobDriver_DoBill (toilIndex=16) driver.job=(DoBill (Job_17163871) A=Thing_Human390 B=Thing_MedicineIndustrial853938 C=(72, 0, 49))
System.InvalidCastException: Specified cast is not valid.
  at (wrapper dynamic-method) RimWorld.PregnancyUtility.RimWorld.PregnancyUtility.TryTerminatePregnancy_Patch1(Verse.Pawn)
  at (wrapper dynamic-method) RimWorld.Recipe_TerminatePregnancy.RimWorld.Recipe_TerminatePregnancy.ApplyOnPawn_Patch0(RimWorld.Recipe_TerminatePregnancy,Verse.Pawn,Verse.BodyPartRecord,Verse.Pawn,System.Collections.Generic.List`1<Verse.Thing>,RimWorld.Bill)
  at RimWorld.Bill_Medical.Notify_IterationCompleted (Verse.Pawn billDoer, System.Collections.Generic.List`1[T] ingredients) [0x00030] in <3f18ad3e53b3425f9e38babcac471e1f>:0 
  at Verse.AI.Toils_Recipe+<>c__DisplayClass3_0.<FinishRecipeAndStartStoringProduct>b__0 () [0x0018c] in <3f18ad3e53b3425f9e38babcac471e1f>:0 
  at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <3f18ad3e53b3425f9e38babcac471e1f>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.AI.JobUtility:TryStartErrorRecoverJob (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
Verse.AI.Toils_Recipe/<>c__DisplayClass2_0:<DoRecipeWork>b__1 ()
Verse.AI.JobDriver:DriverTick ()
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
Verse.TickManager:DoSingleTick ()
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinishRecipeAndStartStoringProduct's initAction for pawn Setsuko driver=JobDriver_DoBill (toilIndex=16) driver.job=(DoBill (Job_17165427) A=Thing_Human390 B=Thing_MedicineIndustrial854082 C=(72, 0, 49))
System.InvalidCastException: Specified cast is not valid.
  at (wrapper dynamic-method) RimWorld.PregnancyUtility.RimWorld.PregnancyUtility.TryTerminatePregnancy_Patch1(Verse.Pawn)
  at (wrapper dynamic-method) RimWorld.Recipe_TerminatePregnancy.RimWorld.Recipe_TerminatePregnancy.ApplyOnPawn_Patch0(RimWorld.Recipe_TerminatePregnancy,Verse.Pawn,Verse.BodyPartRecord,Verse.Pawn,System.Collections.Generic.List`1<Verse.Thing>,RimWorld.Bill)
  at RimWorld.Bill_Medical.Notify_IterationCompleted (Verse.Pawn billDoer, System.Collections.Generic.List`1[T] ingredients) [0x00030] in <3f18ad3e53b3425f9e38babcac471e1f>:0 
  at Verse.AI.Toils_Recipe+<>c__DisplayClass3_0.<FinishRecipeAndStartStoringProduct>b__0 () [0x0018c] in <3f18ad3e53b3425f9e38babcac471e1f>:0 
  at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <3f18ad3e53b3425f9e38babcac471e1f>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.AI.JobUtility:TryStartErrorRecoverJob (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
Verse.AI.Toils_Recipe/<>c__DisplayClass2_0:<DoRecipeWork>b__1 ()
Verse.AI.JobDriver:DriverTick ()
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
Verse.TickManager:DoSingleTick ()
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

 

More Bugs: When using this mod, children are born with the default name 'Baby' and their first name cannot be given without a character editor.

Another Bug: Pawns that have two mothers are bastards and they receive a debuff for that. I'm not sure if this is a rimworld thing or a menstruation thing, but I'm leaving this here.

 

Update: Naming newborns has been fixed in the latest update!

Edited by Grojcig
Link to comment
  • 3 weeks later...
  • 5 weeks later...

Forgive me if this isn't the right place to ask, but I'm having a very subtle bug, I think. Basically Menstraution seems to be working perfectly except that when pawns have sex, no cum appears in the womb's fluid list. No cum, no fertilization, no fertilization, no babby.

 

This is the modlist from Rimpy, if you're curious, but I'm mostly just wondering if anyone's run into this bug before, and if so, how to fix it.

 

Spoiler

[Mod list length: 171]
Prepatcher [https:// no link (local mod)]
Harmony [https://steamcommunity.com/sharedfiles/filedetails/?id=2009463077]
Core [https:// no link (local mod)]
Royalty [Official DLC] [https:// no link (local mod)]
Ideology [Official DLC] [https:// no link (local mod)]
Biotech [Official DLC] [https:// no link (local mod)]
SRTS Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1845423808]
Vanilla Backgrounds Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2775017012]
HugsLib [https://steamcommunity.com/sharedfiles/filedetails/?id=818773962]
Allow Tool [https://steamcommunity.com/sharedfiles/filedetails/?id=761421485]
Vanilla Achievements Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2288125657]
Vanilla Expanded Framework [https://steamcommunity.com/sharedfiles/filedetails/?id=2023507013]
Alpha Mythology [https://steamcommunity.com/sharedfiles/filedetails/?id=1821617793]
Dubs Bad Hygiene [https://steamcommunity.com/sharedfiles/filedetails/?id=836308268]
[NL] Facial Animation - WIP [https://steamcommunity.com/sharedfiles/filedetails/?id=1635901197]
[NL] Facial Animation - Experimentals [https://steamcommunity.com/sharedfiles/filedetails/?id=2581693737]
Humanoid Alien Races [https://steamcommunity.com/sharedfiles/filedetails/?id=839005762]
Android Tiers Reforged [https:// no link (local mod)]
Vanilla Textures Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2016436324]
Animal Variety Coats [https://steamcommunity.com/sharedfiles/filedetails/?id=1511926373]
Animals are fun [https://steamcommunity.com/sharedfiles/filedetails/?id=2108362126]
Beautiful Outdoors [https://steamcommunity.com/sharedfiles/filedetails/?id=2011794898]
Blueprints [https://steamcommunity.com/sharedfiles/filedetails/?id=708455313]
CM Color Coded Mood Bar [1.1+] [https://steamcommunity.com/sharedfiles/filedetails/?id=2006605356]
Camera+ [https://steamcommunity.com/sharedfiles/filedetails/?id=867467808]
Character Editor [https://steamcommunity.com/sharedfiles/filedetails/?id=1874644848]
Defensive Positions [https://steamcommunity.com/sharedfiles/filedetails/?id=761219125]
Doors Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1316188771]
DragSelect [https://steamcommunity.com/sharedfiles/filedetails/?id=2599942235]
Dub's Paint Shop [https://steamcommunity.com/sharedfiles/filedetails/?id=1579516669]
Dubs Break Mod [https://steamcommunity.com/sharedfiles/filedetails/?id=1722398508]
Dubs Mint Menus [https://steamcommunity.com/sharedfiles/filedetails/?id=1446523594]
Dubs Mint Minimap [https://steamcommunity.com/sharedfiles/filedetails/?id=1662119905]
Dubs Performance Analyzer [https://steamcommunity.com/sharedfiles/filedetails/?id=2038874626]
Dubs Rimatomics [https://steamcommunity.com/sharedfiles/filedetails/?id=1127530465]
Dubs Rimkit [https://steamcommunity.com/sharedfiles/filedetails/?id=832333531]
Dubs Skylights [https://steamcommunity.com/sharedfiles/filedetails/?id=833899765]
Glass+Lights [https://steamcommunity.com/sharedfiles/filedetails/?id=826153738]
Dubs Skylights Glass+Lights Patch [https://steamcommunity.com/sharedfiles/filedetails/?id=1610803364]
Geological Landforms [https://steamcommunity.com/sharedfiles/filedetails/?id=2773943594]
Glitter Tech [https://steamcommunity.com/sharedfiles/filedetails/?id=725576127]
P-Music [https://steamcommunity.com/sharedfiles/filedetails/?id=725130005]
RT Fuse [https://steamcommunity.com/sharedfiles/filedetails/?id=728314182]
Research Reinvented [https://steamcommunity.com/sharedfiles/filedetails/?id=2868392160]
Replace Stuff [https://steamcommunity.com/sharedfiles/filedetails/?id=1372003680]
RimSaves [https://steamcommunity.com/sharedfiles/filedetails/?id=1713367505]
Rimefeller [https://steamcommunity.com/sharedfiles/filedetails/?id=1321849735]
Rimsenal - Hair pack [https://steamcommunity.com/sharedfiles/filedetails/?id=725949967]
RunAndGun [https://steamcommunity.com/sharedfiles/filedetails/?id=1204108550]
Share The Load [https://steamcommunity.com/sharedfiles/filedetails/?id=1356838246]
Simple Utilities: Wall [https://steamcommunity.com/sharedfiles/filedetails/?id=2565545335]
Snap Out! [https://steamcommunity.com/sharedfiles/filedetails/?id=1319782555]
Interaction Bubbles [https://steamcommunity.com/sharedfiles/filedetails/?id=1516158345]
SpeakUp [https://steamcommunity.com/sharedfiles/filedetails/?id=2502518544]
Subsurface Conduit [https://steamcommunity.com/sharedfiles/filedetails/?id=1609226728]
Tech Advancing [https://steamcommunity.com/sharedfiles/filedetails/?id=735268789]
The Joris Experience [https://steamcommunity.com/sharedfiles/filedetails/?id=2469797693]
Tilled Soil [https://steamcommunity.com/sharedfiles/filedetails/?id=725747149]
Vanilla Animals Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2871933948]
Vanilla Animals Expanded — Caves [https://steamcommunity.com/sharedfiles/filedetails/?id=2576512001]
Vanilla Animals Expanded — Endangered [https://steamcommunity.com/sharedfiles/filedetails/?id=2366589898]
Vanilla Animals Expanded — Royal Animals [https://steamcommunity.com/sharedfiles/filedetails/?id=2858079457]
Vanilla Animals Expanded — Temperate Forest [https://steamcommunity.com/sharedfiles/filedetails/?id=2260502331]
Vanilla Apparel Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1814987817]
Vanilla Apparel Expanded — Accessories [https://steamcommunity.com/sharedfiles/filedetails/?id=2521176396]
Vanilla Armour Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1814988282]
Vanilla Backstories Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2861806869]
Vanilla Base Generation Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2830358905]
Vanilla Brewing Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2186560858]
Vanilla Brewing Expanded - Coffees and Teas [https://steamcommunity.com/sharedfiles/filedetails/?id=2275449762]
Vanilla Cooking Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2134308519]
Vanilla Cooking Expanded - Stews [https://steamcommunity.com/sharedfiles/filedetails/?id=2134312965]
Vanilla Fishing Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1914064942]
Vanilla Cooking Expanded - Sushi [https://steamcommunity.com/sharedfiles/filedetails/?id=2158539170]
Vanilla Events Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1938420742]
Vanilla Factions Expanded - Settlers [https://steamcommunity.com/sharedfiles/filedetails/?id=2052918119]
Vanilla Weapons Expanded - Coilguns [https://steamcommunity.com/sharedfiles/filedetails/?id=2375692535]
Vanilla Weapons Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1814383360]
Vanilla Weapons Expanded - Heavy Weapons [https://steamcommunity.com/sharedfiles/filedetails/?id=2329126791]
Vanilla Weapons Expanded - Laser [https://steamcommunity.com/sharedfiles/filedetails/?id=1989352844]
Vanilla Weapons Expanded - Quickdraw [https://steamcommunity.com/sharedfiles/filedetails/?id=1906780517]
Vanilla Weapons Expanded - Frontier [https://steamcommunity.com/sharedfiles/filedetails/?id=2454918139]
Vanilla Expanded - Ideology Patches [https://steamcommunity.com/sharedfiles/filedetails/?id=2566669771]
Vanilla Expanded - Royalty Patches [https://steamcommunity.com/sharedfiles/filedetails/?id=2260012940]
Vanilla Factions Expanded - Ancients [https://steamcommunity.com/sharedfiles/filedetails/?id=2654846754]
Vanilla Factions Expanded - Empire [https:// no link (local mod)]
Vanilla Factions Expanded - Insectoids [https://steamcommunity.com/sharedfiles/filedetails/?id=2149755445]
LWM's Deep Storage [https://steamcommunity.com/sharedfiles/filedetails/?id=1617282896]
Vanilla Factions Expanded - Classical [https://steamcommunity.com/sharedfiles/filedetails/?id=2787850474]
Vanilla Factions Expanded - Mechanoids [https://steamcommunity.com/sharedfiles/filedetails/?id=2329011599]
Vanilla Factions Expanded - Pirates [https://steamcommunity.com/sharedfiles/filedetails/?id=2723801948]
Vanilla Factions Expanded - Vikings [https://steamcommunity.com/sharedfiles/filedetails/?id=2231295285]
Vanilla Fishing Expanded - Fishing Treasures AddOn [https://steamcommunity.com/sharedfiles/filedetails/?id=2468543398]
Vanilla Furniture Expanded - Architect [https://steamcommunity.com/sharedfiles/filedetails/?id=2608762624]
Vanilla Furniture Expanded - Art [https://steamcommunity.com/sharedfiles/filedetails/?id=1968134023]
Vanilla Furniture Expanded - Farming [https://steamcommunity.com/sharedfiles/filedetails/?id=1957158779]
Vanilla Furniture Expanded - Medical Module [https://steamcommunity.com/sharedfiles/filedetails/?id=1718191613]
Vanilla Furniture Expanded - Production [https://steamcommunity.com/sharedfiles/filedetails/?id=1880253632]
Vanilla Furniture Expanded - Props and Decor [https://steamcommunity.com/sharedfiles/filedetails/?id=2102143149]
Vanilla Factions Expanded - Medieval [https://steamcommunity.com/sharedfiles/filedetails/?id=2023513450]
Vanilla Furniture Expanded - Security [https://steamcommunity.com/sharedfiles/filedetails/?id=1845154007]
Vanilla Furniture Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1718190143]
Vanilla Furniture Expanded - Spacer Module [https://steamcommunity.com/sharedfiles/filedetails/?id=2028381079]
Vanilla Psycasts Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2842502659]
Alpha Animals [https://steamcommunity.com/sharedfiles/filedetails/?id=1541721856]
Alpha Bees [https://steamcommunity.com/sharedfiles/filedetails/?id=1558161673]
Vanilla Furniture Expanded - Power [https://steamcommunity.com/sharedfiles/filedetails/?id=2062943477]
Vanilla Chemfuel Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2792917473]
Vanilla Genetics Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2801160906]
Vanilla Hair Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1888705256]
Vanilla Helixien Gas Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2877699803]
Vanilla Ideology Expanded - Anima Theme [https://steamcommunity.com/sharedfiles/filedetails/?id=2666998627]
Vanilla Ideology Expanded - Dryads [https://steamcommunity.com/sharedfiles/filedetails/?id=2720631512]
Vanilla Ideology Expanded - Hats and Rags [https://steamcommunity.com/sharedfiles/filedetails/?id=2567387768]
Vanilla Ideology Expanded - Icons and Symbols [https://steamcommunity.com/sharedfiles/filedetails/?id=2552609458]
Vanilla Books Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2193152410]
Vanilla Ideology Expanded - Memes and Structures [https://steamcommunity.com/sharedfiles/filedetails/?id=2636329500]
Vanilla Ideology Expanded - Relics and Artifacts [https://steamcommunity.com/sharedfiles/filedetails/?id=2564895018]
Vanilla Ideology Expanded - Splits and Schisms [https://steamcommunity.com/sharedfiles/filedetails/?id=2573138902]
Vanilla Nutrient Paste Expanded [https:// no link (local mod)]
Vanilla Outposts Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2688941031]
Vanilla Persona Weapons Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2826922787]
Vanilla Plants Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2134308522]
Vanilla Plants Expanded - More Plants [https://steamcommunity.com/sharedfiles/filedetails/?id=2748889667]
Vanilla Plants Expanded - Succulents [https://steamcommunity.com/sharedfiles/filedetails/?id=2198652536]
Vanilla Races Expanded - Custom Icons [https:// no link (local mod)]
Vanilla Skills Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2854967442]
Vanilla Social Interactions Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2439736083]
Vanilla Storytellers Expanded - Diego Industrial [https://steamcommunity.com/sharedfiles/filedetails/?id=2455898522]
Vanilla Storytellers Expanded - Empress Evil [https://steamcommunity.com/sharedfiles/filedetails/?id=2149702528]
Vanilla Storytellers Expanded - Freya Fierce [https://steamcommunity.com/sharedfiles/filedetails/?id=2231483525]
Vanilla Storytellers Expanded - Igor Invader [https://steamcommunity.com/sharedfiles/filedetails/?id=2249879548]
Vanilla Storytellers Expanded - Maynard Medieval [https://steamcommunity.com/sharedfiles/filedetails/?id=2455898730]
Vanilla Storytellers Expanded - Neron Neolithic [https://steamcommunity.com/sharedfiles/filedetails/?id=2455898908]
Vanilla Storytellers Expanded - Oskar Obnoxious [https://steamcommunity.com/sharedfiles/filedetails/?id=2443118113]
Vanilla Storytellers Expanded - Perry Persistent [https://steamcommunity.com/sharedfiles/filedetails/?id=2149702069]
Vanilla Storytellers Expanded - Winston Waves [https://steamcommunity.com/sharedfiles/filedetails/?id=2734032569]
Vanilla Textures Expanded - Variations [https://steamcommunity.com/sharedfiles/filedetails/?id=2493234474]
Vanilla Trading Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2785616901]
Vanilla Traits Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2296404655]
Vanilla Weapons Expanded - Grenades [https://steamcommunity.com/sharedfiles/filedetails/?id=2194472657]
Vanilla Weapons Expanded - Makeshift [https://steamcommunity.com/sharedfiles/filedetails/?id=2419690698]
Vanilla Weapons Expanded - Non-Lethal [https://steamcommunity.com/sharedfiles/filedetails/?id=2454918354]
Vanilla Weapons Expanded - Tribal [https://steamcommunity.com/sharedfiles/filedetails/?id=2454918552]
Wall Light [https://steamcommunity.com/sharedfiles/filedetails/?id=1423699208]
Where is my weapon? [https://steamcommunity.com/sharedfiles/filedetails/?id=1539028008]
Won hair_men [https://steamcommunity.com/sharedfiles/filedetails/?id=1879950403]
Won hair_women  [https://steamcommunity.com/sharedfiles/filedetails/?id=1886150617]
Xeva's Rimhair [https://steamcommunity.com/sharedfiles/filedetails/?id=705924057]
Yayo's Animation (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2877292196]
[FSF] Filth Vanishes With Rain And Time [https://steamcommunity.com/sharedfiles/filedetails/?id=1508341791]
RimJobWorld [https:// no link (local mod)]
RimNudeWorld [https:// no link (local mod)]
C0ffeeRIA [https:// no link (local mod)]
Privacy, Please! [https:// no link (local mod)]
RJW Genes [https:// no link (local mod)]
RJW Sexperience [https:// no link (local mod)]
RJW Menstruation Cycle [https:// no link (local mod)]
RJW Sexperience Ideology [https:// no link (local mod)]
RJW-Events [https:// no link (local mod)]
OTY_NUDE Unofficial Update [https:// no link (local mod)]
Rimworld-Animations [https:// no link (local mod)]
Rimworld-Animations Patch [https:// no link (local mod)]
RJWAnimAddons-VoicePatch [https:// no link (local mod)]
RJWAnimAddons-XtraAnims [https:// no link (local mod)]
RJWAnimAddons-AnimalPatch [https:// no link (local mod)]
RimJobWorld - Cum [https:// no link (local mod)]
RimJobWorld - Licentia Labs [https:// no link (local mod)]
RimJobWorld - Sex Toys and Masturbation [https:// no link (local mod)]
RimJobWorld - Whoring [https:// no link (local mod)]
RocketMan - Performance Mod [https://steamcommunity.com/sharedfiles/filedetails/?id=2479389928]

 

 

Link to comment
  • 3 weeks later...

Is there a way to add custom Xenotypes as custom Hybrids? Would be cool since HAR seems to be a bit wonky with the biotech update sometimes so i'd like to switch to the  implemented mechanics for overall compatibility and it seems that a lot of races can be emulated by using the biotech stuff as well.

 

Edit:

Is it just me, or are the menstruation genes not working yet? I'm speaking of the genes like "No bleeding", "Full estrus" and the like. I can select them when i'm making custom xenotypes, but as soon as i save and select the xenotype, these genes are gone. They don't seem to be hidden, the calculation for the food consumption also indicates that they simply didn't count. Also ingame they don't seem to have any effect. Am i missing something?

Edited by Manu82
Link to comment
  • 1 month later...
On 4/10/2023 at 7:49 AM, Karnewarrior said:

Forgive me if this isn't the right place to ask, but I'm having a very subtle bug, I think. Basically Menstraution seems to be working perfectly except that when pawns have sex, no cum appears in the womb's fluid list. No cum, no fertilization, no fertilization, no babby.

 

This is the modlist from Rimpy, if you're curious, but I'm mostly just wondering if anyone's run into this bug before, and if so, how to fix it.

 

  Reveal hidden contents

[Mod list length: 171]
Prepatcher [https:// no link (local mod)]
Harmony [https://steamcommunity.com/sharedfiles/filedetails/?id=2009463077]
Core [https:// no link (local mod)]
Royalty [Official DLC] [https:// no link (local mod)]
Ideology [Official DLC] [https:// no link (local mod)]
Biotech [Official DLC] [https:// no link (local mod)]
SRTS Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1845423808]
Vanilla Backgrounds Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2775017012]
HugsLib [https://steamcommunity.com/sharedfiles/filedetails/?id=818773962]
Allow Tool [https://steamcommunity.com/sharedfiles/filedetails/?id=761421485]
Vanilla Achievements Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2288125657]
Vanilla Expanded Framework [https://steamcommunity.com/sharedfiles/filedetails/?id=2023507013]
Alpha Mythology [https://steamcommunity.com/sharedfiles/filedetails/?id=1821617793]
Dubs Bad Hygiene [https://steamcommunity.com/sharedfiles/filedetails/?id=836308268]
[NL] Facial Animation - WIP [https://steamcommunity.com/sharedfiles/filedetails/?id=1635901197]
[NL] Facial Animation - Experimentals [https://steamcommunity.com/sharedfiles/filedetails/?id=2581693737]
Humanoid Alien Races [https://steamcommunity.com/sharedfiles/filedetails/?id=839005762]
Android Tiers Reforged [https:// no link (local mod)]
Vanilla Textures Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2016436324]
Animal Variety Coats [https://steamcommunity.com/sharedfiles/filedetails/?id=1511926373]
Animals are fun [https://steamcommunity.com/sharedfiles/filedetails/?id=2108362126]
Beautiful Outdoors [https://steamcommunity.com/sharedfiles/filedetails/?id=2011794898]
Blueprints [https://steamcommunity.com/sharedfiles/filedetails/?id=708455313]
CM Color Coded Mood Bar [1.1+] [https://steamcommunity.com/sharedfiles/filedetails/?id=2006605356]
Camera+ [https://steamcommunity.com/sharedfiles/filedetails/?id=867467808]
Character Editor [https://steamcommunity.com/sharedfiles/filedetails/?id=1874644848]
Defensive Positions [https://steamcommunity.com/sharedfiles/filedetails/?id=761219125]
Doors Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1316188771]
DragSelect [https://steamcommunity.com/sharedfiles/filedetails/?id=2599942235]
Dub's Paint Shop [https://steamcommunity.com/sharedfiles/filedetails/?id=1579516669]
Dubs Break Mod [https://steamcommunity.com/sharedfiles/filedetails/?id=1722398508]
Dubs Mint Menus [https://steamcommunity.com/sharedfiles/filedetails/?id=1446523594]
Dubs Mint Minimap [https://steamcommunity.com/sharedfiles/filedetails/?id=1662119905]
Dubs Performance Analyzer [https://steamcommunity.com/sharedfiles/filedetails/?id=2038874626]
Dubs Rimatomics [https://steamcommunity.com/sharedfiles/filedetails/?id=1127530465]
Dubs Rimkit [https://steamcommunity.com/sharedfiles/filedetails/?id=832333531]
Dubs Skylights [https://steamcommunity.com/sharedfiles/filedetails/?id=833899765]
Glass+Lights [https://steamcommunity.com/sharedfiles/filedetails/?id=826153738]
Dubs Skylights Glass+Lights Patch [https://steamcommunity.com/sharedfiles/filedetails/?id=1610803364]
Geological Landforms [https://steamcommunity.com/sharedfiles/filedetails/?id=2773943594]
Glitter Tech [https://steamcommunity.com/sharedfiles/filedetails/?id=725576127]
P-Music [https://steamcommunity.com/sharedfiles/filedetails/?id=725130005]
RT Fuse [https://steamcommunity.com/sharedfiles/filedetails/?id=728314182]
Research Reinvented [https://steamcommunity.com/sharedfiles/filedetails/?id=2868392160]
Replace Stuff [https://steamcommunity.com/sharedfiles/filedetails/?id=1372003680]
RimSaves [https://steamcommunity.com/sharedfiles/filedetails/?id=1713367505]
Rimefeller [https://steamcommunity.com/sharedfiles/filedetails/?id=1321849735]
Rimsenal - Hair pack [https://steamcommunity.com/sharedfiles/filedetails/?id=725949967]
RunAndGun [https://steamcommunity.com/sharedfiles/filedetails/?id=1204108550]
Share The Load [https://steamcommunity.com/sharedfiles/filedetails/?id=1356838246]
Simple Utilities: Wall [https://steamcommunity.com/sharedfiles/filedetails/?id=2565545335]
Snap Out! [https://steamcommunity.com/sharedfiles/filedetails/?id=1319782555]
Interaction Bubbles [https://steamcommunity.com/sharedfiles/filedetails/?id=1516158345]
SpeakUp [https://steamcommunity.com/sharedfiles/filedetails/?id=2502518544]
Subsurface Conduit [https://steamcommunity.com/sharedfiles/filedetails/?id=1609226728]
Tech Advancing [https://steamcommunity.com/sharedfiles/filedetails/?id=735268789]
The Joris Experience [https://steamcommunity.com/sharedfiles/filedetails/?id=2469797693]
Tilled Soil [https://steamcommunity.com/sharedfiles/filedetails/?id=725747149]
Vanilla Animals Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2871933948]
Vanilla Animals Expanded — Caves [https://steamcommunity.com/sharedfiles/filedetails/?id=2576512001]
Vanilla Animals Expanded — Endangered [https://steamcommunity.com/sharedfiles/filedetails/?id=2366589898]
Vanilla Animals Expanded — Royal Animals [https://steamcommunity.com/sharedfiles/filedetails/?id=2858079457]
Vanilla Animals Expanded — Temperate Forest [https://steamcommunity.com/sharedfiles/filedetails/?id=2260502331]
Vanilla Apparel Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1814987817]
Vanilla Apparel Expanded — Accessories [https://steamcommunity.com/sharedfiles/filedetails/?id=2521176396]
Vanilla Armour Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1814988282]
Vanilla Backstories Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2861806869]
Vanilla Base Generation Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2830358905]
Vanilla Brewing Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2186560858]
Vanilla Brewing Expanded - Coffees and Teas [https://steamcommunity.com/sharedfiles/filedetails/?id=2275449762]
Vanilla Cooking Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2134308519]
Vanilla Cooking Expanded - Stews [https://steamcommunity.com/sharedfiles/filedetails/?id=2134312965]
Vanilla Fishing Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1914064942]
Vanilla Cooking Expanded - Sushi [https://steamcommunity.com/sharedfiles/filedetails/?id=2158539170]
Vanilla Events Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1938420742]
Vanilla Factions Expanded - Settlers [https://steamcommunity.com/sharedfiles/filedetails/?id=2052918119]
Vanilla Weapons Expanded - Coilguns [https://steamcommunity.com/sharedfiles/filedetails/?id=2375692535]
Vanilla Weapons Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1814383360]
Vanilla Weapons Expanded - Heavy Weapons [https://steamcommunity.com/sharedfiles/filedetails/?id=2329126791]
Vanilla Weapons Expanded - Laser [https://steamcommunity.com/sharedfiles/filedetails/?id=1989352844]
Vanilla Weapons Expanded - Quickdraw [https://steamcommunity.com/sharedfiles/filedetails/?id=1906780517]
Vanilla Weapons Expanded - Frontier [https://steamcommunity.com/sharedfiles/filedetails/?id=2454918139]
Vanilla Expanded - Ideology Patches [https://steamcommunity.com/sharedfiles/filedetails/?id=2566669771]
Vanilla Expanded - Royalty Patches [https://steamcommunity.com/sharedfiles/filedetails/?id=2260012940]
Vanilla Factions Expanded - Ancients [https://steamcommunity.com/sharedfiles/filedetails/?id=2654846754]
Vanilla Factions Expanded - Empire [https:// no link (local mod)]
Vanilla Factions Expanded - Insectoids [https://steamcommunity.com/sharedfiles/filedetails/?id=2149755445]
LWM's Deep Storage [https://steamcommunity.com/sharedfiles/filedetails/?id=1617282896]
Vanilla Factions Expanded - Classical [https://steamcommunity.com/sharedfiles/filedetails/?id=2787850474]
Vanilla Factions Expanded - Mechanoids [https://steamcommunity.com/sharedfiles/filedetails/?id=2329011599]
Vanilla Factions Expanded - Pirates [https://steamcommunity.com/sharedfiles/filedetails/?id=2723801948]
Vanilla Factions Expanded - Vikings [https://steamcommunity.com/sharedfiles/filedetails/?id=2231295285]
Vanilla Fishing Expanded - Fishing Treasures AddOn [https://steamcommunity.com/sharedfiles/filedetails/?id=2468543398]
Vanilla Furniture Expanded - Architect [https://steamcommunity.com/sharedfiles/filedetails/?id=2608762624]
Vanilla Furniture Expanded - Art [https://steamcommunity.com/sharedfiles/filedetails/?id=1968134023]
Vanilla Furniture Expanded - Farming [https://steamcommunity.com/sharedfiles/filedetails/?id=1957158779]
Vanilla Furniture Expanded - Medical Module [https://steamcommunity.com/sharedfiles/filedetails/?id=1718191613]
Vanilla Furniture Expanded - Production [https://steamcommunity.com/sharedfiles/filedetails/?id=1880253632]
Vanilla Furniture Expanded - Props and Decor [https://steamcommunity.com/sharedfiles/filedetails/?id=2102143149]
Vanilla Factions Expanded - Medieval [https://steamcommunity.com/sharedfiles/filedetails/?id=2023513450]
Vanilla Furniture Expanded - Security [https://steamcommunity.com/sharedfiles/filedetails/?id=1845154007]
Vanilla Furniture Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1718190143]
Vanilla Furniture Expanded - Spacer Module [https://steamcommunity.com/sharedfiles/filedetails/?id=2028381079]
Vanilla Psycasts Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2842502659]
Alpha Animals [https://steamcommunity.com/sharedfiles/filedetails/?id=1541721856]
Alpha Bees [https://steamcommunity.com/sharedfiles/filedetails/?id=1558161673]
Vanilla Furniture Expanded - Power [https://steamcommunity.com/sharedfiles/filedetails/?id=2062943477]
Vanilla Chemfuel Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2792917473]
Vanilla Genetics Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2801160906]
Vanilla Hair Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1888705256]
Vanilla Helixien Gas Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2877699803]
Vanilla Ideology Expanded - Anima Theme [https://steamcommunity.com/sharedfiles/filedetails/?id=2666998627]
Vanilla Ideology Expanded - Dryads [https://steamcommunity.com/sharedfiles/filedetails/?id=2720631512]
Vanilla Ideology Expanded - Hats and Rags [https://steamcommunity.com/sharedfiles/filedetails/?id=2567387768]
Vanilla Ideology Expanded - Icons and Symbols [https://steamcommunity.com/sharedfiles/filedetails/?id=2552609458]
Vanilla Books Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2193152410]
Vanilla Ideology Expanded - Memes and Structures [https://steamcommunity.com/sharedfiles/filedetails/?id=2636329500]
Vanilla Ideology Expanded - Relics and Artifacts [https://steamcommunity.com/sharedfiles/filedetails/?id=2564895018]
Vanilla Ideology Expanded - Splits and Schisms [https://steamcommunity.com/sharedfiles/filedetails/?id=2573138902]
Vanilla Nutrient Paste Expanded [https:// no link (local mod)]
Vanilla Outposts Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2688941031]
Vanilla Persona Weapons Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2826922787]
Vanilla Plants Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2134308522]
Vanilla Plants Expanded - More Plants [https://steamcommunity.com/sharedfiles/filedetails/?id=2748889667]
Vanilla Plants Expanded - Succulents [https://steamcommunity.com/sharedfiles/filedetails/?id=2198652536]
Vanilla Races Expanded - Custom Icons [https:// no link (local mod)]
Vanilla Skills Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2854967442]
Vanilla Social Interactions Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2439736083]
Vanilla Storytellers Expanded - Diego Industrial [https://steamcommunity.com/sharedfiles/filedetails/?id=2455898522]
Vanilla Storytellers Expanded - Empress Evil [https://steamcommunity.com/sharedfiles/filedetails/?id=2149702528]
Vanilla Storytellers Expanded - Freya Fierce [https://steamcommunity.com/sharedfiles/filedetails/?id=2231483525]
Vanilla Storytellers Expanded - Igor Invader [https://steamcommunity.com/sharedfiles/filedetails/?id=2249879548]
Vanilla Storytellers Expanded - Maynard Medieval [https://steamcommunity.com/sharedfiles/filedetails/?id=2455898730]
Vanilla Storytellers Expanded - Neron Neolithic [https://steamcommunity.com/sharedfiles/filedetails/?id=2455898908]
Vanilla Storytellers Expanded - Oskar Obnoxious [https://steamcommunity.com/sharedfiles/filedetails/?id=2443118113]
Vanilla Storytellers Expanded - Perry Persistent [https://steamcommunity.com/sharedfiles/filedetails/?id=2149702069]
Vanilla Storytellers Expanded - Winston Waves [https://steamcommunity.com/sharedfiles/filedetails/?id=2734032569]
Vanilla Textures Expanded - Variations [https://steamcommunity.com/sharedfiles/filedetails/?id=2493234474]
Vanilla Trading Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2785616901]
Vanilla Traits Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2296404655]
Vanilla Weapons Expanded - Grenades [https://steamcommunity.com/sharedfiles/filedetails/?id=2194472657]
Vanilla Weapons Expanded - Makeshift [https://steamcommunity.com/sharedfiles/filedetails/?id=2419690698]
Vanilla Weapons Expanded - Non-Lethal [https://steamcommunity.com/sharedfiles/filedetails/?id=2454918354]
Vanilla Weapons Expanded - Tribal [https://steamcommunity.com/sharedfiles/filedetails/?id=2454918552]
Wall Light [https://steamcommunity.com/sharedfiles/filedetails/?id=1423699208]
Where is my weapon? [https://steamcommunity.com/sharedfiles/filedetails/?id=1539028008]
Won hair_men [https://steamcommunity.com/sharedfiles/filedetails/?id=1879950403]
Won hair_women  [https://steamcommunity.com/sharedfiles/filedetails/?id=1886150617]
Xeva's Rimhair [https://steamcommunity.com/sharedfiles/filedetails/?id=705924057]
Yayo's Animation (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2877292196]
[FSF] Filth Vanishes With Rain And Time [https://steamcommunity.com/sharedfiles/filedetails/?id=1508341791]
RimJobWorld [https:// no link (local mod)]
RimNudeWorld [https:// no link (local mod)]
C0ffeeRIA [https:// no link (local mod)]
Privacy, Please! [https:// no link (local mod)]
RJW Genes [https:// no link (local mod)]
RJW Sexperience [https:// no link (local mod)]
RJW Menstruation Cycle [https:// no link (local mod)]
RJW Sexperience Ideology [https:// no link (local mod)]
RJW-Events [https:// no link (local mod)]
OTY_NUDE Unofficial Update [https:// no link (local mod)]
Rimworld-Animations [https:// no link (local mod)]
Rimworld-Animations Patch [https:// no link (local mod)]
RJWAnimAddons-VoicePatch [https:// no link (local mod)]
RJWAnimAddons-XtraAnims [https:// no link (local mod)]
RJWAnimAddons-AnimalPatch [https:// no link (local mod)]
RimJobWorld - Cum [https:// no link (local mod)]
RimJobWorld - Licentia Labs [https:// no link (local mod)]
RimJobWorld - Sex Toys and Masturbation [https:// no link (local mod)]
RimJobWorld - Whoring [https:// no link (local mod)]
RocketMan - Performance Mod [https://steamcommunity.com/sharedfiles/filedetails/?id=2479389928]

 

 

Go to the colonists health tab and hold your mouse over the genitals, sometimes they don't register properly and this makes it work for me at least. Issue with pawns that has edited genitals.

Link to comment

I don't know if I am doing this right, but I'm having trouble with menstruation and sex in general, but first whatever this means. I don't know what the below means but it's probably bad right?

Spoiler

 

Error in static constructor of RJW_Menstruation.First: System.TypeInitializationException: The type initializer for 'RJW_Menstruation.First' threw an exception. ---> HarmonyLib.HarmonyException: Patching exception in method null ---> System.ArgumentException: Undefined target method for patch method static System.Boolean RJW_Menstruation.DoImpregnate_Patch::Prefix(Verse.Pawn pawn, Verse.Pawn partner)
  at HarmonyLib.PatchClassProcessor.PatchWithAttributes (System.Reflection.MethodBase& lastOriginal) [0x00047] in <255414689d344b1385ae719f6cce8c55>:0 
  at HarmonyLib.PatchClassProcessor.Patch () [0x00068] in <255414689d344b1385ae719f6cce8c55>:0 
   --- End of inner exception stack trace ---
  at HarmonyLib.PatchClassProcessor.ReportException (System.Exception exception, System.Reflection.MethodBase original) [0x00127] in <255414689d344b1385ae719f6cce8c55>:0 
  at HarmonyLib.PatchClassProcessor.Patch () [0x00093] in <255414689d344b1385ae719f6cce8c55>:0 
  at HarmonyLib.Harmony.<PatchAll>b__10_0 (System.Type type) [0x00007] in <255414689d344b1385ae719f6cce8c55>:0 
  at HarmonyLib.CollectionExtensions.Do[T] (System.Collections.Generic.IEnumerable`1[T] sequence, System.Action`1[T] action) [0x00014] in <255414689d344b1385ae719f6cce8c55>:0 
  at HarmonyLib.Harmony.PatchAll (System.Reflection.Assembly assembly) [0x00006] in <255414689d344b1385ae719f6cce8c55>:0 
  at RJW_Menstruation.First..cctor () [0x00011] in <a6f1d507af274132becf9e2e3cbc8782>:0 
   --- End of inner exception stack trace ---
  at (wrapper managed-to-native) System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(intptr)
  at System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (System.RuntimeTypeHandle type) [0x0002a] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at Verse.StaticConstructorOnStartupUtility.CallAll () [0x00025] in <95de19971c5d40878d8742747904cdcd>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.StaticConstructorOnStartupUtility:CallAll ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_5 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()
 

 

Second, having some kind of problem with sex, I think it happens when done with sex, but it's happening for both pawns and animals

Spoiler

My pawn

 

Exception in JobDriver tick for pawn Yuto driver=JobDriver_SexQuick (toilIndex=4) driver.job=(Quickie (Job_611) A=Thing_Human258)
System.MissingMethodException: void rjw.PregnancyHelper.DoImpregnate(Verse.Pawn,Verse.Pawn)
  at (wrapper dynamic-method) rjw.PregnancyHelper.rjw.PregnancyHelper.impregnate_Patch2(rjw.SexProps)
  at (wrapper dynamic-method) rjw.JobDriver_Sex.rjw.JobDriver_Sex.Orgasm_Patch1(rjw.JobDriver_Sex)
  at rjw.JobDriver_Sex.SexTick (Verse.Pawn pawn, Verse.Thing target, System.Boolean pawnnude, System.Boolean partnernude) [0x0001c] in <4e9a6dcf5b6347759ea127b63e9e4432>:0 
  at rjw.JobDriver_SexQuick+<>c__DisplayClass1_0.<MakeNewToils>b__8 () [0x00069] in <4e9a6dcf5b6347759ea127b63e9e4432>:0 
  at Verse.AI.JobDriver.DriverTick () [0x00117] in <95de19971c5d40878d8742747904cdcd>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.AI.JobUtility:TryStartErrorRecoverJob (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:DriverTick ()
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
Verse.TickManager:DoSingleTick ()
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()
 

Spoiler

Random rhino on map

 

Exception in JobDriver tick for pawn Rhinoceros86592 driver=JobDriver_Mating (toilIndex=2) driver.job=(RJW_Mate (Job_90) A=Thing_Rhinoceros86591)
System.MissingMethodException: void rjw.PregnancyHelper.DoImpregnate(Verse.Pawn,Verse.Pawn)
  at (wrapper dynamic-method) rjw.PregnancyHelper.rjw.PregnancyHelper.impregnate_Patch2(rjw.SexProps)
  at (wrapper dynamic-method) rjw.JobDriver_Sex.rjw.JobDriver_Sex.Orgasm_Patch1(rjw.JobDriver_Sex)
  at rjw.JobDriver_Sex.SexTick (Verse.Pawn pawn, Verse.Thing target, System.Boolean pawnnude, System.Boolean partnernude) [0x0001c] in <4e9a6dcf5b6347759ea127b63e9e4432>:0 
  at rjw.JobDriver_Mating+<>c__DisplayClass1_0.<MakeNewToils>b__6 () [0x00069] in <4e9a6dcf5b6347759ea127b63e9e4432>:0 
  at Verse.AI.JobDriver.DriverTick () [0x00163] in <95de19971c5d40878d8742747904cdcd>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.AI.JobUtility:TryStartErrorRecoverJob (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:DriverTick ()
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
Verse.TickManager:DoSingleTick ()
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()
 

I don't know what these mean, but it doesn't change info in the sexperience sex history, which is probably bad? I don't know if these are problems with menstruation or sexperience. Help would be appreciated!

 

I don't know if this is needed, but here's my mod list (I'm on 1.4)

Spoiler

image.png.fd43049e9100d889d847e14016833c5a.png

 

Edit: Also found that I can't spawn things through the dev menu, or open it in general, but the things like destroy and kill on my dev palette still work, but the same spawn thing / spawn full stack don't work

 

Spoiler

Exception filling window for Verse.Dialog_DevPalette: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at Verse.Dialog_Debug.SwitchTab (Verse.DebugTabMenuDef def) [0x0004c] in <95de19971c5d40878d8742747904cdcd>:0 
  at Verse.Dialog_Debug..ctor () [0x0002d] in <95de19971c5d40878d8742747904cdcd>:0 
  at Verse.DebugActionNode.Enter (Verse.Dialog_Debug dialog) [0x0001c] in <95de19971c5d40878d8742747904cdcd>:0 
  at Verse.Dialog_DevPalette.DoWindowContents (UnityEngine.Rect inRect) [0x00247] in <95de19971c5d40878d8742747904cdcd>:0 
  at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001d3] in <95de19971c5d40878d8742747904cdcd>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)
 

 

Edited by gin121
Link to comment
1 hour ago, gin121 said:

I don't know if I am doing this right, but I'm having trouble with menstruation and sex in general, but first whatever this means. I don't know what the below means but it's probably bad right?

  Reveal hidden contents

 

Second, having some kind of problem with sex, I think it happens when done with sex, but it's happening for both pawns and animals

  Reveal hidden contents
  Reveal hidden contents

I don't know what these mean, but it doesn't change info in the sexperience sex history, which is probably bad? I don't know if these are problems with menstruation or sexperience. Help would be appreciated!

 

I don't know if this is needed, but here's my mod list (I'm on 1.4)

  Reveal hidden contents

 

Edit: Also found that I can't spawn things through the dev menu, or open it in general, but the things like destroy and kill on my dev palette still work, but the same spawn thing / spawn full stack don't work

 

  Reveal hidden contents

 

broken dev menu is likely caused by using sized apparel without rimnude or replacing the DLL with the zipped one that doesn't need rimnudebud idk because you haven't posted your modlist

 

Link to comment

Apologies, maybe this will help? not the best with this stuff (if it's not obvious).

Spoiler

[Mod list length: 10]
Harmony [https://steamcommunity.com/sharedfiles/filedetails/?id=2009463077]
Core [https:// no link (local mod)]
Royalty [Official DLC] [https:// no link (local mod)]
Ideology [Official DLC] [https:// no link (local mod)]
Biotech [Official DLC] [https:// no link (local mod)]
HugsLib [https://steamcommunity.com/sharedfiles/filedetails/?id=818773962]
RimJobWorld [https:// no link (local mod)]
Camera+ [https://steamcommunity.com/sharedfiles/filedetails/?id=867467808]
RJW Sexperience [https:// no link (local mod)]
RJW Menstruation Cycle [https:// no link (local mod)]
 

 

 

EDIT: Found the issue. I'm an idiot and just needed to redownload RJW. thanks for the help and sorry for the false alarm.

Edited by gin121
I'm an idiot
Link to comment
  • 2 weeks later...
On 5/26/2023 at 9:47 AM, SquatsForTheEmperor said:

Go to the colonists health tab and hold your mouse over the genitals, sometimes they don't register properly and this makes it work for me at least. Issue with pawns that has edited genitals.

That happened to me to, and your solution worked. Thanks. 

Link to comment
  • 4 weeks 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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use