Oh... that comment reminds me: We could just make wall-mounted head trophies.
Take goblin corpse, goto workshop, make "goblin trophy block", build wall. Wall looks like a wall, just with a gobin head on a wooden board stuck on it.
I just had to do a quick mock-up:
Edit: Mh, not sure if walls would be the best idea, there are so many iterations. Maybe more like an armor-stand or display case/stand. Furniture, that you can place on floors. What do you guys think, better on floors or walls? (floors I have to make 1 sprite, walls I need 11. If I make 10 different looking goblin heads, that's 10 sprites vs. 110 sprites. On the other hand, wall-deco would be awesome)
And that lead me to taxidermy. I already wrote a reactionthat takes a creature corpse and turns it into a fitting statue in MasterworkDF... and since most creature sprites are done, I can just greyscale them, put them on pedestals, and get something like:
Mh, maybe with a bit more color:
Not sure how many people would use this, but... it's a possibility. Taxidermied creatures would be STATUEs ingame.
It's literally just one dfhack script and adding this to the tanner:
[REACTION:TAXIDERMY_STATUE]
[NAME:stuff a corpse (statue)]
[BUILDING:TANNER:CUSTOM_SHIFT_S]
[REAGENT:corpse:1:CORPSE:NONE:NONE:NONE]
[USE_BODY_COMPONENT]
[PRODUCT:100:1:STATUE:NONE:INORGANIC:TAXIDERMY]
[SKILL:TANNER]
[REACTION:TAXIDERMY_FIGURINE]
[NAME:stuff remains (figurine]
[BUILDING:TANNER:CUSTOM_SHIFT_F]
[REAGENT:remains:1:REMAINS:NONE:NONE:NONE]
[PRODUCT:100:1:FIGURINE:NONE:INORGANIC:TAXIDERMY]
[SKILL:TANNER]
It sadly wouldnt really work with procedually generated creatures like titans, fbs, demons and nightcreatures (the biggest prey), but it could be a nice way to show-case the martial powers of a fortress... a hall of killed things. Quite dwarfy. Just have to test how DF handles corpses of intelligent civ-members atm.
With close to 700 creatures ingame, it would lead to 3x 256 tilesets being used for this, due to tranparency I need 3 more for the -bg files, I dont need -top files, so it comes down to... taking up 1536 tiles. I should probably finish the last remaining mammals/creatures in 32x (some are still upscaled 24x from Doren), before doing that. ^^
Feedback?
PS: Related: Please vote on the poll. There were 500 downloads of the last version in 2 days, but only 18 people voted? Come one guys, you can do better.