Page 253 of 253 FirstFirst ... 153203243249250251252253
Results 2,521 to 2,524 of 2524

  Click here to go to the first Developer post in this thread.  

Thread: ACE for OA 1.13

  1. #2521
    Quote Originally Posted by Kerc Kasha View Post
    Code:
    [_unit,"ACE_20Rnd_762x51_B_G3", 6] call ACE_fnc_PackMagazine;
    Is the function I use.

    For the most part this site is up to date: https://dev-heaven.net/docs/ace/file...eapon-sqf.html
    Thanks Kerc! Yep that works

  2. #2522
    Is it normal that ACE breaks "BIS_Effects_Burn" ? there is smoke and light but no flames.

  3. #2523
    I'm experiencing a strange effect in a mission I'm nearly finished with using ACE and custom soldier loadouts. Eight man team of spetsnaz (1 TL, 6 Operators, 1 medic) with different loadouts:

    loadoutSPTSL.sqf (squad leader)
    Spoiler:


    loadoutSPTOP.sqf (two grenadiers)
    Spoiler:


    loadoutSPTLAT.sqf (one light AT soldier)
    Spoiler:


    loadoutSPTMM.sqf (marksman)
    Spoiler:


    loadoutSPTRPK.sqf (2 MGs)
    Spoiler:


    loadoutSPTMED.sqf (medic)
    Spoiler:


    As you can see, the medic has the medic rucksack, and everyone else except the AT soldier has the RD-90. The medic's bag is loaded nearly full of medical supplies, everyone else has a modicum of medical supplies (couple bandages and a morphine).

    When I host this as a LAN or an internet and play with a buddy, the gear in the Briefing is correct; every soldiers gear and ruck contents are what those loadout files specified.

    However, once the session initializes everyone has all the stuff that was supposed to be in their ruck (rpg gunners with extra 75Rnd RPG can, etc.) PLUS most or all the same medical gear as the medic.

    I remember seeing this when playing Patrol Ops too. Appreciate any advice on a fix.
    Last edited by Anthropoid; Yesterday at 23:59.

  4. #2524
    Do you have 'everyone as medic' turned on? as that will put medical supplies in peoples rucks so it might be a good idea to include: ace_sys_wounds_no_medical_gear = true; at the top of the script. Ofcourse then you'd also want to include: [_unit,1,1,1,true] call ACE_fnc_PackIFAK; otherwise they won't have any ifak items.

Page 253 of 253 FirstFirst ... 153203243249250251252253

Posting Permissions

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