Page MenuHomeFeedback Tracker

UCAV cannot launch from a catapult [DEV Branch]
New, NormalPublic

Description

When controlling the UCAV you cannot attach it to a catapult and launch it.

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  1. Place UCAV on carrier deck, and place an UAV control guy
  2. Connect to the UCAV and taxi to a catapult, and the attach option won't appear

Event Timeline

Foxone created this task.Apr 21 2017, 10:26 PM
JohnD added a subscriber: JohnD.Apr 22 2017, 9:20 PM

Incidentally, UCAVs don't need a catapult to launch from the Freedom. They are light enough and fast enough to take off from the runway of the ship.

Incidentally, UCAVs don't need a catapult to launch from the Freedom. They are light enough and fast enough to take off from the runway of the ship.

But i am assuming that is not the point or the intention

This happens because the functions that run the catapult attach functionality (BIS_fnc_Carrier01CatapultLaunch or BIS_fnc_Carrier01CatapultActionAdd) use "player" and "vehicle player" in a lot of places.

When using a UAV, "player" is referring to the uav operator, and "vehicle player" whatever vehicle the uav operator is using, NOT the uav and the currently controlled uav crew.