Closed ampersand38 closed 1 year ago
Vanilla vehicles like HEMTT and Typhoon also have this issue, where the FFV seats are left out of the config cargoProxyIndexes
, so I'll be using RWYL_cargoProxyIndexes
to store the indexes that work.
Please report any inconsistencies of this type here.
Some vehicles (esp big helicopters) have mis-ordered cargo proxy indexes, for example
UK3CB_BAF_Merlin_HC4_18_GPMG
The config
cargoProxyIndexes[]
contains the correct seat proxies, but in an order that does not match the order formoveInCargo
.player moveInCargo [_heli, 4]
actually moves you to seat proxy 24, not 9.https://github.com/ampersand38/ride-where-you-look/issues/3#issuecomment-759588934
Solution could be yet another quasi-config entry to specify a cargoProxyIndexes array to use, or to ask the mod makers to update the config entry.