RimWorld

RimWorld

[AV] Ancient Spacer Xenos
 This topic has been pinned, so it's probably important
Veltaris  [developer] May 7, 2024 @ 8:15am
Feedback & ideas
Please post any feedback or ideas in here.
< >
Showing 1-3 of 3 comments
PHCGamer May 14, 2024 @ 11:54am 
Could you change the descriptions of genes that change numbers (broodmother gestation speed, bioadaptation sculpting/growth speed, crafty mind build/repair speed, etc.) to say how much they change those numbers by?
I noticed an oversight in your Mod. You have some Genes that force certain Head Types (etc.), but don't have the Exclusion Tags that cause Mods with custom heads to not get errors.

To fix this, add the following code to your Gene Defs that do that:
<exclusionTags> <li>Head</li> <li>AG_Heads</li> </exclusionTags>

In addition, to ensure compatibility with HAR Mod Races with custom features, add any of these to relevant Genes:
<exclusionTags> <li>Head</li> <li>AG_Heads</li> <li>BodyType</li> <li>Body</li> <li>Bodies</li> <li>AG_Body</li> <li>AG_BodyType</li> <li>AG_Bodies</li> <li>Fur</li> </exclusionTags>

All of these tags in the Exclusion Tags cause graphical errors, pink squares, error spam, and even game crashes in HAR Mod Races that do not have supporte graphics for Heads, Bodies, Fur Coats, and so on.
Veltaris  [developer] Feb 9 @ 3:18am 
@TurtleShroom

Good catch!
I've added the exclusion tags to the 'pointy head' gene.

For the HAR exclusion tags:
This is mainly a problem with the broodmother gene.
It contains a 'fix' to ensure that a pawn with male features gets their bodytype / headtype (for the eyes) or beard changed when the gender is changed.
This was previously not checking if a pawn already had genes for those, so I've added that.

However I havn't used HAR in a very long time so I'm not sure how it interacts with it.
Can you name me a HAR race mod where you have encountered these issues?

I would rather not add the exclusion tags in general, as I want those genes to be able to be used together. If it can't be helped, then I will patch them in when HAR is used.
< >
Showing 1-3 of 3 comments
Per page: 1530 50