sly slim Posted January 4, 2022 Posted January 4, 2022 (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 January 5, 2022 by sly slim
zealoth88 Posted April 7, 2022 Posted April 7, 2022 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 2
dastardlii Posted December 2, 2022 Author Posted December 2, 2022 Made a quick fix to try and make this compatible with 1.4. Includes zealoth88's suggested fix. Thanks
FireSplitter Posted December 5, 2022 Posted December 5, 2022 (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 December 5, 2022 by FireSplitter
dastardlii Posted December 8, 2022 Author Posted December 8, 2022 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
dastardlii Posted July 10, 2024 Author Posted July 10, 2024 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. 1
ADfefdas Posted July 21, 2024 Posted July 21, 2024 Forgive me if I've just missed it due to blindness, but is there a link to the git?
dastardlii Posted July 30, 2024 Author Posted July 30, 2024 On 7/21/2024 at 10:20 AM, ADfefdas said: Forgive me if I've just missed it due to blindness, but is there a link to the git? https://gitgud.io/dastardlii/rjw-rbse 1
oblivions Posted September 14, 2024 Posted September 14, 2024 (edited) Any issues after the latest RJW update? Getting a number of errors at launch with just RBSE + RJW + RJW_RBSE loaded: https://gist.github.com/HugsLibRecordKeeper/1c4334c87f7433fc6acc7e2e5455b590 Once I remove RJW_RBSE the errors disappear. Edited September 14, 2024 by oblivions
SkyWarrior623 Posted November 23, 2024 Posted November 23, 2024 Has this been updated to the latest RJW? When I run the latest version of this from github I get a bunch of errors on startup
CrimsonAsh Posted November 25, 2024 Posted November 25, 2024 i think we gotta wait for the update, with all these errors.
dastardlii Posted November 25, 2024 Author Posted November 25, 2024 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.
dastardlii Posted August 24, 2025 Author Posted August 24, 2025 Initial update for 1.6 uploaded. Haven't had time to fully test it yet, so please report any issues.
Akumashe Posted November 2, 2025 Posted November 2, 2025 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 1
Ilim Posted November 6, 2025 Posted November 6, 2025 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>
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now