Author Topic: Organized Upgrades  (Read 1232 times)

Zoythrus

  • Guest
Organized Upgrades
« on: 9 December 2011, 23:34:23 »
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

  • Local Moderator
  • Behemoth
  • ********
  • Posts: 1,373
    • View Profile
Re: Organized Upgrades
« Reply #1 on: 11 December 2011, 16:28:03 »
« Last Edit: 18 June 2016, 14:06:15 by filux »
Glest Advanced Engine - Code Monkey

Timeline | Downloads

Zoythrus

  • Guest
Re: Organized Upgrades
« Reply #2 on: 12 December 2011, 00:39:22 »
ok, but can we add tooltips to the produced upgrades?

Omega

  • MegaGlest Team
  • Dragon
  • ********
  • Posts: 6,167
  • Professional bug writer
    • View Profile
    • Personal site
Re: Organized Upgrades
« Reply #3 on: 12 December 2011, 02:21:05 »
ok, but can we add tooltips to the produced upgrades?
Same way as on produce:
Code: [Select]
<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]
« Last Edit: 18 June 2016, 13:17:02 by filux »
Edit the MegaGlest wiki: http://docs.megaglest.org/

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

 

anything