Jump to content

[mod] RimJobWorld


Skömer

AI  

625 members have voted

  1. 1. Usage of AI / LLMs

    • Never used it / involuntarily used it because its automatically included everywhere
      184
    • Only a Handful of times
      157
    • Once a month
      34
    • Every week
      99
    • Daily
      151
  2. 2. Where do you use them?

    • It's part of my job
      128
    • For getting internet search results
      277
    • As a dictionary/for quick information
      176
    • For writing code/generating sprites
      117
    • For fun
      335
    • As a personal companion/partner
      73
    • For making art
      83


Recommended Posts

Posted

Bestiality simply does not occur unless the animal has a wildness value of 0 and the pawn is a zoophile. Is it intended that only zoophiles can ever get beast action and only with specific animals? I see theres code intended for pawns to resort to bestiality when sexual frustrated but i've never seen it happen.

 

It really sucks that I can only get bestiality to happen by toggling the "mark for animal breeding" button. If I want my other female pawns to engage in it i need to enter dev mode and give them the zoophile trait.

 

Edit: So yeah bestiality is basically not functional outside of the zoophile + breeder toggle. Even manually telling the pawn to mate with an animal doesn't work properly, they just go to the bed and then nothing happens so something is broken somewhere.

Posted

Hello Ed86, thank you for the quick update. But now I have another error with prostitution. There's and endless loop of notifications if my pawn accept an offer. Nothing more happens.

Posted

Just a reminder that the "induced libido" effect from humpshroom doesn't actually effect sex drive. It seems to only impact fatigue.

 

This may be easy to miss, since the sex bar does drop initially when taking humpshroom. The humpshroom does drop sex drive one time on the initial dose, but the subsequent induced libido hedif has no effect other than fatigue.

 

I've tried to fix it myself. I've found the hedif definition for it. I can see where it adds fatigue. I've tried adding in effects, but everything I put in generates an error on start, so obviously I don't know what I'm doing.

 

 

Edit:

 

Figured it out.  For anyone interested in changing this themselves, the file is \mods\RJW\Defs\Drugs\Humpshroom.xml

 

The edit is as follows.

 

Find the definition for the induced libido effect. (<defName>HumpShroomEffect</defName>)

 

Then under stages, insert the bolded text.

<stages>
            <li>
                <restFallFactor>1.33</restFallFactor>
                <statOffsets>
                    <SexFrequency>2</SexFrequency>
                </statOffsets>

            </li>
</stages>

 

Change the values to whatever you want.  It took me way too long to figure this out. Hopefully this helps the other knuckle-draggers out there like myself who have no mind for coding.

 

I'm not sure if the fatigue impact is intentional, but I left it in. I guess it make sense.

 

 

 

 

 

Posted
On 3/22/2020 at 10:34 PM, furel said:

Hi, What ways I have to increse vulnerability?

 

I have the mod Prison Labor installed and I don't want make useless prisoners removing body parts.

 

And if I have marked for whoring a prisoner, how I can atract the visitors to de prison zone so they can "work". 

1. Increasing parts sizes through surgery or licentia labs, big parts are most desired. Some traits affect it. If you designate them as CPs and they get masochist trait that'll increase it too.
2. You could always use Trading Spot and choose them to hang around your jail? Tbh I've never seen prisoners whoring for money actually working. Not sure if that's intended or not.

15 hours ago, TheOne666 said:

Is there a way I can stop every animal I butcher from dropping it's damn penis?

 

I don't want a stack of muffalo penis! I just want some hoes damn it!

Plus they can be butchered into HUMAN meat somehow, and they inflate my colony value early into the game.

Are you using Harvest Organs Post Mortem/Prisoner Harvesting/Harvest Everything or a similar mod? I'd say that'd be the issue. Check those settings.

Posted

i really love this mod, thx for updating it frequently. also i have some questions

does a pawn get happy for being pregnant or sad by getting an abortion?

bc that would be pretty immersive. maybe another situation, imagine if a female pawn gets full of eggs and depending on if she has a oviposition fetish "im full of eggs eww i hate it" -30

or being pregnant by another man's besides her lover.

idk just some random ideas, i don't know how to code mods for Rimworld

Posted

Hey guys idk what im doing wrong but the mod is downloaded in the correct order, upacked in the right place, yet the game still crashes on world gen. Can you please help me 

Posted
56 minutes ago, alascar123 said:

Hey guys idk what im doing wrong but the mod is downloaded in the correct order, upacked in the right place, yet the game still crashes on world gen. Can you please help me 

try to make a clean rjw install and delete your RJW config files located in: "...\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config"

Make sure you have Hugslib and Harmony ⇒Load Order

Posted
17 hours ago, Ed86 said:

4.0.4
fixes for casualsex and whoring
disabled vanilla orientation rolls and quirk adding for droids
fix for droids getting hetero sexuality instead of asexual
fixed rjw parts resetting in storage 
added fluid modifier, maybe someday use in drugs or operations 
added previous part owner name, maybe one day you stuff them and put on a wall 
added original owner race name
 

