loadout_cc.sqf 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. ///////////////////////////////////////////////////////////////
  2. // 501st Legion - Loadout Script
  3. // File: loadout_cc.sqf
  4. // By: CC Cruisie
  5. // Creation Date: 01/15/2018
  6. //
  7. // Change Log:
  8. // 1-16-2018: Comment Out therma+
  9. //
  10. ///////////////////////////////////////////////////////////////
  11. ///////////// /\/ ( ) T E S ///////////////////////////////////
  12. // Place this code in the init.sqf.
  13. // nameofbox addAction ["Clone Commander Loadout", "scripts\loadouts\infatry\loadout_cc.sqf"];
  14. //
  15. // Place this code in the init field of selected unit:
  16. // this disableai "move"; nop = [this] execVM "scripts\loadouts\infatry\loadout_cc.sqf";
  17. ///////////////////////////////////////////////////////////////
  18. if (!local _unit) exitWith {};
  19. comment "Exported from Arsenal by CC Cruisie";
  20. comment "Remove existing items";
  21. removeAllWeapons player;
  22. removeAllItems player;
  23. removeAllAssignedItems player;
  24. removeUniform player;
  25. removeVest player;
  26. removeBackpack player;
  27. removeHeadgear player;
  28. removeGoggles player;
  29. comment "Add containers";
  30. player forceAddUniform "SWOP_Clonetrooper_501jesse_F_CombatUniform";
  31. //player addItemToUniform "ACE_fieldDressing";
  32. //player addItemToUniform "ACE_packingBandage";
  33. //player addItemToUniform "ACE_morphine";
  34. //player addItemToUniform "ACE_tourniquet";
  35. //for "_i" from 1 to 2 do {player addItemToUniform "SWOP_termDet_G";};
  36. player addVest "SWOP_Clonetrooper_P2_501_armorkama_officer";
  37. player addHeadgear "SWOP_Clonetrooper_501dino_helmet";
  38. player addGoggles "SWOP_Clones_HUD";
  39. comment "Add weapons";
  40. comment "Add items";
  41. player linkItem "ItemMap";
  42. player linkItem "ItemCompass";
  43. player linkItem "tf_microdagr";
  44. player linkItem "tf_anprc152_4";
  45. player linkItem "ItemGPS";
  46. player linkItem "SWOP_cosir4f";
  47. comment "Set identity";
  48. //player setFace "TanoanHead_A3_02";
  49. //player setSpeaker "ace_novoice";