So, I've been using the Phoebus graphics set and attempting to mod the game. I've begun to ponder if we can do more with graphics. For example, I'm working on an Elder Scrolls mod where you play as the Imperials with a number of sub-castes including elves and argonians and I've wondered if there was a way to display each caste with unique graphics.
I've tried making unique classes for them with unique graphics set but I'm not certain how to properly initialize a class to get it to work. I could fill the game with lots of unique "noble" positions but that would be to cumbersome. Then I started looking at the graphics file themselves and noticed you can set multiple tile pages to draw the graphics from. It also has settings for unique states of character such as zombies, skeletons, and ghosts... why can't these unique castes also be unique states?
For example, it could go like this:
[DEFAULT:IMPERIAL:0:18:AS_IS:GHOST]
[STANDARD:IMPERIAL:0:18:AS_IS:GHOST]
[STANDARD:IMPERIAL:1:0:AS_IS:DEFAULT]
[STANDARD:ARGONIAN:1:0:AS_IS:ARGONIAN]
Does anyone have anything that could help with this? Any examples of something doing this? At the very least, a guide on how to create new "unique" classes for castes?
I like to imagine a Dwarf Fortress game the graphics displaying more and, possibly, for unique graphics for unique characters. I'd like my favorite hero characters to have unique character graphics just for them to display how cool and awesome they are.
The system seems very versatile, it's just a question as to how we can unlock it.