Hi hi!
Does anyone know if it is possible to change the default command for eg. 'ATTACK', 'MOVE' to images instead?
How should I go about it?
Thanks!
Customise Command Bar
Moderator: Moderators
Re: Customise Command Bar
It's possible and many non-BA games already did/do so.
Re: Customise Command Bar
yup! after much attempt and reserach I manage to customise the move button etc.
However, is it possible to remove the text 'MOVE' ? or 'STOP' etc?
However, is it possible to remove the text 'MOVE' ? or 'STOP' etc?
Re: Customise Command Bar
Using this command you could change the image.
Spring.EditUnitCmdDesc(u,cmdID, {name="", texture="file location",})
name="", so you remove the text and the image will be what at the file location.
Spring.EditUnitCmdDesc(u,cmdID, {name="", texture="file location",})
name="", so you remove the text and the image will be what at the file location.