Results 1 to 10 of 10

Thread: ArmA 2 OA Backpack issue

Hybrid View

  1. #1

    ArmA 2 OA Backpack issue

    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.

    Thanks
    Last edited by Major_Shepard; Jan 24 2012 at 08:36.

  2. #2
    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".


  3. #3
    First Sergeant
    Join Date
    Oct 9 2008
    Location
    New york & Florida
    Posts
    898
    Quote Originally Posted by Major_Shepard View Post
    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.

    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.
    AVIBIRD 1

    When playing this game, Keep Chuck Norris home!
    If they make this game, They will play!
    The truth is out there, If you look!

  4. #4
    Staff Sergeant
    Join Date
    Jul 21 2010
    Location
    Paris - France
    Posts
    290
    Author of the Thread
    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?

  5. #5
    First Sergeant
    Join Date
    Oct 9 2008
    Location
    New york & Florida
    Posts
    898
    Quote Originally Posted by Major_Shepard View Post
    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.

  6. #6
    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.

  7. #7
    Staff Sergeant
    Join Date
    Jul 21 2010
    Location
    Paris - France
    Posts
    290
    Author of the Thread
    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?

  8. #8
    First Sergeant
    Join Date
    Oct 9 2008
    Location
    New york & Florida
    Posts
    898

    Cool

    Quote Originally Posted by Major_Shepard View Post
    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.

  9. #9
    Staff Sergeant
    Join Date
    Jul 21 2010
    Location
    Paris - France
    Posts
    290
    Author of the Thread
    Quote Originally Posted by AVIBIRD 1 View Post
    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).
    Last edited by Major_Shepard; Jan 24 2012 at 14:43.

  10. #10
    Staff Sergeant
    Join Date
    Jul 21 2010
    Location
    Paris - France
    Posts
    290
    Author of the Thread
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •