Author Topic: [not a bug] Command bugs with alot of morph commands  (Read 625 times)

Coldfusionstorm

  • Golem
  • ******
  • Posts: 868
    • View Profile
[not a bug] Command bugs with alot of morph commands
« on: 20 October 2011, 18:27:14 »
Full XML http://pastebin.com/VT4KWsGX

Screenshot of the problem
http://img98.imageshack.us/img98/5550/glestinspace20111020200.jpg

This are the two commands that does not work.
Code: [Select]
   
        <command>
         <type value="morph"/>
         <name value="spawn_lasher"/>
         <image path="../queen/images/queen.bmp"/>
         <unit-requirements/>
         <upgrade-requirements/>
         <morph-skill value="morph_skill"/>
         <morph-unit name="lasher"/>
         <discount value="0"/>
      </command>
     
      <command>
         <type value="morph"/>
         <name value="spawn_worker"/>
         <image path="../queen/images/queen.bmp"/>
         <unit-requirements/>
         <upgrade-requirements/>
         <morph-skill value="morph_skill"/>
         <morph-unit name="blob"/>
         <discount value="0"/>
      </command>

Standard debug information

Windows 7.
Megaglest SVN version 2466

CPU:Intel e6600 2,4 Ghz
GPU:8800GTX 768 Mb ram

« Last Edit: 2 November 2011, 06:43:14 by tomreyn »
WiP Game developer.
I do danish translations.
"i break stuff"

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Re: Command bugs with alot of morph commands
« Reply #1 on: 21 October 2011, 04:57:05 »
Could you post the faction so i could test and debug this, i see nothing obvious just looking at the XML.

Coldfusionstorm

  • Golem
  • ******
  • Posts: 868
    • View Profile
Re: Command bugs with alot of morph commands
« Reply #2 on: 21 October 2011, 09:00:18 »
Here is the link

EDIT:I added the link :S
EDIT 2: Link Removed since issue is reported

its the race named morphlings, and to test you need to produce a "eeg" from your starting unit the queen.
« Last Edit: 21 October 2011, 16:55:27 by Coldfusionstorm »
WiP Game developer.
I do danish translations.
"i break stuff"

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Re: Command bugs with alot of morph commands
« Reply #3 on: 21 October 2011, 16:46:41 »
The UI only supports a max of 6 morph commands per unit (the command selection area in the UI). This is why. I have added a warning message to the commandline validator about this.