zeusVariableAndFunctionPanel.sqf 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. // Zeus control panel by Nam and Rexi
  2. namZeusPanelHermes={
  3. params["_objToPlacePanelsOn"];
  4. //makes him handcuffed
  5. ([_objToPlacePanelsOn,true] call ace_captives_fnc_setHandcuffed);
  6. removeGoggles _objToPlacePanelsOn;
  7. _objToPlacePanelsOn AddUniform "SWOP_CloneOf_red_F_CombatUniform";
  8. _objToPlacePanelsOn Addheadgear "SWOP_Cloneofficer_capR";
  9. _objToPlacePanelsOn allowdamage false;
  10. //Westworld Meme
  11. _objToPlacePanelsOn addAction ["<t color='#A020F0'> Whats this scroll wheel about ?? </t>",
  12. {
  13. hint "Doesn'T Look Like Anything To Me";
  14. },[1],0,false,true,"","_target == _this"];//end
  15. _objToPlacePanelsOn addAction ["<t color='#00FF00'>Receive Hermes Blessing</t>", {
  16. params["_this","_user"];
  17. //Hermes Control Panel
  18. _user addAction ["<t color='#A020F0'> Hermes Control Panel</t>",
  19. {
  20. hint "REeeE-CC Euler Euler stop ReeEeEing--CC Angel Angle 2k18";
  21. },[1],0,false,true,"","_target == _this"];//end
  22. //Help Command
  23. _user addAction ["<t color='#07FC0E'>Help</t>",
  24. {
  25. hint "Actions below only work on existing vehicles/objects/infantry any vehicles/objects/infantry spawned after the action will be default";
  26. },[1],0,false,true,"","_target == _this"];//end
  27. //Spacer
  28. _user addAction ["<t color='#A020F0'> ---Zeus Vehicles-----</t>",
  29. {
  30. },[1],0,false,true,"","_target == _this"];//end
  31. //Removes AAT's AI Coxial turrets
  32. _user addAction ["<t color='#47FF1A'>Remove AAT AI Coxial Turret </t>",
  33. {
  34. [] execVM (landBasedQuick+aatPath+aatCoax);
  35. },[1],0,false,true,"","_target == _this"];//end
  36. /*
  37. //Makes spawned AAT's Blue and gray
  38. _user addAction ["<t color='#073BFC'>Make Spawned AAT's Blue Variant</t>",
  39. {
  40. [] execVM(landBasedQuick+aatPath+aatRetext);
  41. },[1],0,false,true,"","_target == _this"];//end
  42. */
  43. //Converts Praetorian to star wars
  44. _user addAction ["<t color='#47FF1A'>Converts Praetorian to star wars (CIS Colours)</t>",
  45. {
  46. [] execVM (landBasedQuick+praetorianPath+praetorian);
  47. },[1],0,false,true,"","_target == _this"];//end
  48. /*
  49. //Seriously buffs the Homing Spider Droids with Titan AA missles and Rebel Laser Gun removes standard guns
  50. _user addAction ["<t color='#47FF1A'>Add AA Missles + better gun to Spider Droids </t>",
  51. {
  52. [] execVM (landBasedQuick+homingSpiderDroidPath+homingspiderdroid);
  53. },[1],0,false,true,"","_target == _this"];//end
  54. */
  55. //Spacer
  56. _user addAction ["<t color='#A020F0'> ---Zeus Infantry-----</t>",
  57. {
  58. },[1],0,false,true,"","_target == _this"];//end
  59. //Switch camo droids to Snow
  60. _user addAction ["<t color='#FFFFFF'>Switch B1 CAMO droids to Snow Camo</t>",
  61. {
  62. [] execVM (b1Quick+b1Snow);
  63. },[1],0,false,true,"","_target == _this"];//end
  64. //Switch camo droids to Forest
  65. _user addAction ["<t color='#1E8E00'>Switch B1 CAMO droids to Forest Camo</t>",
  66. {
  67. [] execVM (b1Quick+b1Forest);
  68. },[1],0,false,true,"","_target == _this"];//end
  69. /* - Disabled for debugging
  70. //Activate Phantom Protocol
  71. _user addAction ["<t color='#073BFC'>Activate Phantom Protocol</t>",
  72. {
  73. [] execVM "scripts\zeus3denScripts\aiBased\factionBased\opfor\cis\Magma\Phantom.sqf";
  74. },[1],0,false,true,"","_target == _this"];//end
  75. */
  76. //Spacer
  77. _user addAction ["<t color='#A020F0'> ---Players-----</t>",
  78. {
  79. },[1],0,false,true,"","_target == _this"];//end
  80. /*
  81. //Removes Thermals from players
  82. _user addAction ["<t color='#D1021E'>Removes Thermals from players</t>",
  83. {
  84. [] execVM (playedBasedItemsQuick+removeThermal);
  85. },[1],0,false,true,"","_target == _this"];//end
  86. //Adds Thermals back to players
  87. _user addAction ["<t color='#0BD102'>Adds Thermals back to players</t>",
  88. {
  89. [] execVM (playedBasedItemsQuick+addThermal);
  90. },[1],0,false,true,"","_target == _this"];//end
  91. */
  92. //Removes maps and GPS' from players
  93. _user addAction ["<t color='#D1021E'>Removes maps and gps' from players</t>",
  94. {
  95. [] execVM (playedBasedItemsQuick+removeMapGPS);
  96. },[1],0,false,true,"","_target == _this"];//end
  97. //Adds maps and GPS' back to players
  98. _user addAction ["<t color='#0BD102'>Add maps and gps' back to players</t>",
  99. {
  100. [] execVM (playedBasedItemsQuick+addMapGPS);
  101. },[1],0,false,true,"","_target == _this"];//end
  102. //remove NVGS from troopers
  103. _user addAction ["<t color='#D1021E'>Remove NVGS from troopers</t>",
  104. {
  105. [] execVM (playedBasedItemsQuick+removeNVG);
  106. },[1],0,false,true,"","_target == _this"];//end
  107. //Adds nvgs back
  108. _user addAction ["<t color='#0BD102'>Add NVGS to troopers</t>",
  109. {
  110. [] execVM (playedBasedItemsQuick+addNVG);
  111. },[1],0,false,true,"","_target == _this"];//end
  112. "thunder_1" remoteExec ["playSound"];"thunder_1" remoteExec ["playSound"];
  113. [_user,format["%1 Has received the blessing of Hermes %2 (Additional Zeus powers activated)",(name _user),time]] remoteExec ["sideChat", 0];
  114. "Hermes has a message for you! Having FPS problems mid op? try 'Shift+numpadminus then type 'Flush'' will help in some circumstances!" remoteExec ["hint", -2];
  115. deleteVehicle _this select 0;
  116. }];
  117. };
  118. ["B_Protagonist_VR_F", "init",namZeusPanelHermes, true, [], true] call CBA_fnc_addClassEventHandler;