I couldn't unearth a recent tech thread so here is a new one. I already talked about the subject I want to address in the Unit Graphics thread.
Here is what I proposed:
That military unit graphics change as tech changes, because their abilities change too (better attack, etc.)
Here is what I have partially coded (I still have to be able to read the stuff from the xml file):
A string of characters can change based on some techs. That allows me to change the string which is an index of the image to show for units.
This can have other effects, however:
For instance, in civ, you had different advisor images and messages ("wise men" became "scientists" for instance) as tech went by.
Technology impact is now visible through the ability to build new units, and through better production (farming...). The latter is not very flashy, however.
Are there any other things that could make use of techs just to show tech evolved? Changing graphics of cities, units, is a possibility, but does anyone see something else which could be done simply in order to provide better gameplay-immersion? In terms of messages/strings, of images or whatever else?
Here is what I proposed:
That military unit graphics change as tech changes, because their abilities change too (better attack, etc.)
Here is what I have partially coded (I still have to be able to read the stuff from the xml file):
A string of characters can change based on some techs. That allows me to change the string which is an index of the image to show for units.
This can have other effects, however:
For instance, in civ, you had different advisor images and messages ("wise men" became "scientists" for instance) as tech went by.
Technology impact is now visible through the ability to build new units, and through better production (farming...). The latter is not very flashy, however.
Are there any other things that could make use of techs just to show tech evolved? Changing graphics of cities, units, is a possibility, but does anyone see something else which could be done simply in order to provide better gameplay-immersion? In terms of messages/strings, of images or whatever else?
Comment