Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

Dhorkiy

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Dhorkiy

  • Rank
    Newbie
  1. Dhorkiy

    3CB BAF Vehicles

    Hey, Currently the Land Rover Ambulances do not get patients loaded into the stretcher positions while using Ace Medicals Load Patient function. The ACE function in question is this https://github.com/acemod/ACE3/blob/master/addons/common/functions/fnc_loadPerson.sqf#L31 which further on calls upon https://github.com/acemod/ACE3/blob/master/addons/common/functions/fnc_loadPersonLocal.sqf This function checks for slot types of "cargo" or "gunner" and Arma when checking with the debug console does only register one seat of the "cargo" type in the Ambulances this being the up right sitting position in the back. My attempts at discovering a fix led me to look at the transportSoldier, cargoProxyIndexes and CargoAction values which is what the temporary fix relies on. Currently a possible temporary fix is converting the stretcher slots into "Ride in the back" slots which preserves the animations for the stretchers while also allowing Ace Medical to Load Patients into the vehicle.
×