Is it possible to add reference points for more than one turret? If it's not possible, are there any other alternative methods? For example, does TurretY/TurretX also work alongside TurretZ?
I know a workaround can be made for this in Data by using hardpoints on the model, but I'd rather keep it confined to just models if I can.
Somwhere in turrets (data type) or turret actors we can set up what attachment point to use, and how it should act. So, you could use any attachment point.
Is it possible to add reference points for more than one turret? If it's not possible, are there any other alternative methods? For example, does TurretY/TurretX also work alongside TurretZ?
I know a workaround can be made for this in Data by using hardpoints on the model, but I'd rather keep it confined to just models if I can.
Somwhere in turrets (data type) or turret actors we can set up what attachment point to use, and how it should act. So, you could use any attachment point.
@sgtnoobkilla: Go
There is a TurretY option.
If you want to make multiple TurretZ's, you need to add a index number to the attachment name
( "Ref_TurretZ" would become "Ref_TurretZ 01")
then use that number in the Index slot of Yaw Query for the Turret Actor.
Formally Kinkycactus
Cheers guys, I'll look into it.