SLB2k11

Exile IgiLoad with TaruPodMod

675 posts in this topic

Hello

Here is a ready to Run Version of IgiLoad with all Exile Vehicles Including Taru Pods!

In the Configfile are Comments to configure it like your wishes.

https://github.com/slb2k11/Exile_Igiload

Important :

Please read all files including the init.sqf 

Use [] execVM "IgiLoad\IgiLoadInit.sqf"

New features:

  • Now with Taru Pod Mod (Lift , attach , drop) additional script is NOT needed!!
  • ALL Notifications in Exile Style
  • Sounds for Attach,Dettach,Drop the Pod
  • You can Only Load UNLOCKED Vehicles
  • You can Only Load On UNLOCKED Vehicles
  • Lock and Unlock TaruPod over Custom User Key 1

For this Version a big thx to @Backslash for the Help with the Lock function

 

Next version will be with a Claim function for the Pods an a other Locking method

 

Known Issues:

  • Taru Pods are not in the middle of the Truck attached diddnt find a soluton yet, maybe in a later version.
  • You can Refuel and Repair with the Pod loaded or attached.

 

HERE ONLY ENGLISH!!!

German support at:

Edited by SLB2k11
  • Like 18

Share this post


Link to post
Share on other sites
Advertisement

The Taru Pod is on the Hemtt and Tempest a littlebit left but cant get this away

The Huron Pod on the Hemtt 1+ *****  on the Tempest Still a littlebit on the left

Share this post


Link to post
Share on other sites

Ahh I wasn't sure what you meant by "not in the middle" I just looked at mine and I see what you mean. It is the same, slightly off to the left.. I dont think this is too bad though. Still better than R3F!

Share this post


Link to post
Share on other sites

Same here ,helis dont work for me :(

IL_Supported_Vehicles_MOHAWK = 
	[
		"Exile_Chopper_Mohawk_FIA"
	];
	
	
    IL_Supported_Vehicles_MH9 = 
    [
        "Exile_Chopper_Hummingbird_Green",
        "Exile_Chopper_Hummingbird_Civillian_Blue",
        "Exile_Chopper_Hummingbird_Civillian_Red",
           "Exile_Chopper_Hummingbird_Civillian_ION",
        "Exile_Chopper_Hummingbird_Civillian_BlueLine",
        "Exile_Chopper_Hummingbird_Civillian_Digital",
        "Exile_Chopper_Hummingbird_Civillian_Elliptical",
        "Exile_Chopper_Hummingbird_Civillian_Furious",
        "Exile_Chopper_Hummingbird_Civillian_GrayWatcher",
        "Exile_Chopper_Hummingbird_Civillian_Jeans",
        "Exile_Chopper_Hummingbird_Civillian_Light",
        "Exile_Chopper_Hummingbird_Civillian_Shadow",
        "Exile_Chopper_Hummingbird_Civillian_Sheriff",
        "Exile_Chopper_Hummingbird_Civillian_Speedy",
        "Exile_Chopper_Hummingbird_Civillian_Sunset",
        "Exile_Chopper_Hummingbird_Civillian_Vrana",
        "Exile_Chopper_Hummingbird_Civillian_Wasp",
        "Exile_Chopper_Hummingbird_Civillian_Wave"
    ];

 

 

add this in the right section & it should work 

Edited by Kugane

Share this post


Link to post
Share on other sites

@SLB2k11 change the value of line 1399 from 0.1 to 0.05. The correction to the right is only very minimal, so that should be more than enough and seems to fit quite nicely.

Should've just copy&pasted the whole array instead of changing values of the script that was posted on the other thread ;), you're welcome mate though, always great to see more good stuff become available for everyone and people taking their time to do it.

Edited by Starfish

Share this post


Link to post
Share on other sites

For Helis...

	IL_Supported_Vehicles_MOHAWK = ["Exile_Chopper_Mohawk_FIA"];
	IL_Supported_Vehicles_CHINOOK = ["Exile_Chopper_Huron_Black", "Exile_Chopper_Huron_Green"];
	IL_Supported_Cargo_Veh_Mohawk = IL_Supported_Quadbike + IL_Supported_Rubberboat + IL_Supported_SDV + IL_Supported_Hatchback + IL_Supported_UGV;
	IL_Supported_Cargo_NonVeh_Mohawk = IL_Supported_Supply_Crate + IL_Supported_Veh_Ammo + IL_Supported_Barrel + IL_Supported_Tank + IL_Supported_Cargo20;
	IL_Supported_Cargo_Mohawk = IL_Supported_Cargo_Veh_Mohawk + IL_Supported_Cargo_NonVeh_Mohawk;
	
	IL_Supported_Cargo_Veh_CHINOOK = IL_Supported_Cargo_Veh_Mohawk;
	IL_Supported_Cargo_NonVeh_CHINOOK = IL_Supported_Cargo_NonVeh_Mohawk;
	IL_Supported_Cargo_CHINOOK = IL_Supported_Cargo_Veh_CHINOOK + IL_Supported_Cargo_NonVeh_CHINOOK;

 

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.