Page MenuHomeFeedback Tracker

Commanders / Co-pilots with FFV take up cargoIndex
New, WishlistPublic

Description

As of todays build, commanders and co-pilots that have FFV return a cargo index (AMV-4 Marshall - 0, MH-9 - 6, etc.), even though this is not a cargo position that you can move a unit in with moveInCargo (commanders still require moveInCommander and co-pilots require moveInTurret).

This causes problems with cargo detection and causes problems with units not being moved in cargo as expected.

For example, doing:

player moveInCargo [myAmv, 0];

will result in nothing happening even tho the vehicle is empty, has cargo seats and one would assume the first cargo seat in the vehicle is 0 indexed.

Doing:

player moveInCargo myAmv;

Will also result in nothing happening as it tries to move the unit into cargoIndex 0 and in this case, that cargo index is taken up by the commander

Details

Legacy ID
2720015253
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce
  1. Place yourself down as a soldier
  2. Place an empty AMV-4 Marshall, name it amv
  3. Open the console and run: "player moveInCargo [amv, 0]
  4. Observe that nothing happens
  5. Enter the AMV-4 you placed down as commander
  6. Enter into one of the watch fields "(vehicle player) getCargoIndex player"
  7. Observe that it returns 0, as if it were the first cargo slot of the vehicle
  8. Leave the vehicle and run: "player moveInCargo amv"
  9. Observe that nothing happens as commander slot has taken up the cargo index 0 and moveInCargo is unable to move you into it

Event Timeline

Sniperwolf572 edited Additional Information. (Show Details)
Sniperwolf572 set Category to Scripting.
Sniperwolf572 set Reproducibility to Always.
Sniperwolf572 set Severity to None.
Sniperwolf572 set Resolution to Open.
Sniperwolf572 set Legacy ID to 2720015253.May 7 2016, 8:15 PM