Jump to content

[mod] RJW - RBSE Integration


dastardlii

Recommended Posts

Posted (edited)

I'm noticing a bug where the advanced bionic genitalia doesn't function correctly; i.e. using a character in hero mode and unable to initiate some sex acts. It acts as though the genitalia is missing? There doesn't seem to be any issue with the normal bionic genitalia. I've also noticed that the graphics don't seem to correctly match the physical size of all advanced bionic parts.

...this is all reminding me of a certain quest in Cyberpunk 2077.

Edited by sly slim
  • 3 months later...
Posted
On 1/4/2022 at 1:53 PM, sly slim said:

I'm noticing a bug where the advanced bionic genitalia doesn't function correctly; i.e. using a character in hero mode and unable to initiate some sex acts. It acts as though the genitalia is missing? There doesn't seem to be any issue with the normal bionic genitalia. I've also noticed that the graphics don't seem to correctly match the physical size of all advanced bionic parts.

...this is all reminding me of a certain quest in Cyberpunk 2077.

 

To get the sexual activities back but not the correct textures (I don't know how to get them back), you need to replace the "Hediffs_AdvBionic.xml" file in the "rjw-rbse\1.3\Defs\HediffDefs" folder with the following attachment.

Hediffs_AdvBionic.xml

  • 7 months later...
Posted (edited)

Just a note that this mod should be loaded before MSE2 (Medical System Expansion 2), if you use it, otherwise you get some errors. 

If you use an auto sorter you could include the "load before" option in the About.xml.

 

I did it to make sure I sort mods properly:About.xml

Edited by FireSplitter
Posted
On 12/5/2022 at 8:02 AM, FireSplitter said:

Just a note that this mod should be loaded before MSE2 (Medical System Expansion 2), if you use it, otherwise you get some errors. 

If you use an auto sorter you could include the "load before" option in the About.xml.

 

I did it to make sure I sort mods properly:About.xml

Thanks.  I added the change and uploaded a fixed version

  • 1 year later...
Posted
On 7/8/2024 at 9:07 PM, QuackShot said:

Does it still work on 1.5? Is it still needed?

 

Still works.  I'll try and update the git with a patch to update the supported version.

  • 2 weeks later...
  • 2 weeks later...
  • 1 month later...
  • 2 months later...
Posted

I haven't played Rimworld in a while, so it may be some time before I can update this. 

Just in case anyone is wondering, I reserve no rights to this mod, and give permission to update or re-release this mod to anyone who want to do so.

  • 8 months later...
  • 2 months later...
Posted

Depends on invalid package.id which is not loaded...
which is confusing cause, pretty sure I got everything loaded and in right order... then again Im a klutz so... Ill keep looking, just posting in case Im not alone with that

Posted
On 11/2/2025 at 4:38 AM, Akumashe said:

Depends on invalid package.id which is not loaded...
which is confusing cause, pretty sure I got everything loaded and in right order... then again Im a klutz so... Ill keep looking, just posting in case Im not alone with that

I had the same problem. It can be solved by editing the dependencies in the ‘About.xml’ file located at ‘RimWorld\Mods\rjw-rbse\About’. You can do this yourself by opening the file with a regular notepad, replacing the dependencies, and saving it in UTF-8 encoding.
 

If you don't know the correct dependencies, you can simply replace the data in your “About.xml” with this code: 

Spoiler

 

<ModMetaData>
<name>RJW_RBSE</name>
<author>dastardlii</author>
<url>https://gitgud.io/dastardlii/rjw-rbse</url>
<supportedVersions>
<li>1.1</li>
<li>1.2</li>
<li>1.3</li>
<li>1.4</li>
<li>1.5</li>
<li>1.6</li>
</supportedVersions>
<packageId>dastardlii.rjw.rbse</packageId>
<modDependencies>
<li>
<packageId>rim.job.world</packageId>
<displayName>RJW</displayName>
<downloadUrl>https://gitgud.io/Ed86/rjw</downloadUrl>
</li>
<li>
<packageId>Rah.RBSE</packageId>
<displayName>Rah's Bionics and Surgery Expansion</displayName>
<downloadUrl>https://ludeon.com/forums/index.php?topic=28731.0</downloadUrl>
</li>
</modDependencies>
<loadAfter>
<li>rim.job.world</li>
<li>RBSE</li>
</loadAfter>
<loadBefore>
<li>MSE2.Core</li>
</loadBefore>
<description>Adjusts RJW bionics and surgery to fit into the style and usage defined by RBSE</description>
</ModMetaData>


 

 

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