Jump to content
Sign in to follow this  
major_shepard

ArmA 2 OA Backpack issue

Recommended Posts

Hi,

I get some trouble with ArmA 2 OA backpacks script commands.

I am not using any addon. I am running 1.60 patch.

Tried this in the editor:

this addBackpack "TK_Assault_Pack_EP1";

(unitBackpack this) addMagazineCargo ["30Rnd_556x45_Stanag",6];

No result, my unit does not have backpack in his loadout. :confused:

Thanks :)

Edited by Major_Shepard

Share this post


Link to post
Share on other sites

Maybe the Unit is not able to carry Backpacks. You can do a quick Check in the Editor by placing the Unit and the Backpack on the Map. If the Unit can only access the Pack, it won´t work "out of the Box".

Share this post


Link to post
Share on other sites
Hi,

I get some trouble with ArmA 2 OA backpacks script commands.

I am not using any addon. I am running 1.60 patch.

Tried this in the editor:

this addBackpack "TK_Assault_Pack_EP1";

(unitBackpack this) addMagazineCargo ["30Rnd_556x45_Stanag",6];

No result, my unit does not have backpack in his loadout. :confused:

Thanks :)

What units are you using. A2 units like USMC,RU and CDF units can not carry backpacks I don't fully understand why it's just a backpack but that is the deal.

Share this post


Link to post
Share on other sites

Thanks for your reply :)

Indeed it is a ArmA 2 unit not OA.

So is there a way to check through scripting if a given unit can carry backpack?

Share this post


Link to post
Share on other sites

not really, its a config issue with the old A2 units, they dont have memory points setup for backpacks, so thats the reason why they cant wear them, not sure if it displays the bag in gear menu though.

Share this post


Link to post
Share on other sites
Thanks for your reply :)

Indeed it is a ArmA 2 unit not OA.

So is there a way to check through scripting if a given unit can carry backpack?

The only way is to use a MOD in your mission but then only players with that MOD can join/play your mission.

Share this post


Link to post
Share on other sites

It displays absolutely nothing, even no script error :/

So what about unit addons? I imagine that unit with config based on ArmA 2 units would fail too?

Share this post


Link to post
Share on other sites
It displays absolutely nothing, even no script error :/

So what about unit addons? I imagine that unit with config based on ArmA 2 units would fail too?

MOD's work fine becuase it has a different config. I have played the ACE MOD for example with packbacks on USMC units with the 15 MEU before.

Share this post


Link to post
Share on other sites
MOD's work fine becuase it has a different config. I have played the ACE MOD for example with packbacks on USMC units with the 15 MEU before.

yeah I know about ACE backpacks, works like a charm :)

Thing is that I was trying to add support for OA backpacks into LEA for those who don't use ACE mod (see my signature).

Edited by Major_Shepard

Share this post


Link to post
Share on other sites

ok

- tried with OA units => works

- tried with ArmA 2 units => fails

- tried with some addon units => sometimes works, sometimes fails

Hopefully we have ACE :rolleyes:

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
Sign in to follow this  

×