hey everyone so iv been playing dwarf fortress for a few months id say and i noticed certain creatures that are described to be these large horrifying monsters are displayed the same size as a dwarf or goblen ect. when i believe they should be visually displayed as a unit that would be a 1x2 tile or 4x4 for example unit. Now i do understand that the game uses single symbols to display everything and that 4 d's (just throwing out a random letter) in a square might not seem like much of a difference to most to give u a better idea of this creatures size but i use a skin pack and from what iv read it seems alot of others do to and a 4x4 dragon image would give u an awesome view of what your dwarfs are truly up against. Now what iv toyed around with coding for a different 2d game engine that revolved around units being a single square but the way around it was to make 1 square function as the true unit while the other squares were binded to it and stuck to it strictly for cosmetic purposes. i also understand this could make these larger units not fit well thru smaller spaces that there smaller counterparts could before so heres my solution to that as well
xx
xx say these x's represent a 2x2 unit make the top row have a density of 0 so it passes over any walls or other units so theyd simply be standing behind it, because while a giant or ogre might be 10 feet tall hes probly not 10 feet wide (theres probly exceptions to this rule) and the bottom right or bottom left or both could be the actual unit that would control movement and participate in combat or make it so all segments are units hence you would have to defeat the left arm right arm legs and head seperatly or make them all share a single hp amount but could be attacked from all angles for particularly powerful creatures. so yeah thats my idea lemme know what you think and if it can be done i dont know anything about how the game engine works personaly so dont bash me if its not possible. thanks and keep up the great work. p.s. i searched forums to see if someone else mentioned this and didnt see any so dont yell at me if there are i tried.