Just a small tweak would help a lot...
Moderator: Moderators
Just a small tweak would help a lot...
If there is a colon between the unit name e.g. Flash and the unit description e.g. fast assault tank, it would be less likely to cause confusions to players especially newbies.
How about a way for modders to define it? In some file in the mod, have something like this:
That would allow people to set it up however they want.
Code: Select all
[infobox]
{
line1="$unitname ($description)";
line2="Health: $currentHP/$allHP";
line3="Experience: $experience";
}
Just put them at the end of the unit name or or beginning of the description, one of the first things I tried and discarded, because brackets are so much cooler... 

Hack it in an submit the patch.Maelstrom wrote:How about a way for modders to define it? In some file in the mod, have something like this:
That would allow people to set it up however they want.Code: Select all
[infobox] { line1="$unitname ($description)"; line2="Health: $currentHP/$allHP"; line3="Experience: $experience"; }