Page 1 of 1

Help me fix this awful air constructor script

Posted: 08 Mar 2014, 09:31
by Forboding Angel
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?

Re: Help me fix this awful air constructor script

Posted: 08 Mar 2014, 09:35
by knorke
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>;

Re: Help me fix this awful air constructor script

Posted: 08 Mar 2014, 10:48
by Forboding Angel
Oh christ -_-. Nice catch, thanks.