RJW-4.0.4.7z 2.15 MB · 109 downloads

I don't have a good sample size yet, but it seems that visitor whoring isn't quite there yet.

Before the client would walk to the bed and then walk away whereas now they start the sex, but the client still walks away and the sex doesn't finish. A bit like that bug a long time ago when one of the pawns would just go on their merry way after starting sex.

 

Or maybe, it's because the only sample size is from the caravan that came to my colony on 4.0.3.

 

Edit: Nope, the next 3 groups were still glitching out.

Edit 2: Witnessed one successful whoring. Not sure why, the only clue I got is that maybe the successful pawn had a single bed instead of a double?

Edit 3: The same pawn who managed to succeed the last time now didn't as much as get the pawn to move to to the bed.

 

Also I'm not sure how important it is, but genitals seem to have their "ejaculation/wetness" set to 0, whereas before they had a number based on their size.

Posted
9 hours ago, juste95 said:

Hello Ed86, thank you for the quick update. But now I have another error with prostitution. There's and endless loop of notifications if my pawn accept an offer. Nothing more happens.

Had same issue in 4.0.4, strangely enough it's disappeared once i build bigger room for prostitute and installed another bed, have no idea is it was the case ofc.
Before: 3x3 room, default single bet - endless "accepted offer" loop
After: 5x5 room, double whore bed - working good

Posted
11 hours ago, LL_PW said:

Then under stages, insert the bolded text.

<stages>
            <li>
                <restFallFactor>1.33</restFallFactor>
                <statOffsets>
                    <SexFrequency>2</SexFrequency>
                </statOffsets>

            </li>
</stages>

Spoiler

 

I made myself a "mod" where I collect patches for stuff I feel should be changed, but don't want to bug the authors (it's often personal preferences), and don't want to edit files after each update. So I made your suggestion into a patch:


<?xml version="1.0" encoding="utf-8" ?>
<Patch>
    <!-- https://www.loverslab.com/topic/110270-mod-rimjobworld/?do=findComment&comment=2939481 -->
  <Operation Class="PatchOperationSequence">
    <success>Normal</success>
    <operations>
      <li Class="PatchOperationInsert">
        <xpath>/Defs/HediffDef[defName="HumpShroomEffect"]/stages/li[1]/restFallFactor</xpath>
        <value>
          <statOffsets>
            <SexFrequency>2</SexFrequency>
          </statOffsets>
        </value>
      </li>
    </operations>
  </Operation>
</Patch>

It's only a "Sequence" because I'm lazy and copied the structure from another patch. But hey, that makes it expandable.

 

Edit: has been added to base RJW. That didn't take long ?

Posted

Didn't really have the need to do that before, so I'm not sure how long this one is in, but it seems operations do not work on amputated RJW bodyparts, i.e. hedriffs like "cut off" aren't cleared before a body part hedriff is added and since the "chest" body part technically doesn't exist at that point, the operation ends with the implanted body part being consumed and the pawn still having an amputated body part.

I only tested this on breasts, but I reckon similar thing may be happening for genital and anus slots too.

Posted

4.0.5
added sexdrive to HumpShroomEffect
fixed bestiality and whoring follow script sometimes gets interrupted and cause notification spam
Merge branch 'patch-1' into 'Dev'
fix: error when child growing to teenager
 

RJW-4.0.5.7z

Posted
23 minutes ago, Anonymous said:

Didn't really have the need to do that before, so I'm not sure how long this one is in, but it seems operations do not work on amputated RJW bodyparts, i.e. hedriffs like "cut off" aren't cleared before a body part hedriff is added and since the "chest" body part technically doesn't exist at that point, the operation ends with the implanted body part being consumed and the pawn still having an amputated body part.

I only tested this on breasts, but I reckon similar thing may be happening for genital and anus slots too.

tried - works fine

Posted
5 hours ago, Skömer said:

try to make a clean rjw install and delete your RJW config files located in: "...\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config"

Make sure you have Hugslib and Harmony ⇒Load Order

My config file is empty, its in the right order but it still shows a punch of things it can't find at start up and still fails at world gen

 

Posted
10 hours ago, Skömer said:

try to make a clean rjw install and delete your RJW config files located in: "...\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config"

Make sure you have Hugslib and Harmony ⇒Load Order

Im clueless on what i need to do

 

Posted
Spoiler
19 hours ago, juste95 said:

Hello Ed86, thank you for the quick update. But now I have another error with prostitution. There's and endless loop of notifications if my pawn accept an offer. Nothing more happens.

 

 

same here, using RJW 4.0.5.

Posted

so i might be a freaking idiot but it seems that the rjw parts now do not show up on anything unless i manually add them the sex need is also no longer present in anything .... it seems somthing is out of order or i am missing something does anyone have any advice ... i am sorry if im being dumb but im pretty bad at mod sorting 

 

Posted
Spoiler

