RimWorld

RimWorld

FemaleBB BodyType Support
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
SSulungE  [udvikler] 4. sep. 2019 kl. 9:02
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
Sidst redigeret af SSulungE; 15. aug. 2021 kl. 6:05
< >
Viser 1-6 af 6 kommentarer
Spectre 31. juli 2021 kl. 16:35 
Was able to make 'Eccentric Tech - Cosmetic Modifications' work with FemaleBB in 1.3 again. Thank you very much for this guide.
Sidst redigeret af Spectre; 31. juli 2021 kl. 16:36
Jasuchin 6. juli 2022 kl. 12:40 
I have no idea how this guide works, where any of this is or how to edit it.
Paolini 26. aug. 2022 kl. 3:09 
Oprindeligt skrevet af 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
Sidst redigeret af Paolini; 26. aug. 2022 kl. 3:30
SSulungE  [udvikler] 26. aug. 2022 kl. 4:48 
@Paolini


Oprindeligt skrevet af Paolini:
Oprindeligt skrevet af 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. maj 2024 kl. 21:56 
any updated guide on how to do this?
Z03 16. sep. 2024 kl. 15:26 
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.
< >
Viser 1-6 af 6 kommentarer
Per side: 1530 50