News:

Your help in translating MegaGlest is much appreciated.

Main Menu

Organized Upgrades

Started by Zoythrus, 9 December 2011, 23:34:23

Zoythrus

do you think that we can get the ability to sort upgrades much like we can buildings? like: basic upgrades and advanced upgrades, etc.

silnarm

Glest Advanced Engine - Code Monkey

Timeline | Downloads

Zoythrus

ok, but can we add tooltips to the produced upgrades?

Omega

#3
Quote from: Zoythrus on 12 December 2011, 00:39:22
ok, but can we add tooltips to the produced upgrades?
Same way as on produce:
<command>
<type value="upgrade" />
<name value="upgrade" />
<image path="images/image.bmp" />
<unit-requirements>
<unit name="my_unit" />
</unit-requirements>
<upgrade-requirements>
<upgrade name="my_upgrade" />
</upgrade-requirements>
<upgrade-skill value="upgrade_skill" />
<produced-upgrade name="my_upgrade" />
<produced-upgrades>
<upgrade name="my_upgrade" tip="my_tooltip" />
</produced-upgrades>
</command>


And yeah, I'll update I updated the wiki.[changes]
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert