Page 1 of 1
commands separated from the buildmenu...
Posted: 16 Apr 2008, 02:18
by smoth
Does anyone know how to do this in lua without completely rewriting all the commands and simulating them in lua?
Re: commands separated from the buildmenu...
Posted: 16 Apr 2008, 02:56
by LordMatt
What exactly are you trying to do? A crude paint image might illustrate it well.
Re: commands separated from the buildmenu...
Posted: 16 Apr 2008, 05:04
by aegis
Layout handler.
Re: commands separated from the buildmenu...
Posted: 16 Apr 2008, 05:05
by SinbadEV
For Tower Defense?
Re: commands separated from the buildmenu...
Posted: 16 Apr 2008, 05:14
by aegis
Should be able to hook/remove commands from the build menu with the layout handler, then make lua buttons in another area with equivalent functionality (you can send commands like attack etc with custom buttons).
Re: commands separated from the buildmenu...
Posted: 16 Apr 2008, 06:46
by lurker
A recent CA version had half the buttons removed with a custom layout handler.