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
9 hours ago, Horatius_PL said:

It doesnt have to be the O21 mods problem. I had the same shit with multiple mods who supposedly made RJW stop working.

If i had to guess its some problem with Harmony/Hugslib interaction.

yeah i didnt think it was that mod i was just saying that action was what fixed it

 

Posted

This might have been asked elsewhere, but I was wondering if the RJW Animations mod is ever going to be packaged as part of the main mod. The animations look pretty darn good, but unfortunately its currently set up as a complete replacement for RJW rather than an add-on!

Posted
10 hours ago, pumacatrun2 said:

Had that issue myself a bit back - did the pawns spawn with chest/genitals/anus properly? For me they didn't and once I added them with dev mode I was able to roll other sexualities again.

They had everything, I thought it was the featureless chest I used since prepare carefully gives everyone, male or female average breasts when selected, but flat breasts on randomized males, but on a random new colony with normal every proper part on every colonist, but it still has a 100% chance of rolling asexual while fetishes reroll perfectly fine.  

Posted
2 hours ago, shar181 said:

This might have been asked elsewhere, but I was wondering if the RJW Animations mod is ever going to be packaged as part of the main mod. The animations look pretty darn good, but unfortunately its currently set up as a complete replacement for RJW rather than an add-on!

?Bookmarked ?

Posted
On 3/19/2020 at 12:41 PM, 369cf0 said:

After looking into how sounds work in Rimworld, I've discovered that SubSoundDef.TryPlay selects a random audio grain to play, as seen here:
 


public virtual void TryPlay(SoundInfo info)
{
  ...
  ResolvedGrain resolvedGrain = this.RandomizedResolvedGrain();
  ...
}

public ResolvedGrain RandomizedResolvedGrain()
{
  ...
  chosedGrain = this.resolvedGrains.RandomElement<ResolvedGrain>();
  ...
}


So if this works as I think it does, couldn't this be implemented with just a few xml edits and a tweak to xxx.sexTick()?

Example (not tested):
 


<Defs>
  <SoundDef>
    <defName>FemaleHumanMoan</defName>
    <context>MapOnly</context>
    <eventNames />
    <maxSimultaneous>1</maxSimultaneous>
    <subSounds>
      <li>
        <grains>
          <li Class="AudioGrain_Folder">
            <clipFolderPath>Sex/moans/human/female0</clipFolderPath>
          </li>
          <li Class="AudioGrain_Folder">
            <clipFolderPath>Sex/moans/human/female1</clipFolderPath>
          </li>
          ....
        </grains>
        <volumeRange>
          <min>16</min>
          <max>16</max>
        </volumeRange>
        <pitchRange>
          <min>0.8</min>
          <max>1.2</max>
        </pitchRange>
        <distRange>
          <min>0</min>
          <max>51.86047</max>
        </distRange>
        <sustainLoop>False</sustainLoop>
      </li>
    </subSounds>
  </SoundDef>
</Defs>

 

Rather than see this wonderful suggestion disappear in the sea of posts, I was think of reposting this in the [mod] RJW -New Sounds thread. Would doing violate forum "norms"? 

Posted

So I managed to fix my disappearing UI issues by simply re-installing RJW, but now whenever my male and female pawns (with all appropriate body parts) have sex, RJW throws an error in the log that no available sex types exist for them. I am so confused.

Posted
1 hour ago, audixas said:

So I managed to fix my disappearing UI issues by simply re-installing RJW, but now whenever my male and female pawns (with all appropriate body parts) have sex, RJW throws an error in the log that no available sex types exist for them. I am so confused.

I'm getting the same error. It works properly if you force an action through hero or direct but anything the pawns do on their own just throws the error.

Posted

Has anyone encountered this issue of mine? I've noticed that the fertility would change to 0% when editing pawns traits or heath sections and not go back (using EdB Prepare Carefully). Or is this just a visual Bug? I had tried disabling mods and reinstalling them also the game of itself, but I still get the same results. Any ideas?

Posted

alright so I just had one of my pawns (an android) go rape a CP prisoner, (normal pawn) and after the CP prisoner dissapperd from the map hes not dead, his bed still has his name, other pawns have thoughts about him but hes poof gone no errors where thrown i have the lastest updates this is the 2nd time its happened (1st time was android with target being a naga CP prisoner) anyone eles seen this?

