[Trigger] how to make a Tank Turret System???

Status
Not open for further replies.
I don't have the model so I can't say for sure but there is a GUI action to lock bones of a unit to target point or unit
this looks like there is a trigger which does exactly that every time the tank is issued an order
  • Animation - Lock unit's Head to face unit, offset by (0.00, 0.00, 90.00)
of course you can use the jass function this is calling to lock any bone - not just chest and head
more about it:
http://www.wc3c.net/showthread.php?t=105830
but all this stuff will only work if you know the name of the turret bone
you can find the name with war3model editor (tool section), also called magos model editor
 
Alternativly you could upgrade to StarCraft II where this functinality is nativly supported as long as the model has a physical turret attachment to manipulate.

A good example of this in work is the dimondback and hellion.

In Warcraft III you will have to do pretty much the above, and use a dummy unit and move it every frame.
 
Alternativly you could upgrade to StarCraft II where this functinality is nativly supported as long as the model has a physical turret attachment to manipulate.

A good example of this in work is the dimondback and hellion.

In Warcraft III you will have to do pretty much the above, and use a dummy unit and move it every frame.

Dude, i seriously wonder what you're doing in a wc3 forum since all you ever do is to tell people to go get SC2. You posted it as a comment on pretty much every other thread in this forum.
 
Status
Not open for further replies.
Back
Top