RimWorld

RimWorld

FemaleBB BodyType Support
 This topic has been pinned, so it's probably important
SSulungE  [developer] 4 Sep, 2019 @ 9:02am
Guide for moding BB Race
to make FemaleBB bodytype race, or make patch for existing race,

you must setup 4 things.

1. Setup alienbodytypes as FemaleBB
2. Backstory bodytype
3. bodyAddon offsets for FemaleBB body
4. put body texture in right path

Setup alienbodytypes as FemaleBB
simply add <li>FemaleBB</li> along with other body type
patch examples can be found in here

Backstory bodytype
if you did the first part. FemaleBB suuport code will automatically switch any Female bodytype background to FemaleBB when new pawns are made.

bodyAddon offsets for FemaleBB body
simply add very same offset along with other body type
EX) <FemaleBB>(-0.42, 0.55)</FemaleBB>
patch examples can be found in here

put body texture in right path
some races can use their own body texture path
Check <graphicPaths> of body. If they have custom path, put FemaleBB body texture in the path
patch examples can be found in here
Last edited by SSulungE; 15 Aug, 2021 @ 6:05am
< >
Showing 1-6 of 6 comments
Spectre 31 Jul, 2021 @ 4:35pm 
Was able to make 'Eccentric Tech - Cosmetic Modifications' work with FemaleBB in 1.3 again. Thank you very much for this guide.
Last edited by Spectre; 31 Jul, 2021 @ 4:36pm
Jasuchin 6 Jul, 2022 @ 12:40pm 
I have no idea how this guide works, where any of this is or how to edit it.
Paolini 26 Aug, 2022 @ 3:09am 
Originally posted by Jasuchin:
I have no idea how this guide works, where any of this is or how to edit it.

I did it like this :

- locate your rimworld mods (mine is at C:\Program Files (x86)\Steam\steamapps\workshop\content\294100 )

- open the race folder you want to turn into bb ( you can see the folder number in the url when you're on the mod page)

- go into 1.3 > defs > find the one where <alienbodytypes> <li>Female</li> is located, often named "RaceDef_NameOfRace"

- inside that file locate <li>Female</li> using Ctrl+F and add the bb ((step 1 above) under it.

- in the same file locate </FemaleBB> and add <FemaleBB>(-0.42, 0.55)</FemaleBB> under it (step 3 above)

- go back to content\294100 and look for textures>things you need to find the folder where the pictures of your pawn is and copy paste 3 or 6 bb body picture.

example for Sephyr race the pictures are located here content\294100\2853356739\Textures\Things\Pawn\ERN_Sephyr\Bodies

I used these pictures C:\Program Files (x86)\Steam\steamapps\workshop\content\294100\2853356739\Textures\Things\Pawn\ERN_Sephyr\Bodies (from the FemaleBB BodyType retexture mod ( https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2802859482&searchtext=FemaleBB ))

That said the tail of my pawn is on his head now lol
Last edited by Paolini; 26 Aug, 2022 @ 3:30am
SSulungE  [developer] 26 Aug, 2022 @ 4:48am 
@Paolini


Originally posted by Paolini:
Originally posted by Jasuchin:

That said the tail of my pawn is on his head now lol


Some races have their offset center to some other body part. in this case you have to manually change your tail offset number
Jangofettt5 30 May, 2024 @ 9:56pm 
any updated guide on how to do this?
Z03 16 Sep, 2024 @ 3:26pm 
How do I edit Female_Naked_FemaleBB_south ? It does not reflect my modifications properly, any edits made to north/east appear just fine, only having an issue with the south texture.
< >
Showing 1-6 of 6 comments
Per page: 1530 50