Posted
7 hours ago, shar181 said:

This might have been asked elsewhere, but I was wondering if the RJW Animations mod is ever going to be packaged as part of the main mod. The animations look pretty darn good, but unfortunately its currently set up as a complete replacement for RJW rather than an add-on!

doubt it

Posted

I'm having an issue where the insect aren't cocooning anyone anymore since the 1.1 update and the V/B/A on each pawn is randomly changing every few minutes during assaults, seemingly preventing egg implantation maybe?

Posted
20 minutes ago, Shaving Ryan's Privates said:

I also have the bug with rerolling sexualities. It properly rerolls them until it hits Asexual and then it's stuck there and only rerolls the fetishes.

I havent even checked the sexualities but its probably also doing that. I noticed how it randomly updates and alters a pawns gender specific genitals, chest, and anus every minute or so.

Posted

Tried reinstalling the mod, removing the update and updating Rimworld again, reordering the mod list, recreating every pawn from scratch, and lowering asexuality chance to 0% but it still only rolls asexual every time with fetishes rolling normally.

Posted
3 hours ago, Shaving Ryan's Privates said:

I also have the bug with rerolling sexualities. It properly rerolls them until it hits Asexual and then it's stuck there and only rerolls the fetishes.

the only two ways to roll Asexual sexuality is to have Asexual trait or have no genitals

Posted

Think I might have found it but haven't managed to solve the issue, I gave one of my colonists two dicks, and one dick, their anus, and chest are listed under whole body, while the other dick is listed genitals, but every other villager has every part listed under whole body and no genitals even with dick/vagina, breasts, and anus.  So I guess the game is for some reason not listing the genitals under genitals so it's breaking everyone and making them asexual, but I have no ideas on a fix for it yet.  If anybody works it out please do post, and thanks for anything.

Posted
8 minutes ago, GayestDragon said:

Think I might have found it but haven't managed to solve the issue, I gave one of my colonists two dicks, and one dick, their anus, and chest are listed under whole body, while the other dick is listed genitals, but every other villager has every part listed under whole body and no genitals even with dick/vagina, breasts, and anus.  So I guess the game is for some reason not listing the genitals under genitals so it's breaking everyone and making them asexual, but I have no ideas on a fix for it yet.  If anybody works it out please do post, and thanks for anything.

Yeah, the way body parts get assigned is extremely inconsistent. Sometimes they get categorized properly, most of the time they do not.

 

Edit: Found out the problem with body parts. You need to add RJW body parts to their specific areas with debug mode. So penis and vagina to genitals, breasts to chest, anus to... anus. You remove all existing hediffs and then add them individually and after that there's also options in the add hediff menu to set the part sizes.

Posted
21 minutes ago, audixas said:

Yeah, the way body parts get assigned is extremely inconsistent. Sometimes they get categorized properly, most of the time they do not.

 

Edit: Found out the problem with body parts. You need to add RJW body parts to their specific areas with debug mode. So penis and vagina to genitals, breasts to chest, anus to... anus. You remove all existing hediffs and then add them individually and after that there's also options in the add hediff menu to set the part sizes.

 

23 minutes ago, GayestDragon said:

Think I might have found it but haven't managed to solve the issue, I gave one of my colonists two dicks, and one dick, their anus, and chest are listed under whole body, while the other dick is listed genitals, but every other villager has every part listed under whole body and no genitals even with dick/vagina, breasts, and anus.  So I guess the game is for some reason not listing the genitals under genitals so it's breaking everyone and making them asexual, but I have no ideas on a fix for it yet.  If anybody works it out please do post, and thanks for anything.

Sounds like you have one of those badly coded mods that mess up RJW.

 

