Dwarf Fortress

Dwarf Fortress

Painted Dogs
6 条留言
ElitistMadman 2023 年 12 月 13 日 上午 11:51 
Are they trainable?
Joyeuse 2023 年 11 月 19 日 上午 3:14 
AWD located
Droseran 2023 年 11 月 5 日 下午 3:02 
No problem, I'm glad I could figure it out enough to help. Thanks for adding more animals to the game!
Generic Hyena #2  [作者] 2023 年 11 月 5 日 上午 11:41 
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 2023 年 11 月 4 日 下午 9:00 
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 2023 年 11 月 2 日 上午 5:47 
Amazing! you're putting some of my favorite animals on the workshop.