RimWorld

RimWorld

Not enough ratings
How to Make Antis Not Ugly
By Errotic Neko-Maid
This is my first guide, so don't scold me for the quality.
In this guide I will explain how to make the Anti race not ugly, without patches
   
Award
Favorite
Favorited
Unfavorite
Where to start?
For modification you will need: file editor, I will use Notepad++
Unfortunately, since version 1.5, the author has removed the "PawnBeauty" parameter from the race file, so we will work surgically - change the mod files ourselves
Let's begin
First we need the race file. It will be located in the following path:
workshop\content\294100\2297729625\1.5\Defs\Antylike

You need the file "GeneralRace.xml"
When you open it, you will probably be horrified by the pile of incomprehensible code, but don't worry, it's not that scary. Use ctrl+f to open the search menu and type "bases" or scroll to the part "statBases"


probably it doesn't matter where in this section you insert it, but it's better to insert it like I did - above <MarketValue>820</MarketValue>

Just copy the parameter below and paste it
<PawnBeauty>0</PawnBeauty>

Thank you for reading the guide, I hope you enjoyed it