Long story short, this is a new unit model, with 2 nanos on the wings that tilt up when the unit is not really moving fast (aka building), and it should look pretty neat.
There are 2 problems... As of spring 96, construction aircraft go to build range, then turn around backwards and start building. There is nothing telling the base to turn, so I don't get why this is happening.
Second thing is I can't seem to turn buildflame() on and off, and the spinning tips never stop spinning. It's as if stop() is never even actually called, although it clearly looks like it is being called.
http://pastebin.com/RcDAH9Ke
I can haz halp?
Help me fix this awful air constructor script
Moderator: Moderators
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Help me fix this awful air constructor script
y-axis
spin lefttip around y-axis speed <50.005495>;
spin righttip around y-axis speed <50.005495>;
z-axis
stop-spin lefttip around z-axis decelerate <15.000000>;
stop-spin righttip around z-axis decelerate <15.000000>;
spin lefttip around y-axis speed <50.005495>;
spin righttip around y-axis speed <50.005495>;
z-axis
stop-spin lefttip around z-axis decelerate <15.000000>;
stop-spin righttip around z-axis decelerate <15.000000>;
- Forboding Angel
- Evolution RTS Developer
- Posts: 14673
- Joined: 17 Nov 2005, 02:43
Re: Help me fix this awful air constructor script
Oh christ -_-. Nice catch, thanks.