Dwarf Fortress mods/Remove Black Dwarves: Difference between revisions
Jump to navigation
Jump to search
(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...") |
mNo edit summary |
||
Line 28: | Line 28: | ||
in their creature entries | in their creature entries | ||
[[Category:Dwarf Fortress mods]] |
Revision as of 03:17, 15 August 2023
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