hey don't want to hijack your post :
I tried to edit the lua. File from the Caucasus pretense dynamic mission to make the chinook abel to load troops.
But it does not work.
These are some of the lines within the lua. file
PlayerLogistics = {}
do
PlayerLogistics.allowedTypes = {}
PlayerLogistics.allowedTypes['Mi-24P'] = { supplies = true, personCapacity = 8 }
PlayerLogistics.allowedTypes['Mi-8MT'] = { supplies = true, personCapacity = 24 }
PlayerLogistics.allowedTypes['UH-1H'] = { supplies = true, personCapacity = 12}
PlayerLogistics.allowedTypes['Hercules'] = { supplies = true, personCapacity = 92 }
PlayerLogistics.allowedTypes['CH-47F'] = { supplies = true, personCapacity = 43 }
PlayerLogistics.allowedTypes['UH-60L'] = { supplies = true, personCapacity = 12 }
Are you experienced with this stuff?