Just a small tweak would help a lot...

Just a small tweak would help a lot...

Requests for features in the spring code.

Moderator: Moderators

Post Reply
bwansy
Posts: 385
Joined: 02 May 2006, 05:21

Just a small tweak would help a lot...

Post by bwansy »

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.
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

You can add that colon yourself you know. I wouldn't want that because I prefer to use "Unitname (description)" and a colon would ruin it.
bwansy
Posts: 385
Joined: 02 May 2006, 05:21

Post by bwansy »

I see... So it's not up to the engine after all.
Sorry, I really know nothing about modding and the engine. :oops:
User avatar
Dragon45
Posts: 2883
Joined: 16 Aug 2004, 04:36

Post by Dragon45 »

This is actually a good idea nad would make sense for modmakers to put a colon after their unitnames ...
User avatar
Maelstrom
Posts: 1950
Joined: 23 Jul 2005, 14:52

Post by Maelstrom »

How about a way for modders to define it? In some file in the mod, have something like this:

Code: Select all

[infobox]
  {
  line1="$unitname ($description)";
  line2="Health: $currentHP/$allHP";
  line3="Experience: $experience";
  }
That would allow people to set it up however they want.
User avatar
Argh
Posts: 10920
Joined: 21 Feb 2005, 03:38

Post by Argh »

I didn't know you could use colons... I'll put that into the next version of NanoBlobs, if it works :-)
User avatar
Caydr
Omnidouche
Posts: 7179
Joined: 16 Oct 2004, 19:40

Post by Caydr »

I think E&E has this?
User avatar
rattle
Damned Developer
Posts: 8278
Joined: 01 Jun 2006, 13:15

Post by rattle »

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... 8)

Maelstrom wrote:How about a way for modders to define it? In some file in the mod, have something like this:

Code: Select all

[infobox]
  {
  line1="$unitname ($description)";
  line2="Health: $currentHP/$allHP";
  line3="Experience: $experience";
  }
That would allow people to set it up however they want.
Hack it in an submit the patch.
Post Reply

Return to “Feature Requests”