Angepinnt Loadout Thread

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Loadout Sammlung

      Zum abspeichern der Vorlage in ArmA:
      Im Codebereich oben rechts auf "Inhalt kopieren" klicken, Strg+C, ArmA mit entsprechenden Mods starten, im Hauptmenü auf Tutorials -> Virtuelles Arsenal, im Arsenal Strg+V und entsprechend abspeichern.


      Vorlage grundlegende Ausrüstung mit G36 als Gewehr
      Gewicht der Vorlage: 21,64kg

      Quellcode

      1. comment "Exported from Arsenal by Wyqer";
      2. comment "Remove existing items";
      3. removeAllWeapons this;
      4. removeAllItems this;
      5. removeAllAssignedItems this;
      6. removeUniform this;
      7. removeVest this;
      8. removeBackpack this;
      9. removeHeadgear this;
      10. removeGoggles this;
      11. comment "Add containers";
      12. this forceAddUniform "BWA3_Uniform_idz_Fleck";
      13. this addItemToUniform "ACE_Flashlight_MX991";
      14. this addItemToUniform "ACE_IR_Strobe_Item";
      15. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
      16. this addItemToUniform "ACE_EarPlugs";
      17. for "_i" from 1 to 6 do {this addItemToUniform "ACE_fieldDressing";};
      18. for "_i" from 1 to 6 do {this addItemToUniform "ACE_elasticBandage";};
      19. for "_i" from 1 to 2 do {this addItemToUniform "ACE_epinephrine";};
      20. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
      21. for "_i" from 1 to 6 do {this addItemToUniform "ACE_packingBandage";};
      22. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
      23. for "_i" from 1 to 6 do {this addItemToUniform "ACE_quikclot";};
      24. this addVest "BWA3_Vest_Fleck";
      25. this addItemToVest "BWA3_optic_IRV600";
      26. this addItemToVest "BWA3_optic_NSV600";
      27. this addItemToVest "ACRE_PRC343";
      28. for "_i" from 1 to 2 do {this addItemToVest "BWA3_DM25";};
      29. this addItemToVest "BWA3_DM32_Yellow";
      30. this addItemToVest "BWA3_DM32_Orange";
      31. for "_i" from 1 to 2 do {this addItemToVest "BWA3_DM51A1";};
      32. this addItemToVest "B_IR_Grenade";
      33. this addItemToVest "BWA3_15Rnd_9x19_P8";
      34. for "_i" from 1 to 6 do {this addItemToVest "BWA3_30Rnd_556x45_G36_Tracer";};
      35. this addHeadgear "BWA3_OpsCore_Fleck_Camera";
      36. comment "Add weapons";
      37. this addWeapon "BWA3_G36";
      38. this addPrimaryWeaponItem "BWA3_acc_LLM01_irlaser";
      39. this addPrimaryWeaponItem "BWA3_optic_ZO4x30";
      40. this addWeapon "BWA3_P8";
      41. this addHandgunItem "BWA3_acc_LLM01_irlaser";
      42. this addWeapon "ACE_Vector";
      43. comment "Add items";
      44. this linkItem "ItemMap";
      45. this linkItem "ItemCompass";
      46. this linkItem "ItemWatch";
      47. this linkItem "ItemRadioAcreFlagged";
      48. this linkItem "BWA3_ItemNaviPad";
      49. this linkItem "NVGoggles_OPFOR";
      Alles anzeigen
      "Irgendwann, möglicherweise aber auch nie, werde ich dich bitten mir eine kleine Gefälligkeit zu erweisen. Aber solange ich das nicht tue, soll die Gerechtigkeit mein Geschenk an dich sein..."
      - Vito Corleone

      101010