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...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{SHORTDESC:A Tutorial}} | |||
==How to edit out black dwarves== | ==How to edit out black dwarves== | ||
Line 28: | Line 29: | ||
in their creature entries | in their creature entries | ||
[[Category:Dwarf Fortress mods]] | |||
[[Category:Mod page]] |
Latest revision as of 04:31, 4 February 2024
How to edit out black dwarves[edit | edit source]
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[edit | edit source]
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