Dwarf Fortress mods/Remove Black Dwarves

Revision as of 22:42, 11 August 2023 by Admin (talk | contribs) (Created page with "==How to edit out black dwarves== Open the file <code>dwarf fortress>data>vanilla>vanilla_creatures>objects>creature_standard.txt</code> Then ctrl-F <code>[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]</code> delete all the skin colors you don't want, and the number next to them, example: <code>[TL_COLOR_MODIFIER:BROWN:1:DARK_TAN:1:ECRU:1:PALE_BROWN:1:PALE_CHESTNUT:1:PALE_PINK:1:PEACH:1:PINK:1]</code> to this with words/numbers removed <code>[TL_COLOR_MODIFIER:PALE_PINK:1:PEA...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to edit out black dwarves

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 creatures

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