• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

Siege Tank - Independant Turret Movement

Status
Not open for further replies.
Level 11
Joined
Aug 16, 2007
Messages
846
I am trying to make the turret on the siege tank move independently via triggers. Specifically, I am trying to get a Third Person Mouselook working for it.

I am pretty sure it can be done but I have hit a snag.

I am using the function;
"Actor - Make Actor Face Angle" (Yes there is a separate actor for the turret)

So this is what I have;
"Actor - Make (Actor connected to (Actor for Tank[1]) via reference "SiegeTankTurret") face (Camera Yaw of Player(1))"

Now my problem is I'm not sure what to put in for the reference ("SiegeTankTurret"), I tried a couple things, but to no avail.

Here is what the editor says about the function that I used for that (Actor from Actor):
"Returns an actor that is connected to the specified actor. The Name Parameter ("SiegeTankTurret") can be either an actor ID or an actor reference, but is typically an actor reference."


So if anyone has any ideas on what needs to go in there, I would really appreciate it :)
 
Well the turrent is part of the siege tank model, maybe the turrent actor is no more than a reference to the turrent on the model of the actor it extends.

Ill post in detail when I can.

So far all I can say is makesure your tank is in the right mode, as siege tanks and siege mode siege tanks use different turrents. Also make sure if your units a copy that you copied all the data.
 
I have no idea if this would work, but try adding an alias to the siege tank turret actor (like "_TankTurret") and using that as a reference.
 
Status
Not open for further replies.
Back
Top