Dwarf Fortress

Dwarf Fortress

Better Creature Descriptions
Doctor Zalgo 2024 年 2 月 8 日 上午 12:23
Entries in the errorlog
Thanks for your work on this mod which I am really enjoying!

In the last few days, I've been going on a bit of a tear debugging mods which are putting entries into my error.log. BCD has been adding a few relating to SELECT_TISSUE_LAYER and the Giant Leech tail attack. I think I've identified the problem and figured the fixes (with some help from the DF discord).

1. In creature_birds_desc.txt and creatures_birds_new_desc.txt,
change
[SELECT_TISSUE_LAYER:BY_CATEGORY:BEAK:BONE]
to
[SELECT_TISSUE_LAYER:BONE:BY_CATEGORY:BEAK]

2. In creature_insects_desc.txt,
change
[SELECT_TISSUE_LAYER:BY_CATEGORY:WING:CHITIN]
to
[SELECT_TISSUE_LAYER:CHITIN:BY_CATEGORY:WING]

3. In creature_birds_desc.txt change
[SELECT_TISSUE_LAYER:BY_CATEGORY:ALL:FEATHER]
to
[SELECT_TISSUE_LAYER:FEATHER:BY_CATEGORY:ALL]

In creature_riverlakepool_new_desc.txt,
remove
[APPLY_CREATURE_VARIATION:TAIL_ATTACK]
from
[SELECT_CREATURE:GIANT_LEECH]
[Alternatively, you can add tails as a body part for slam, but this seemed like an easier solution and as an added benefit makes them more bitey which certainly creeps me out.]

Also, I noticed that the default birds seem to have feet (rather than claws) so if ever go back for another pass, you might consider adding [BODYGLOSS:CLAW_FOOT] to all the birds.

I tested Crows 2.0 in the arena and they had black beaks and claws while they attacked each other so I hope this is helpful.
最后由 Doctor Zalgo 编辑于; 2024 年 2 月 8 日 上午 12:27
< >
正在显示第 1 - 2 条,共 2 条留言
annaflyte  [开发者] 2024 年 2 月 10 日 上午 6:39 
Thanks a ton, I will add this and update the mod this week. The stuff the error log was throwing didn't seem to affect anything in game so I left it in there as I wasn't sure how to fix it.
Doctor Zalgo 2024 年 2 月 10 日 上午 10:05 
引用自 annaflyte
Thanks a ton, I will add this and update the mod this week. The stuff the error log was throwing didn't seem to affect anything in game so I left it in there as I wasn't sure how to fix it.

Oh It wasn't breaking anything, it just meant that the beaks wouldn't have been black (and in the case of the leech, they can't make their slam attacks). I only bring it up because I'm in 'integration mode' (and because crows are cool). Thanks once again!
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50