Page 1 of 1

How do you link portal's with turrets?

Posted: Fri 20 Aug , 2010 3:31 pm
by ô_waffleking_ô
Example I got a link turret and link portal, how do I attack them together, so when I go in, it take's me to that link turret?
And where can I find the Link Portal from actors?

Re: How do you link portal's with turrets?

Posted: Fri 20 Aug , 2010 3:54 pm
by Socio
By "link portal" you mean the turret control panel? It can be used for entering link turrets as well as MotherShips ball plasma turrets.

To place it on the map you go to Actors -> Triggers -> SVehicleTrigger -> Trigger_ASUseAndPossess -> Trigger_ASTurretControlPanel, then right click on the place you want it and select "Add Trigger_ASTurretControlPanel Here".

To make it work, you go into Trigger_ASTurretControlPanel settings and at the bottom you have Trigger_ASUseAndPossess -> PawnTag. In PawnTag you insert the name of the turret (ex. PlasmaTurretA). After that you go to the turrets settings -> ASVehicleFactory -> VehicleTag. And her you place the same name you wrote before in the Trigger_ASTurretControlPanel, PawnTag (ex.PlasmaTurretA).

ty

Posted: Tue 24 Aug , 2010 1:54 am
by ô_waffleking_ô
Thanks Socio, I'll try this the next time I use editor. Tyvm.