Page MenuHomeFeedback Tracker

Paradrops in campaign aren't working due to latest changes to EJECT action behaviour
Assigned, WishlistPublic

Description

Because of this change: "Fixed: AI will not eject without parachutes, but will jump if helicopter is close to ground" helicopters try to land instead of just fly by with units ejecting.

It's because scripting of paradrop is done like this:
1: unit is ejected from helicopter (worked before with EJECT action)

  1. parashute is created behind helicopter
  2. unit is put into parashute

Units don't have parashute in inventory in time of script execution, so when eject action is triggered for unit, helicopter will land to let unit disembark instead. At least that's what I've researched :)

Something like moveOut command could be used instead of action EJECT.

Details

Legacy ID
2649403878
Severity
None
Resolution
Open
Reproducibility
Always
Category
Campaign Episode 1: Survive
Steps To Reproduce

Play for example mission "Tipping point" in Episode 1. Two paradrops at the end of the mission do not happen as intended.

Event Timeline

ragnos edited Steps To Reproduce. (Show Details)Apr 18 2015, 10:55 AM
ragnos set Category to Campaign Episode 1: Survive.
ragnos set Reproducibility to Always.
ragnos set Severity to None.
ragnos set Resolution to Open.
ragnos set Legacy ID to 2649403878.May 8 2016, 11:57 AM
ragnos edited a custom field.

yes this is true I see the Helicopter doing a touchdown and the opfor come out with there parashoot flying on floor. Kinda funny

For me AI never even get out of the helicopter sometimes.

ragnos added a subscriber: ragnos.May 8 2016, 11:57 AM

I've seen this addressed in dev-branch changelog, nice! Same issue can be found in "Supply network" mission in Episode 2. So I hope it's fixed in whole campaign :)

ragnos added a comment.May 6 2015, 9:43 AM

OK, so I tried go through "Tipping point" in 1.44 stable and it is not completely fixed. Units paradrop without a problem, but heli is still forced to stop and hovers on the spot. And that is certainly not correct behaviour, heli should just fly by.