Could you allow for the pad to tilt forwards at the end? This would allow for us to have non aircraft to be built at aircraft plants, such as small conbots, or scouts
Could you allow for the pad to tilt forwards at the end? This would allow for us to have non aircraft to be built at aircraft plants, such as small conbots, or scouts
Yeah, a repair pad would be ace. Though something could probably be rigged up from recycled parts (or by lua'ing another model to come with it).
A note on air units: Please try and ensure they have some kind of animation, like the OTA planes. I'm sure you probably will, given how closely you always study the OTA units, but a lot of people make excellent air models which are simply inert lumps, animation wise.
Lets say I add a construction kbot or a radar jammer bot to the air factory
The bot will immediately fall a little bit and then walk off a ledge as if nothing happened. The existing air factory counters this by being completely flat.
Why would you want land units to come out of an Aircraft specific factory.. really wtf..
Its an aircraft lab, not a random&Miscellaneous units lab.
Question though, when it comes to putting the script together, does the sequence play by a normal frame by frame setup?
Just asking, since in max everything is just keyframed from 0 on out, and if it would help to include which frames things need to happen at to make putting the script easier I can post all the info here if needed.
I think AF is trying to say that the original model could be adapted to build land units, while this design will look odd if it does so. It is an irrelevant, if valid, point.
Question though, when it comes to putting the script together, does the sequence play by a normal frame by frame setup?
Just asking, since in max everything is just keyframed from 0 on out, and if it would help to include which frames things need to happen at to make putting the script easier I can post all the info here if needed.
for this factory:
Code:
activatescr() { if( TRUE ) { move lfdoor1 to z-axis [5] speed [15]; move rfdoor1 to z-axis [5] speed [15]; move lrdoor1 to z-axis [-5] speed [15]; move rrdoor1 to z-axis [-5] speed [15]; sleep 300; move lfdoor2 to z-axis [4.6] speed [13.8]; move rfdoor2 to z-axis [4.6] speed [13.8]; move lrdoor2 to z-axis [-4.6] speed [13.8]; move rrdoor2 to z-axis [-4.6] speed [13.8]; sleep 300; move lfdoor3 to z-axis [4.6] speed [13.8]; move rfdoor3 to z-axis [4.6] speed [13.8]; move lrdoor3 to z-axis [-4.6] speed [13.8]; move rrdoor3 to z-axis [-4.6] speed [13.8]; wait-for-move lfdoor3 along z-axis; wait-for-move rfdoor3 along z-axis; wait-for-move lrdoor3 along z-axis; wait-for-move rrdoor3 along z-axis; }
opens the doors
Code:
if( TRUE ) { turn llarm to x-axis <0> speed <35>; turn luarm to x-axis <0> speed <70>; turn lnanosprayer to x-axis <45> speed <54>;
turn rlarm to x-axis <0> speed <35>; turn ruarm to x-axis <0> speed <70>; turn rnanosprayer to x-axis <45> speed <54>;
wait-for-turn llarm around x-axis; wait-for-turn luarm around x-axis; wait-for-turn lnanosprayer around x-axis; wait-for-turn rlarm around x-axis; wait-for-turn ruarm around x-axis; wait-for-turn rnanosprayer around x-axis; }
lifts the arms up into position
Code:
if( TRUE ) { turn rswivel to y-axis <90> speed <90>; turn lswivel to y-axis <-90> speed <90>; wait-for-turn rswivel around y-axis; wait-for-turn lswivel around y-axis; } }
turns the arms towards the centre
end result
and obviously it just does the sequence in reverse (with the appropriate angular/linear destinations substituted in) when the factory is closing up.
I like doing anims. However, im super bogged down with very elaborate animations for ANTS. We want those anims to look perfect and have the units show alot of personality.
Finished up the animation sequence, and I'm going to get this unwrapped this weekend and start working out the texture.
Model got a few parts chopped down on the toothed lock for the 2 halves that open to save some polies.
Its now at 1260 triangles.
Hopefully this animation is a little more interesting now with all the internal parts finished and optimized.
I was thinking about a deploying radar dish that pops out and unfolds from the center section that extends, but I think the script will already be complicated enough as is.
Model got a few parts chopped down on the toothed lock for the 2 halves that open to save some polies.
Its now at 1260 triangles.
Spherebot is 1000, hell some of your mobiles are in proportion to that. There are unlikely to be more than one air factory per player in a game. Though im sure it will be fabulous of course.
MR.D wrote:
I was thinking about a deploying radar dish that pops out and unfolds from the center section that extends, but I think the script will already be complicated enough as is.
You dont need to worry about this either. Move and turn commands in sequence are incredibly easy: You want difficult, try writing a walk script.
Sorry that its been such a long time since any update on the model guys, just been too busy with work and other things to get any real time in on this.
I have some small things to work out yet, but the model is about 98% finished.
Mostly I'm trying to tweak out the #2 texture and its layers, but I should have all the files for this as well as the animation sequences #'s released tommorow.
After that, I can start the real fun work with making the planes, and the whole Tier 1 lineup of aircraft should be fast work.
Attachments:
File comment: OTA airplant ota-ap.jpg [275.92 KiB]
Downloaded 2 times
Users browsing this forum: Google Feedfetcher and 2 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum