Dwarf Fortress

Dwarf Fortress

Painted Dogs
6 Comments
ElitistMadman 13 Dec, 2023 @ 11:51am 
Are they trainable?
Joyeuse 19 Nov, 2023 @ 3:14am 
AWD located
Droseran 5 Nov, 2023 @ 3:02pm 
No problem, I'm glad I could figure it out enough to help. Thanks for adding more animals to the game!
Generic Hyena #2  [author] 5 Nov, 2023 @ 11:41am 
Thank you for proof reading my code, and at the same time providing fixes for the problems arising thereof! Can't say I'm well versed in DF code stuff. I'll update the mod in a moment!
Droseran 4 Nov, 2023 @ 9:00pm 
There's an extra : at the end of the eye TL_COLOR_MODIFIER line (line 111), and legs and feet need to be fixed the same way as the Maned Wolf mod (LEG_FRONT, LEG_REAR, FOOT_FRONT, FOOT_REAR, TOE tissue layer groups). The mottled color combinations you're trying to use for the coat don't exist, but you can define those with a descriptor_pattern_painted.txt file containing the following code:

descriptor_pattern_painted

[OBJECT:DESCRIPTOR_PATTERN]

[COLOR_PATTERN:MOTTLED_BLACK_BURNT_UMBER_SAFFRON_IVORY]
[PATTERN:MOTTLED]
[CP_COLOR:BLACK]
[CP_COLOR:BURNT_UMBER]
[CP_COLOR:SAFFRON]
[CP_COLOR:IVORY]

[COLOR_PATTERN:MOTTLED_CHARCOAL_OCHRE_BUFF_WHITE]
[PATTERN:MOTTLED]
[CP_COLOR:CHARCOAL]
[CP_COLOR:OCHRE]
[CP_COLOR:BUFF]
[CP_COLOR:WHITE]

[COLOR_PATTERN:MOTTLED_TAUPE_DARK_BEIGE_GOLDENROD]
[PATTERN:MOTTLED]
[CP_COLOR:TAUPE_DARK]
[CP_COLOR:BEIGE]
[CP_COLOR:GOLDENROD]

[COLOR_PATTERN:SPOTS_BLACK_WHITE_COPPER]
[PATTERN:SPOTS]
[CP_COLOR:BLACK]
[CP_COLOR:WHITE]
[CP_COLOR:COPPER]
CocoBat 2 Nov, 2023 @ 5:47am 
Amazing! you're putting some of my favorite animals on the workshop.