loadout_cr.sqf 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ///////////////////////////////////////////////////////////////
  2. // 501st Legion - Loadout Script
  3. // File: loadout_cr.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 Recruit Loadout", "scripts\loadouts\loadout_cr.sqf"];
  14. //
  15. // Place this code in the init field of selected unit:
  16. // this disableai "move"; nop = [this] execVM "scripts\loadouts\loadout_cr.sqf";
  17. ///////////////////////////////////////////////////////////////
  18. //_unit = _this select 0;
  19. if (!local _unit) exitWith {};
  20. // removeAllWeapons _unit;
  21. // removeAllItems _unit;
  22. // removeAllAssignedItems _unit;
  23. // removeUniform _unit;
  24. // removeVest _unit;
  25. // removeBackpack _unit;
  26. // removeHeadgear _unit;
  27. // removeGoggles _unit;
  28. // _unit forceAddUniform "SWOP_Clonetrooper_F_CombatUniform";
  29. // _unit addVest "SWOP_Clonetrooper_armor";
  30. // _unit addHeadgear "SWOP_Clonetcadet_helmet";
  31. // _unit addGoggles "SWOP_Clones_HUD";
  32. //comment "Exported from Arsenal by CC Cruisie";
  33. removeAllWeapons player;
  34. removeAllItems player;
  35. removeAllAssignedItems player;
  36. removeUniform player;
  37. removeVest player;
  38. removeBackpack player;
  39. removeHeadgear player;
  40. removeGoggles player;
  41. //comment "Add containers";
  42. player forceAddUniform "SWOP_Clonetrooper_F_CombatUniform";
  43. //player addItemToUniform "ACE_fieldDressing";
  44. //player addItemToUniform "ACE_packingBandage";
  45. //player addItemToUniform "ACE_morphine";
  46. //player addItemToUniform "ACE_tourniquet";
  47. //for "_i" from 1 to 2 do {player addItemToUniform "SWOP_termDet_G";};
  48. player addVest "SWOP_Clonetrooper_armor";
  49. player addHeadgear "SWOP_Clonetcadet_helmet";
  50. player addGoggles "SWOP_Clones_HUD";
  51. //comment "Add weapons";
  52. //comment "Add items";
  53. player linkItem "ItemMap";
  54. player linkItem "ItemCompass";
  55. player linkItem "tf_microdagr";
  56. player linkItem "tf_anprc152_4";
  57. player linkItem "ItemGPS";
  58. //comment "Set identity";
  59. //player setFace "TanoanHead_A3_02";
  60. //player setSpeaker "ace_novoice";