How to Make Antis Not Ugly

RimWorld650 views4 favorites1 min readby Errotic Wolfy-MaidView on Steam ↗

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

This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.