Mono path[0] = 'C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Managed'
Mono config path = 'C:/Program Files (x86)/Steam/steamapps/common/RimWorld/MonoBleedingEdge/etc'
Initialize engine version: 2019.2.17f1 (8e603399ca02)
[XR] Discovering subsystems at path C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/UnitySubsystems
GfxDevice: creating device client; threaded=1
Direct3D:
    Version:  Direct3D 11.0 [level 11.0]
    Renderer: NVIDIA GeForce GTX 750 Ti (ID=0x1380)
    Vendor:   
    VRAM:     2007 MB
    Driver:   26.21.14.3200
Begin MonoManager ReloadAssembly
- Completed reload, in  0.265 seconds
<RI> Initializing input.
<RI> Input initialized.
<RI> Initialized touch support.
UnloadTime: 0.922400 ms
RimWorld 1.1.2579 rev1090
Mod Age Morphosis Cells is missing packageId in About.xml! (example: <packageId>AuthorName.ModName.Specific</packageId>)
 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)

Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9B96010.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9A252D0.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9AAAB80.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9CF8030.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9D17640.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A99E2060.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A99E8870.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9B50020.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9AFFA20.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9B01430.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9D30260.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9B120C0.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9B02E40.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9D446A0.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9D49AB0.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9A22AB0.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9D4B6C0.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9D55CE0.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9D5E8F0.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9D60B00.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9D89F30.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9D8F740.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224AB9C1040.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9DDC010.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9DE7030.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9DEBE40.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9DEF450.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9DCECC0.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9E0D460.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9E15070.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9EB0020.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9EBF040.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9EC1E50.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224A9B53230.dll
Fallback handler could not load library C:/Program Files (x86)/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Mono/data-00000224ABD88860.dll
[HugsLib] version 7.1.1
BodyDef QuadrupedAnimalWithPawsDragon has BodyPartRecord of Body whose children have more or equal coverage than 100% (101.60%)
 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)

[RJW]RomanceDiversified is not detected
[RJW]Rimworld of Magic is detected.
[RJW]Children&Pregnancy is not detected
Type TextureChooser probably needs a StaticConstructorOnStartup attribute, because it has a field LeftArrow of type Texture2D. All assets must be loaded in the main thread.
 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)

[HugsLib] initializing ARimWorldOfMagic, RJW
Loaded file (Scenario) is from version 1.1.2563 rev731, we are running version 1.1.2579 rev1090.
 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)

Loaded file (Scenario) is from version 1.1.2563 rev731, we are running version 1.1.2579 rev1090.
 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)

Unloading 5 Unused Serialized files (Serialized files now loaded: 0)

Unloading 51 unused Assets to reduce memory usage. Loaded Objects now: 11868.
Total: 107.174200 ms (FindLiveObjects: 1.885500 ms CreateObjectMapping: 1.624300 ms MarkObjects: 103.548200 ms  DeleteObjects: 0.115400 ms)

Unloading 3 Unused Serialized files (Serialized files now loaded: 0)
UnloadTime: 0.519900 ms

Unloading 22 unused Assets to reduce memory usage. Loaded Objects now: 12124.
Total: 117.690900 ms (FindLiveObjects: 1.132800 ms CreateObjectMapping: 1.191500 ms MarkObjects: 115.214700 ms  DeleteObjects: 0.151200 ms)

Initializing new game with mods:
  - brrainz.harmony
  - Ludeon.RimWorld
  - UnlimitedHugs.HugsLib
  - jecrell.jecstools
  - Torann.ARimworldOfMagic
  - sarg.smartspeed
  - fluffy.modmanager
  - onyxae.dragonsdescent
  - rim.job.world
Unloading 0 Unused Serialized files (Serialized files now loaded: 0)

Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 18651.
Total: 191.892600 ms (FindLiveObjects: 1.767400 ms CreateObjectMapping: 1.749100 ms MarkObjects: 188.295400 ms  DeleteObjects: 0.080000 ms)

Available strategies: ImmediateAttack, ImmediateAttackFriendly, ImmediateAttackSmart, StageThenAttack, ImmediateAttackSappers, Siege
Strategy: StageThenAttack
Available arrival modes: EdgeWalkIn, EdgeWalkInGroups
Arrival mode: EdgeWalkIn
Event.Use() should not be called for events of type Layout
 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)

 

I found a game breaking crash load order harmony, core, hugslib, jectools, a rimworld of magic, smart speed, mod manager, dragon's decent, RJW. now idk whts going on here iv posted in dragon's decent and the rimworld discord but I thought id post here to RJW dose not casue this but makes it happens faster that's it take a look and c for ur self don't know whts gogin on

Posted

I've never seen a colonist hook up with another.

Nor a nympho join someone in bed unless the two are in a relationship.

And rapists don't rape unless he/she's a nympho.

 

Am I the only one experiencing these issues?

 

Mods that I use that modify AI behavior:

- Common sense

- Psychology

- Pickup and haul

- While you're up

- Priority treatment

- Quality builder

- Quality surgeon

- Hospitality

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   1 member

×
×
  • Create New...