Jump to content
  • 0

igiLoad


READTHESCROLL

Question

Having some issues with igiload. Works great except for the Taru Cargo Pods. The go too far in the bed of the Tempest/HEMMT and when I try to unload them they cause all sorts of mayhem like flipping the truck and blowing up. Anyway I can fix this? Thanks.

 

http://steamcommunity.com/sharedfiles/filedetails/?id=494803836

 

http://steamcommunity.com/sharedfiles/filedetails/?id=494803807

 

http://steamcommunity.com/sharedfiles/filedetails/?id=494803816

 

http://steamcommunity.com/sharedfiles/filedetails/?id=494803854

 

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

I use igiLoad fine and don't have any problem with the taru pods unloading unless you are to close to something else solid. While unloading if they colide with anything it counts as a physics collision and you suffer all the results.

 

As far as how they place on vehicles, I wouldn't say it's perfect, however there is no vehicle in ArmA 3 that is actually designed to carry them other than the Taru so they are always going to look a little odd. They don't look bad at all though on the Tempest, especially the covered variant.

Link to comment
Share on other sites

  • 0

Just updated to the newest version by slayer and everything is working properly. I think the problem was I added them under supported cargo vehicles and not supported cargo. 

 

Quick question - what did you add to make them a supported cargo? I've had a look through the file and I can't figure out what I need to add  <_<

Link to comment
Share on other sites

  • 0

Create a new array under //Supported Cargo like this..

 

IL_Supported_TaruPods = ["Land_Pod_Heli_Transport_04_ammo_F", "Land_Pod_Heli_Transport_04_bench_F", "Land_Pod_Heli_Transport_04_box_F", "Land_Pod_Heli_Transport_04_covered_F", "Land_Pod_Heli_Transport_04_fuel_F", "Land_Pod_Heli_Transport_04_medevac_F", "Land_Pod_Heli_Transport_04_repair_F"];

 
Then add IL_Supported_TaruPods to the IL_Supported_Cargo_NonVeh_Kamaz line..

IL_Supported_Cargo_NonVeh_Kamaz = IL_Supported_Supply_Crate + IL_Supported_Veh_Ammo + IL_Supported_Barrel + IL_Supported_Tank + IL_Supported_Box_H1 + IL_Supported_Box_H2 + IL_Supported_Cargo20 + IL_Supported_TaruPods;

 

The Tempests and HEMTTs will inherit the cargo supported by IL_Supported_Cargo_NonVeh_Kamaz so no need to add them anywhere else.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...