Jump to content
igi_pl

IgiLoad script - logistical support

Recommended Posts

1 minute ago, breech99 said:

That's alright. try adding to the supported vehicles_van section I've added "rhsusf_M1078A1P2_d_fmtv_usarmy","rhsusf_M1078A1P2_d_open_fmtv_usarmy","rhsusf_M1083A1P2_B_M2_wd_fmtv_usarmy"

 

and to the chinook "RHS_CH_47F_10", "kyo_MH47E_HC", "kyo_MH47E_Ramp", "kyo_MH47E_base" but the elevation of the objects z needs to be tweaked.

 

and IL_Supported_Vehicles_CH53 = ["rhsusf_CH53E_USMC_D", "rhsusf_CH53E_USMC"];

 

Okay I think I got it working but how do I make it so I can load HUMV's into the c-130 and into the trucks, I tried changing the cargo capacity near the top of the script but it doesn't seem to work.
Thanks by the way!

Share this post


Link to post
Share on other sites

Hey everyone,

I have been trying to add RHS "rhsusf_m1a2sep1tuskid_usarmy" and "USAF_C17" to work with igiload script.

 

Would be nice to know if any of you have actually managed to do this or perhaps if you could give me some light as to how I could achieve this.

Below is a sample of the modifications I am currently trying, the script works as intended but not with the units I am trying to add, that being said USAF_C17 already has the script integrated in the pbo and this is perhaps not allowing me to bring any modification.

 

Thank you in advance,

 

With best regards,

 

Lau

 

// Supported vehicles
   IL_Supported_Vehicles_MBT = ["rhsusf_m1a2sep1tuskid_usarmy"];
    IL_Supported_Vehicles_C17 = ["USAF_c17","globemaster_c17_altus", "globemaster_c17_701", 
    "globemaster_c17_703", 
   "globemaster_c17_704", "globemaster_c17_705", "globemaster_c17_dover", "globemaster_c17_edwards", 
   "globemaster_c17_Elmendorf", "globemaster_c17", "globemaster_c17_hickam", "globemaster_c17_IAF", 
   "globemaster_c17_March", "globemaster_c17_mcchord", "globemaster_c17_McGuire", "globemaster_c17_Mississipi", 
   "globemaster_c17_NATO", "globemaster_c17_natoPAPA", "globemaster_c17_Qatar", "globemaster_c17_RAAF", 
   "globemaster_c17_ZZ172_RAF", "globemaster_c17_RCAF", "globemaster_c17_Stewart", "globemaster_c17_therock", 
   "globemaster_c17_travis", "globemaster_c17_UAE", "globemaster_c17_wright_patt"];

//Supported cargo
    IL_Supported_MBT = ["rhsusf_m1a2sep1tuskid_usarmy"];

        IL_Supported_Cargo_Veh_C17 = IL_Supported_Cargo_Veh_C130J;
    IL_Supported_Cargo_NonVeh_C17 = IL_Supported_Cargo_NonVeh_C130J;
    IL_Supported_Cargo_C17 = IL_Supported_Cargo_Veh_C17 + IL_Supported_Cargo_NonVeh_C17;

 

y0cklhvcad8tmc34g.jpg

Share this post


Link to post
Share on other sites

Hey evryone,


I am glad that I found this topic about igiload script, considering the work required to mantain and update the script for each and every mod I can understand that the author backed off and generously offered to only support some units, that being said some of you realized the potential of this script and actually managed to make some modifications for it to work with mods like RHS, Exile, etc, etc. I could not find a place where people can actually share their work with the igiload script, so I created a topic in the armaholic forum that I will mantain throughout time. If you are willing to share your work with the igiload script for any mod, please contact me and send me your .sqf file and I will make it available for the rest of the community. Hopefully and with practice it will become easier to add mods to the igiload script and even perhaps write a tutorial for the community to use. The script has great potential and it is a link for mods to operate together like for example the C130, C17, C5 from USAF mod with MBTs from RHS and as you know an ulimited other number of possible combinations. I believe this script is not used more widely because it is not known and also because of the complexity involved in adding other mods. I hope to see your contributions and long live to the igiload script.
 

Link to the conversation topic in armaholic

 

With best regards and thank you,

 

Lau

Share this post


Link to post
Share on other sites

This is still a great script and can be customized to use other vehicles, aircraft and freight. You will have to just take time and test to see if a vehicle will work or not and then tweak it if necessary. Thanks to the Igiload developers.

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×