Dwarf Fortress mods/Remove Black Dwarves

A Tutorial

How to edit out black dwarvesEdit

Open the file dwarf fortress>data>vanilla>vanilla_creatures>objects>creature_standard.txt

Then ctrl-F [SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]

delete all the skin colors you don't want, and the number next to them, example:

[TL_COLOR_MODIFIER:BROWN:1:DARK_TAN:1:ECRU:1:PALE_BROWN:1:PALE_CHESTNUT:1:PALE_PINK:1:PEACH:1:PINK:1]

to this with words/numbers removed

[TL_COLOR_MODIFIER:PALE_PINK:1:PEACH:1:PINK:1]

To remove Gay/Bi/Asexual dwarves and other creaturesEdit

Add this to female Castes

[ORIENTATION:FEMALE:100:0:0]

[ORIENTATION:MALE:0:0:100]

and this to male Castes

[ORIENTATION:FEMALE:0:0:100]

[ORIENTATION:MALE:100:0:0]

in their creature entries