Quote
  • Lost forrest - author patched the races to prevent them beeing able to perform any RJW actions
  • steamicon.png.5ba708cafb7b3251199ff48d32e2e6bd.png Character editor - anus slot unsupported
  • Kurin - become futa, since they dont use alien race framework
  • steamicon.png.5ba708cafb7b3251199ff48d32e2e6bd.png Evolved Organs, pawnmorpher & similar - updating mid game shuffles bodyparts around
  • steamicon.png.5ba708cafb7b3251199ff48d32e2e6bd.png Garam, Race Addon - tries to much, does nothing good, all features are part of other mods already, dont use 
  • apparently Alien faces expanded
  • steamicon.png.5ba708cafb7b3251199ff48d32e2e6bd.png Zombieland - zombies sometimes drop bondage keys
  • steamicon.png.5ba708cafb7b3251199ff48d32e2e6bd.png Prepare Carefully - sometimes spawns your starting pawn(s) with bonded hediffs which can only be removed with devmode: remove hediff command, also might remove everyones fertility, dont use
  • steamicon.png.5ba708cafb7b3251199ff48d32e2e6bd.png [RF]Body Type Extend - Sexuality, RJW commands box, and genital generation

For example Evolved organs or pawnmorpher, possibly Body Type Extend.

Posted
3 minutes ago, Anonymous said:

 

Sounds like you have one of those badly coded mods that mess up RJW.

 

For example Evolved organs or pawnmorpher, possibly Body Type Extend.

Yeah, out of that I have Pawnmorpher and Prepare Carefully, thanks.  Is there any other mods that work with RJW for making customizable pawns?  Prepare Carefully's all I've found that allows personal pawns or challenge runs, you know any possibly?

 

25 minutes ago, audixas said:

Yeah, the way body parts get assigned is extremely inconsistent. Sometimes they get categorized properly, most of the time they do not.

 

Edit: Found out the problem with body parts. You need to add RJW body parts to their specific areas with debug mode. So penis and vagina to genitals, breasts to chest, anus to... anus. You remove all existing hediffs and then add them individually and after that there's also options in the add hediff menu to set the part sizes.

Also thank you too, I'll try it out!!!

Posted
23 minutes ago, GayestDragon said:

Yeah, out of that I have Pawnmorpher and Prepare Carefully, thanks.  Is there any other mods that work with RJW for making customizable pawns?  Prepare Carefully's all I've found that allows personal pawns or challenge runs, you know any possibly?

 

Also thank you too, I'll try it out!!!

Depends what you mean by "customizable". Character Editor lets you edit stuff like health status, relationships, traits, etc and at least the 1.0 version worked with RJW parts with the exception of the anus slot (don't know if  RJW parts work now after the redesign).

Posted

Alright, so I have been running into a certain bug pretty consistently.

 

When a pawn invites another to have sex, they will lead the other pawn to their bed as normal. At that point, they will immediately move on to other tasks and the sex never happens. No animation, no (de)buffs afterwards. It's like the sex task is just cancelled. So far, I've seen this happen with both whoring and bestiality (when a zoophile "hero" pawn is directed to prioritize breeding with an animal).

 

Any kind of sex that occurs immediately works fine and, curiously, I've noticed that if I direct my zoophile to breed right after she rapes someone, sex will happen normally after she leads the animal to her bed!

 

Has this bug shown up for anyone else?

Posted
22 minutes ago, GayestDragon said:

Yeah, out of that I have Pawnmorpher and Prepare Carefully, thanks.  Is there any other mods that work with RJW for making customizable pawns?  Prepare Carefully's all I've found that allows personal pawns or challenge runs, you know any possibly?

 

Prepare Carefully can only mess up your starting pawns, which you can easily fix and then disable the mod once you started a playthrough (I don't even know if this mod even does anything after the start). Personally I never had a single problem with Prepare Carefully, so despite the longest description there, it's the least important entry on this list.

And yeah, according to reports the issue you're having is exactly because of Pawnmorpher (I basically went "Wait, I seen this one before" when I read your comment).

 

The question is: what kind of "customizability" you are looking for? If you mean "visually", then I don't think there are quite many mods like that, so it may be a question "Do I want RJW or customizability?".

If you want general modifications, like "mutations" or other implants without visual changes, then there's a number of options that should work just fine with RJW. For example Genetic Rim works fine (at least I have no problems and it isn't listed under "Mod issues" tab in the third post in this thread)

 

 

Wait, speaking of mods, why the heck is Pawnmorpher listed under Recommended Mods if it completely breaks existing RJW body parts on updade?

Posted
5 minutes ago, shar181 said:

Alright, so I have been running into a certain bug pretty consistently.

 

[...]

Yeah, read the last 3 pages or so. It's been the talk lately. Ed tried to fix it last update, but it's been in vain thus far.

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...