Advertisement
Heyoxeeee

Arma 3 Actions

Apr 28th, 2020
2,350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 25.77 KB | None | 0 0
  1. [
  2.     ["Common", [
  3.         ["gear", "Inventory", "Open inventory"],
  4.         ["showMap", "Map", "Show map"],
  5.         ["hideMap", "Hide Map", "Hide Map"],
  6.         ["diary", "Diary", "Show task diary panels on top of 3D scene"],
  7.         ["tasks", "Task Overview", ""],
  8.         ["MiniMap", "GPS", ""],
  9.         ["MiniMapToggle", "GPS (Toggle)", ""],
  10.         ["uavView", "AV Camera", "Show view from AV if player is connected to it."],
  11.         ["uavViewToggle", "AV Camera (Toggle)", "Permanently show view from AV if player is connected to it."],
  12.         ["pilotCamera", "Targeting Camera", ""],
  13.         ["openDlcScreen", "Open DLC Screen", ""],
  14.         ["compass", "Compass", "Hold to show compass"],
  15.         ["compassToggle", "Compass (Toggle)", "Show compass permanently"],
  16.         ["watch", "Watch", "Hold to show watch"],
  17.         ["watchToggle", "Watch (Toggle)", "Show watch permanently"],
  18.         ["ListLeftVehicleDisplay", "Left Panel Next", ""],
  19.         ["ListRightVehicleDisplay", "Right Panel Next", ""],
  20.         ["ListPrevLeftVehicleDisplay", "Left Panel Previous", ""],
  21.         ["ListPrevRightVehicleDisplay", "Right Panel Previous", ""],
  22.         ["CloseLeftVehicleDisplay", "Close Left Panel", ""],
  23.         ["CloseRightVehicleDisplay", "Close Right Panel", ""],
  24.         ["NextModeLeftVehicleDisplay", "Left Panel Mode", ""],
  25.         ["NextModeRightVehicleDisplay", "Right Panel Mode", ""],
  26.         ["nightVision", "Night Vision", "Toggle nightvision on or off, if available"],
  27.         ["TransportNightVision", "Vision Mode (Vehicle)", "Toggle vision mode in vehicle, if available"],
  28.         ["binocular", "Binoculars", "Equip binoculars, if available"],
  29.         ["headlights", "Headlights On/Off", "Turn lights on or off: headlights, flash, pointers"],
  30.         ["prevAction", "Previous", "Previous action from Action menu (opens Action menu)"],
  31.         ["nextAction", "Next", "Following action from Action menu (opens Action menu)"],
  32.         ["Action", "Use Default Action", "Execute default or selected contextual menu action"],
  33.         ["ActionContext", "Use Selected Action", "Open action menu or execute selected contextual menu action"],
  34.         ["ActionInMap", "Use Command Action (Map)", "Perform high command actions in the map"],
  35.         ["navigateMenu", "Navigate Menu", "Toggles and navigates through the Command Menu"],
  36.         ["closeContext", "Close Context Menu", "Closes any active contextual menu (Action / Command / Radio)"],
  37.         ["LiteUnitInfoToggle", "", ""],
  38.         ["help", "Last Help", "Recalls the last hint"],
  39.         ["engineToggle", "Engine On/Off", ""],
  40.         ["vehicleTurbo", "Vehicle Turbo", "Speed up the vehicle movement"],
  41.         ["GetOut", "Get Out", ""],
  42.         ["Eject", "Eject", "Eject from vehicle"],
  43.         ["swapGunner", "Swap Gunner", "Swap gunner position"],
  44.         ["teamSwitch", "Team Switch", ""],
  45.         ["teamSwitchPrev", "Team Switch to Previous", "Switch to the previous team"],
  46.         ["teamSwitchNext", "Team Switch to Next", "Switch to the next team"],
  47.         ["timeDec", "Time Deceleration", "Decelerate time"],
  48.         ["timeInc", "Time Acceleration", "Accelerate time"],
  49.         ["copyVersion", "Copy Version to Clipboard", ""],
  50.         ["ingamePause", "Pause", "Pause game"]
  51.     ]],
  52.     ["Weapons", [
  53.         ["defaultAction", "Fire", "Execute default action"],
  54.         ["fire", "Command Fire", ""],
  55.         ["reloadMagazine", "Reload", "Reload weapon magazine"],
  56.         ["SwitchPrimary", "Switch to Primary Weapon", "Switches to your primary weapon or next firing mode"],
  57.         ["SwitchHandgun", "Switch to Handgun", "Switches to your Handgun or next firing mode"],
  58.         ["SwitchSecondary", "Switch to Secondary Weapon", "Switches to your Secondary Weapon or next firing mode"],
  59.         ["SwitchWeaponGrp1", "Switch to Weapons Group 1", ""],
  60.         ["SwitchWeaponGrp2", "Switch to Weapons Group 2", ""],
  61.         ["SwitchWeaponGrp3", "Switch to Weapons Group 3", ""],
  62.         ["SwitchWeaponGrp4", "Switch to Weapons Group 4", ""],
  63.         ["nextWeapon", "Next Weapon", "Next weapon or fire mode"],
  64.         ["prevWeapon", "Previous Weapon", "Previous weapon or fire mode"],
  65.         ["switchWeapon", "Switch Gun/Launcher", "Switch from main weapon to launcher and back"],
  66.         ["handgun", "Switch Gun/Handgun", "Switch from main weapon to handgun and back"],
  67.         ["optics", "Optics", "Enter weapon optics"],
  68.         ["opticsTemp", "Optics Temporary", "Temporarily enter weapon optics"],
  69.         ["opticsMode", "Optics Mode", "Change weapon optics mode"],
  70.         ["holdBreath", "Hold Breath", "Calm down and control your breath for a steady aim for a short period of time"],
  71.         ["deployWeaponAuto", "Deploy Weapon", "Press the key to automatically deploy your weapon wherever possible."],
  72.         ["tempRaiseWeapon", "Raise Weapon", "Temporarily raise your weapon"],
  73.         ["toggleRaiseWeapon", "Toggle Raise Weapon", "Permanently raise your weapon"],
  74.         ["throw", "Throw", ""],
  75.         ["cycleThrownItems", "Cycle Throw Items", "Change Thrown Item"],
  76.         ["zeroingUp", "Zeroing Up", "Increase zeroing of the weapon sights"],
  77.         ["zeroingDown", "Zeroing Down", "Decrease zeroing of the weapon sights"],
  78.         ["gunElevUp", "Gun Elevation Up", "Chassis elevation up"],
  79.         ["gunElevDown", "Gun Elevation Down", "Chassis elevation down"],
  80.         ["gunElevSlow", "Slow Gun Elevation", "Chassis elevation slow"],
  81.         ["gunElevAuto", "Lase Range", "Measure target distance and speed. Adjust zeroing (if avail.). Adjust lead on target (if avail.)."],
  82.         ["ActiveSensorsToggle", "Radar On/Off", ""],
  83.         ["lockTarget", "Lock Target", ""],
  84.         ["lockTargetToggle", "", ""],
  85.         ["revealTarget", "Reveal Target", "Reveal/announce target"],
  86.         ["lockTargets", "Next Target", "Cycle amongst multiple targets"],
  87.         ["lockEmptyTargets", "Next Empty Target", ""],
  88.         ["vehLockTargets", "Next Target (Vehicle)", "Lock vehicle targets"],
  89.         ["vehLockEmptyTargets", "Next Empty Target (Vehicle)", ""],
  90.         ["vehLockTurretView", "Stabilize Turret", ""],
  91.         ["switchGunnerWeapon", "Change Gunner Weapon", ""],
  92.         ["heliManualFire", "Toggle Manual Fire", "Execute manual fire from helicopter"],
  93.         ["launchCM", "Countermeasures", ""],
  94.         ["nextCM", "Countermeasures Mode", ""]
  95.     ]],
  96.     ["View", [
  97.         ["AimUp", "Aim Up", "Aim up"],
  98.         ["AimDown", "Aim Down", "Aim down"],
  99.         ["AimLeft", "Aim Left", "Aim to the left"],
  100.         ["AimRight", "Aim Right", "Aim to the right"],
  101.         ["AimHeadUp", "Look Up", ""],
  102.         ["AimHeadDown", "Look Down", ""],
  103.         ["AimHeadLeft", "Look Left", ""],
  104.         ["AimHeadRight", "Look Right", ""],
  105.         ["personView", "Toggle View", "Switch to 1st person view"],
  106.         ["tacticalView", "Tactical View", "Switch to 3rd person view"],
  107.         ["zoomTemp", "Zoom Temporary", "Zoom In Temporarily"],
  108.         ["lookAround", "Look", ""],
  109.         ["commandWatch", "Command Watch", ""],
  110.         ["lookAroundToggle", "Freelook", ""],
  111.         ["lookLeftUp", "Look Left Up", "Look left up"],
  112.         ["lookUp", "Look Up", "Look above"],
  113.         ["lookRightUp", "Look Right Up", "Look right up"],
  114.         ["lookLeft", "Look Left", "Look to the left"],
  115.         ["lookCenter", "Center Look", "Centre view"],
  116.         ["lookRight", "Look Right", "Look to the right"],
  117.         ["lookLeftDown", "Look Left Down", "Look left down"],
  118.         ["lookDown", "Look Down", "Look down"],
  119.         ["lookRightDown", "Look Right Down", "Look right down"],
  120.         ["zoomIn", "Zoom In", "Hold To Zoom In"],
  121.         ["zoomInToggle", "Zoom In (Toggle)", "Zoom In Permanently"],
  122.         ["zoomOut", "Zoom Out", "Hold To Zoom Out"],
  123.         ["zoomOutToggle", "Zoom Out (Toggle)", "Zoom Out Permanently"],
  124.         ["lookShiftUp", "Move Head Up", ""],
  125.         ["lookShiftDown", "Move Head Down", ""],
  126.         ["lookShiftForward", "Move Head Forward", ""],
  127.         ["lookShiftLeft", "Move Head Left", ""],
  128.         ["lookShiftCenter", "Center Head Move", ""],
  129.         ["lookShiftRight", "Move Head Right", ""],
  130.         ["lookShiftBack", "Move Head Back", ""],
  131.         ["lookRollLeft", "Head Roll Left", ""],
  132.         ["lookRollRight", "Head Roll Right", ""],
  133.         ["lookLeftCont", "Look Left (Analog)", "Look left"],
  134.         ["lookRightCont", "Look Right (Analog)", "Look right"],
  135.         ["lookDownCont", "Look Down (Analog)", "Look down"],
  136.         ["lookUpCont", "Look Up (Analog)", "Look up"],
  137.         ["zoomContIn", "Zoom In (Continuous)", "Continual Zoom In"],
  138.         ["zoomContOut", "Zoom Out (Continuous)", "Continual Zoom Out"],
  139.         ["lookShiftLeftCont", "Head Left (Analog)", ""],
  140.         ["lookShiftRightCont", "Head Right (Analog)", ""],
  141.         ["lookShiftUpCont", "Head Up (Analog)", ""],
  142.         ["lookShiftDownCont", "Head Down (Analog)", ""],
  143.         ["lookShiftForwardCont", "Head Forward (Analog)", ""],
  144.         ["lookShiftBackCont", "Head Back (Analog)", ""],
  145.         ["lookRollLeftCont", "Head Roll Left (Analog)", ""],
  146.         ["lookRollRightCont", "Head Roll Right (Analog)", ""],
  147.         ["turretElevationUp", "Raise Turret", "Raise turret"],
  148.         ["turretElevationDown", "Lower turret", "Lower turret"]
  149.     ]],
  150.     ["Command", [
  151.         ["selectAll", "Select All Units", "Select all subordinate units"],
  152.         ["switchCommand", "Switch Command Menu", ""],
  153.         ["SelectGroupUnit1", "Select Unit 1", ""],
  154.         ["SelectGroupUnit2", "Select Unit 2", ""],
  155.         ["SelectGroupUnit3", "Select Unit 3", ""],
  156.         ["SelectGroupUnit4", "Select Unit 4", ""],
  157.         ["SelectGroupUnit5", "Select Unit 5", ""],
  158.         ["SelectGroupUnit6", "Select Unit 6", ""],
  159.         ["SelectGroupUnit7", "Select Unit 7", ""],
  160.         ["SelectGroupUnit8", "Select Unit 8", ""],
  161.         ["SelectGroupUnit9", "Select Unit 9", ""],
  162.         ["SelectGroupUnit0", "Select Unit 10", ""],
  163.         ["GroupPagePrev", "Previous Unit Page", "Shows the previous page of units"],
  164.         ["GroupPageNext", "Next Unit Page", "Shows the next page of units"],
  165.         ["SetTeamRed", "Set Team Red", "Assigns selected units to Team Red"],
  166.         ["SetTeamGreen", "Set Team Green", "Assigns selected units to Team Green"],
  167.         ["SetTeamBlue", "Set Team Blue", "Assigns selected units to Team Blue"],
  168.         ["SetTeamYellow", "Set Team Yellow", "Assigns selected units to Team Yellow"],
  169.         ["SetTeamWhite", "Set Team White", "Assigns selected units to Team White"],
  170.         ["SelectTeamRed", "Select Team Red", "Adds Team Red to the selection"],
  171.         ["SelectTeamGreen", "Select Team Green", "Adds Team Green to the selection"],
  172.         ["SelectTeamBlue", "Select Team Blue", "Adds Team Blue to the selection"],
  173.         ["SelectTeamYellow", "Select Team Yellow", "Adds Team Yellow to the selection"],
  174.         ["SelectTeamWhite", "Select Team White", "Adds Team White to the selection"],
  175.         ["CommandingMenu1", "Open Menu (Move)", ""],
  176.         ["CommandingMenu2", "Open Menu (Target)", ""],
  177.         ["CommandingMenu3", "Open Menu (Engage)", ""],
  178.         ["CommandingMenu4", "Open Menu (Mount)", ""],
  179.         ["CommandingMenu5", "Open Menu (Status)", ""],
  180.         ["CommandingMenu6", "Open Menu (Action)", ""],
  181.         ["CommandingMenu7", "Open Menu (Combat Mode)", ""],
  182.         ["CommandingMenu8", "Open Menu (Formation)", ""],
  183.         ["CommandingMenu9", "Open Menu (Team)", ""],
  184.         ["CommandingMenu0", "Open Menu (Reply)", ""],
  185.         ["CommandingMenuSelect1", "Select Menu 1", ""],
  186.         ["CommandingMenuSelect2", "Select Menu 2", ""],
  187.         ["CommandingMenuSelect3", "Select Menu 3", ""],
  188.         ["CommandingMenuSelect4", "Select Menu 4", ""],
  189.         ["CommandingMenuSelect5", "Select Menu 5", ""],
  190.         ["CommandingMenuSelect6", "Select Menu 6", ""],
  191.         ["CommandingMenuSelect7", "Select Menu 7", ""],
  192.         ["CommandingMenuSelect8", "Select Menu 8", ""],
  193.         ["CommandingMenuSelect9", "Select Menu 9", ""],
  194.         ["CommandingMenuSelect0", "Select Menu 10", ""],
  195.         ["commandWatch", "Command Watch", ""],
  196.         ["commandLeft", "Command Left", "Command driver to go to the left"],
  197.         ["commandRight", "Command Right", "Command driver to go to the right"],
  198.         ["commandForward", "Command Forward", "Command driver to go forward"],
  199.         ["commandBack", "Command Back", "Command driver to go backward"],
  200.         ["commandFast", "Command Fast", "Command driver to go fast"],
  201.         ["commandSlow", "Command Slow", "Command driver to go slow"]
  202.     ]],
  203.     ["Multiplayer", [
  204.         ["networkStats", "Multiplayer Statistics", "Multiplayer statistics"],
  205.         ["networkPlayers", "List Of Players", "List of players"],
  206.         ["prevChannel", "Previous Channel", "Switches to previous channel in communications: chat, voice-over-network"],
  207.         ["nextChannel", "Next Channel", "Switches to next channel in communications: chat, voice-over-network"],
  208.         ["chat", "Chat", "Enter the chat"],
  209.         ["pushToTalk", "Push To Talk", "Push to talk"],
  210.         ["voiceOverNet", "Voice Over Net", "Activates voice-over-network permanently"],
  211.         ["PushToTalkAll", "Talk On Global Channel", "Talk on global channel"],
  212.         ["PushToTalkSide", "Talk On Side Channel", "Talk on side channel"],
  213.         ["PushToTalkCommand", "Talk On Command Channel", "Talk on command channel"],
  214.         ["PushToTalkGroup", "Talk On Group Channel", "Talk on group channel"],
  215.         ["PushToTalkVehicle", "Talk on Vehicle channel", "Talk On Vehicle Channel"],
  216.         ["PushToTalkDirect", "Talk on Direct channel", "Talk On Direct Channel"],
  217.         ["TacticalPing", "Tactical Ping", "Place or remove Tactical Ping marker"]
  218.     ]],
  219.     ["Infantry Movement", [
  220.         ["MoveForward", "Move Forward", ""],
  221.         ["MoveBack", "Move Back", ""],
  222.         ["TurnLeft", "Strafe Left", "Strafe to the left"],
  223.         ["TurnRight", "Strafe Right", "Strafe to the right"],
  224.         ["MoveFastForward", "Fast Forward", ""],
  225.         ["MoveSlowForward", "Slow forward", ""],
  226.         ["turbo", "Sprint", "Hold while moving forward to sprint"],
  227.         ["TurboToggle", "Sprint (Toggle)", "Permanent sprint while moving forward"],
  228.         ["MoveLeft", "Turn Left", "Turn to the left"],
  229.         ["MoveRight", "Turn Right", "Turn to the right"],
  230.         ["TactTemp", "Combat Pace", "Hold for combat pace"],
  231.         ["TactToggle", "Combat Pace Toggle", "Toggle combat pace"],
  232.         ["TactShort", "Combat Pace 3 Sec.", "Enter combat pace for three seconds"],
  233.         ["WalkRunTemp", "Walk/Run (Temporary)", "Hold to walk when running or run when walking"],
  234.         ["WalkRunToggle", "Walk/Run (Toggle)", "Press to switch running for walking"],
  235.         ["AdjustUp", "Adjust Stance Up", "Partially raise your stance"],
  236.         ["AdjustDown", "Adjust Stance Down", "Partially lower your stance"],
  237.         ["AdjustLeft", "Adjust Stance Left", "Step to the left"],
  238.         ["AdjustRight", "Adjust Stance Right", "Step to the right"],
  239.         ["Stand", "Stand Up (Toggle)", "Press once to toggle stand up"],
  240.         ["Crouch", "Crouch (Toggle)", "Press once to toggle crouch"],
  241.         ["Prone", "Prone (Toggle)", "Press once to toggle prone"],
  242.         ["MoveUp", "Crouch / Stand Up", "Press to crouch and back to stand"],
  243.         ["MoveDown", "Go Prone / Stand Up", "Press to go prone and back to stand"],
  244.         ["SwimUp", "Swim Up", "Underwater - ascend"],
  245.         ["SwimDown", "Swim Down", "Underwater - descend"],
  246.         ["EvasiveLeft", "Evasive Left", "Strafe to the left"],
  247.         ["EvasiveRight", "Evasive Right", "Strafe to the right"],
  248.         ["LeanLeft", "Lean Left", "Press to lean to the left"],
  249.         ["LeanLeftToggle", "Lean Left Toggle", "Press to lean to the left"],
  250.         ["LeanRight", "Lean Right", "Press to lean to the right"],
  251.         ["LeanRightToggle", "Lean Right Toggle", "Press to lean to the right"],
  252.         ["GetOver", "Step Over", "Vault over obstacles"],
  253.         ["Salute", "Salute", "Honour your superiors"],
  254.         ["SitDown", "Sit Down", ""]
  255.     ]],
  256.     ["Vehicle Movement", [
  257.         ["CarForward", "Car Forward", "Drive forward"],
  258.         ["CarBack", "Car Back", "Drive backward"],
  259.         ["CarLeft", "Car Left", "Steer to the left"],
  260.         ["CarRight", "Car Right", "Steer to the right"],
  261.         ["CarLinearLeft", "Car Left (Analog)", "Steer to the left (Analog)"],
  262.         ["CarLinearRight", "Car Right (Analog)", "Steer to the right (Analog)"],
  263.         ["CarFastForward", "Car Fast Forward", "Speed up the car"],
  264.         ["CarSlowForward", "Car Slow Forward", ""],
  265.         ["CarHandBrake", "Hand Brake", ""],
  266.         ["CarWheelLeft", "Car More Left", "Steer slightly to the left"],
  267.         ["CarWheelRight", "Car More Right", "Steer slightly to the right"],
  268.         ["CarAimUp", "Aim Up", ""],
  269.         ["CarAimDown", "Aim Down", ""],
  270.         ["CarAimLeft", "Aim Left", ""],
  271.         ["CarAimRight", "Aim Right", ""],
  272.         ["TurnIn", "Turn In", "End vehicle look out"],
  273.         ["TurnOut", "Turn out", "Look out from the vehicle"]
  274.     ]],
  275.     ["Helicopter Movement", [
  276.         ["HeliCyclicForward", "Cyclic Forward", "Tilt the aircraft forward"],
  277.         ["HeliCyclicBack", "Cyclic Backward", "Tilt the helicopter backward"],
  278.         ["HeliCyclicLeft", "Cyclic Left", ""],
  279.         ["HeliCyclicRight", "Cyclic Right", ""],
  280.         ["HeliCollectiveRaise", "Collective Raise", "Increase the helicopter thrust"],
  281.         ["HeliCollectiveLower", "Collective Lower", "Decrease the helicopter thrust"],
  282.         ["HeliRudderLeft", "Left Pedal", ""],
  283.         ["HeliRudderRight", "Right Pedal", ""],
  284.         ["HeliLeft", "Left Turn", "Tilt the aircraft to the left"],
  285.         ["HeliRight", "Right Turn", "Tilt the aircraft to the right"],
  286.         ["AutoHover", "Auto-Hover On", ""],
  287.         ["AutoHoverCancel", "Auto-Hover Off", ""],
  288.         ["LandGear", "Gear Down", ""],
  289.         ["LandGearUp", "Gear Up", ""],
  290.         ["HeliCollectiveRaiseCont", "Collective Raise (Analog)", ""],
  291.         ["HeliCollectiveLowerCont", "Collective Lower (Analog)", ""],
  292.         ["HeliWheelsBrake", "Wheel Brake Hold/Release", ""],
  293.         ["HelicopterTrimOn", "Manual Trim Set", ""],
  294.         ["HelicopterTrimOff", "Manual Trim Release", ""],
  295.         ["HeliTrimLeft", "Manual Trim (Left)", ""],
  296.         ["HeliTrimRight", "Manual Trim (Right)", ""],
  297.         ["HeliTrimForward", "Manual Trim (Forward)", ""],
  298.         ["HeliTrimBackward", "Manual Trim (Backward)", ""],
  299.         ["HeliTrimRudderLeft", "Manual Trim (Pedals Left)", ""],
  300.         ["HeliTrimRudderRight", "Manual Trim (Pedals Right)", ""],
  301.         ["HeliRopeAction", "Rope Interaction", "Attach cargo or release attached cargo"],
  302.         ["HeliSlingLoadManager", "Sling Load Assistant", "Enable/disable Sling Load Assistant"]
  303.     ]],
  304.     ["Plane Movement", [
  305.         ["HeliForward", "Nose Down", "Tilt the aircraft down"],
  306.         ["HeliBack", "Nose Up", "Tilt the aircraft up"],
  307.         ["AirBankLeft", "Bank Left", ""],
  308.         ["AirBankRight", "Bank Right", ""],
  309.         ["HeliFastForward", "Fast Forward", "Tilt the aircraft forward"],
  310.         ["HeliUp", "Increase Thrust", "Increase aircraft thrust"],
  311.         ["HeliDown", "Decrease Thrust", "Decrease aircraft thrust"],
  312.         ["HeliThrottlePos", "Thrust (Analog)", ""],
  313.         ["AirPlaneBrake", "Speedbrake", ""],
  314.         ["HeliRudderLeft", "Left Pedal", ""],
  315.         ["HeliRudderRight", "Right Pedal", ""],
  316.         ["HeliLeft", "Left Turn", "Tilt the aircraft to the left"],
  317.         ["HeliRight", "Right Turn", "Tilt the aircraft to the right"],
  318.         ["vtolVectoring", "Auto-Vectoring On", ""],
  319.         ["vtolVectoringCancel", "Auto-Vectoring Off", ""],
  320.         ["LandGear", "Gear Down", ""],
  321.         ["LandGearUp", "Gear Up", ""],
  322.         ["FlapsDown", "Flaps Down", "Aircraft flaps down"],
  323.         ["FlapsUp", "Flaps Up", "Aircraft flaps up"],
  324.         ["HeliThrottleNeg", "Speedbrake (Analog)", ""]
  325.     ]],
  326.     ["Submarine Movement", [
  327.         ["submarineUp", "Surface", "Submarine ascend"],
  328.         ["submarineDown", "Dive", "Submarine descend"],
  329.         ["submarineLeft", "Turn Left", "Turn submarine to the left"],
  330.         ["submarineRight", "Turn Right", "Turn submarine to the right"],
  331.         ["submarineForward", "Move Forward", "Go forward with submarine"],
  332.         ["submarineBack", "Move Backward", "Go backward with submarine"],
  333.         ["submarineCyclicForward", "Nose Up", "Submarine nose up"],
  334.         ["submarineCyclicBack", "Nose Down", "Submarine nose down"]
  335.     ]],
  336.     ["Development", [
  337.         ["BuldSwitchCamera", "Buldozer Switch Camera", ""],
  338.         ["BuldFreeLook", "Buldozer Free Look", ""],
  339.         ["BuldSelect", "Buldozer Select", ""],
  340.         ["BuldResetCamera", "Buldozer Reset Camera", ""],
  341.         ["BuldMagnetizePoints", "Buldozer Magnetize Points", ""],
  342.         ["BuldMagnetizePlanes", "Buldozer Magnetize Planes", ""],
  343.         ["BuldMagnetizeYFixed", "Buldozer Magnetize Fixed Y", ""],
  344.         ["BuldTerrainRaise1m", "Buldozer Raise Terrain 1 m", ""],
  345.         ["BuldTerrainRaise10cm", "Buldozer Raise Terrain 10 cm", ""],
  346.         ["BuldTerrainLower1m", "Buldozer Lower Terrain 1 m", ""],
  347.         ["BuldTerrainLower10cm", "Buldozer Lower Terrain 10 cm", ""],
  348.         ["BuldTerrainRaise5m", "Buldozer Raise Terrain 5 m", ""],
  349.         ["BuldTerrainRaise50cm", "Buldozer Raise Terrain 50 cm", ""],
  350.         ["BuldTerrainLower5m", "Buldozer Lower Terrain 5 m", ""],
  351.         ["BuldTerrainLower50cm", "Buldozer Lower Terrain 50 cm", ""],
  352.         ["BuldTerrainShowNode", "Buldozer Show Terrain Node", ""],
  353.         ["BuldSelectionType", "Buldozer Selection Type", ""],
  354.         ["BuldLeft", "Buldozer Left", ""],
  355.         ["BuldRight", "Buldozer Right", ""],
  356.         ["BuldForward", "Buldozer Forward", ""],
  357.         ["BuldBack", "Buldozer Back", ""],
  358.         ["BuldMoveLeft", "Buldozer Move Left", ""],
  359.         ["BuldMoveRight", "Buldozer Move Right", ""],
  360.         ["BuldMoveForward", "Buldozer Move Forward", ""],
  361.         ["BuldMoveBack", "Buldozer Move Back", ""],
  362.         ["BuldTurbo", "Buldozer Turbo", ""],
  363.         ["BuldUp", "Buldozer Up", ""],
  364.         ["BuldDown", "Buldozer Down", ""],
  365.         ["BuldLookLeft", "Buldozer Look Left", ""],
  366.         ["BuldLookRight", "Buldozer Look Right", ""],
  367.         ["BuldLookUp", "Buldozer Look Up", ""],
  368.         ["BuldLookDown", "Buldozer Look Down", ""],
  369.         ["BuldZoomIn", "Buldozer Zoom In", ""],
  370.         ["BuldZoomOut", "Buldozer Zoom Out", ""],
  371.         ["BuldTextureInfo", "Buldozer Show Texture Info", ""],
  372.         ["BuldBrushRatio", "Brush Ratio", ""],
  373.         ["BuldBrushStrength", "Brush Strength", ""],
  374.         ["BuldBrushSmooth", "Brush Smooth", ""],
  375.         ["BuldBrushRandomize", "Randomize", ""],
  376.         ["BuldBrushSetHeight", "Set Height Brush", ""],
  377.         ["BuldBrushOuter", "Brush Outer", ""],
  378.         ["BuldUndo", "Undo", ""],
  379.         ["BuldRedo", "Redo", ""],
  380.         ["BuldCreateObj", "Create Object", ""],
  381.         ["BuldDuplicateSel", "Duplicate Selection", ""],
  382.         ["BuldRemoveSel", "Remove Selection", ""],
  383.         ["BuldRotateSelX", "Rotate X", ""],
  384.         ["BuldRotateSelZ", "Rotate Y", ""],
  385.         ["BuldScaleSel", "Scale", ""],
  386.         ["BuldElevateSel", "Elevate", ""],
  387.         ["BuldKeepAbsoluteElevationSel", "Lock Object Elevation", ""],
  388.         ["BuldClearAllElevationLocks", "Unlock Object Elevation", ""],
  389.         ["SeagullUp", "Seagull Up", ""],
  390.         ["SeagullDown", "Seagull Down", ""],
  391.         ["SeagullForward", "Seagull Forward", ""],
  392.         ["SeagullBack", "Seagull Back", ""],
  393.         ["SeagullFastForward", "Seagull Fast Forward", ""],
  394.         ["cheat1", "", ""],
  395.         ["cheat2", "", ""]
  396.     ]],
  397.     ["Custom controls", [
  398.         ["User1", "Use Action 1", ""],
  399.         ["User2", "Use Action 2", ""],
  400.         ["User3", "Use Action 3", ""],
  401.         ["User4", "Use Action 4", ""],
  402.         ["User5", "Use Action 5", ""],
  403.         ["User6", "Use Action 6", ""],
  404.         ["User7", "Use Action 7", ""],
  405.         ["User8", "Use Action 8", ""],
  406.         ["User9", "Use Action 9", ""],
  407.         ["User10", "Use Action 10", ""],
  408.         ["User11", "Use Action 11", ""],
  409.         ["User12", "Use Action 12", ""],
  410.         ["User13", "Use Action 13", ""],
  411.         ["User14", "Use Action 14", ""],
  412.         ["User15", "Use Action 15", ""],
  413.         ["User16", "Use Action 16", ""],
  414.         ["User17", "Use Action 17", ""],
  415.         ["User18", "Use Action 18", ""],
  416.         ["User19", "Use Action 19", ""],
  417.         ["User20", "Use Action 20", ""]
  418.     ]],
  419.     ["Zeus", [
  420.         ["curatorInterface", "Zeus", "As Zeus, opens the interface. As any other role, pings Zeus to gain his / her attention"],
  421.         ["curatorRotateMod", "Rotate entity", ""],
  422.         ["curatorMoveY", "Raise entity", "Hold this key while dragging an entity to increase its altitude"],
  423.         ["curatorDelete", "Delete entity", "Remove selected entities from the world"],
  424.         ["curatorDestroy", "Destroy entity", "Destroy or kill selected entities"],
  425.         ["curatorGetOut", "Order units to get out", "All selected units in vehicles will disembark"],
  426.         ["curatorContentWaypoint", "Place 'cycle' waypoint", ""],
  427.         ["curatorMoveCamTo", "Move camera to selected entity", ""],
  428.         ["curatorLockCameraTo", "Lock camera on selected entity", ""],
  429.         ["curatorLevelObject", "Adjust object to sea level", ""],
  430.         ["curatorGroupMod", "Group units together", ""],
  431.         ["curatorMultipleMod", "Select multiple entities", ""],
  432.         ["CuratorCollapseParent", "Collapse / Expand Section", "Collapses or expands selected editable section in Zeus unit tree"],
  433.         ["curatorNightvision", "Toggle vision mode", ""],
  434.         ["curatorPersonView", "Toggle View", "See through the eyes of the selected unit"],
  435.         ["curatorPingView", "Move to pinged player", "Instantly move the camera to the position of the player who pinged you last"],
  436.         ["curatorToggleInterface", "Toggle interface", "Hide the Zeus interface. This can be useful for capturing screenshots or videos."],
  437.         ["curatorToggleEdit", "Toggle EDIT list", "Show or hide the list of editable entities"],
  438.         ["curatorToggleCreate", "Toggle CREATE list", "Show or hide the list of entities you can place"],
  439.         ["curatorMapTextures", "Toggle map textures", "Show or hide map textures"],
  440.         ["curatorCompass", "Compass", "Toggle the compass on / off"],
  441.         ["curatorWatch", "Toggle time information", "Show the elapsed time, time of day, and remaining time"]
  442.     ]],
  443.     ["Camera", [
  444.         ["cameraMoveForward", "Move Forward", "Move forward"],
  445.         ["cameraMoveBackward", "Move Backward", "Move backward"],
  446.         ["cameraMoveLeft", "Move Left", "Move left"],
  447.         ["cameraMoveRight", "Move Right", "Move right"],
  448.         ["cameraMoveUp", "Move Up", "Move up"],
  449.         ["cameraMoveDown", "Move Down", "Move down"],
  450.         ["cameraMoveTurbo1", "Speed Modifier", "Speed modifier. When held, the camera moves moderately faster. Can be held together with extreme speed modifier to achieve even greater speed."],
  451.         ["cameraMoveTurbo2", "Extreme Speed Modifier", "Extreme speed modifier. When held, the camera moves extremely faster. Can be held together with speed modifier to achieve even greater speed."],
  452.         ["cameraZoomIn", "Zoom In", "Zoom in"],
  453.         ["cameraZoomOut", "Zoom Out", "Zoom out"],
  454.         ["cameraLookUp", "Look Up", "Look up"],
  455.         ["cameraLookDown", "Look Down", "Look down"],
  456.         ["cameraLookLeft", "Look Left", "Look left"],
  457.         ["cameraLookRight", "Look Right", "Look right"],
  458.         ["cameraReset", "Reset View", "Reset camera rotation"],
  459.         ["cameraTarget", "Move to Target", "Move camera to selected target"],
  460.         ["cameraVisionMode", "Toggle Vision Mode", "Toggle vision mode (e.g. night or thermal vision)"],
  461.         ["cameraFlashlight", "Toggle Flashlight", "Toggle flashlight"],
  462.         ["cameraInterface", "Toggle Interface", "Toggle interface"]
  463.     ]],
  464.     ["Editor Camera", [
  465.         ["editorCameraMoveForward", "Move Forward", "Move forward"],
  466.         ["editorCameraMoveBackward", "Move Backward", "Move backward"],
  467.         ["editorCameraMoveLeft", "Move Left", "Move left"],
  468.         ["editorCameraMoveRight", "Move Right", "Move right"],
  469.         ["editorCameraMoveUp", "Move Up", "Move up"],
  470.         ["editorCameraMoveDown", "Move Down", "Move down"],
  471.         ["editorCameraMoveTurbo", "Speed Modifier", "Speed modifier. When held, the camera moves faster."],
  472.         ["editorCameraLookUp", "Look Up", "Look up"],
  473.         ["editorCameraLookDown", "Look Down", "Look down"],
  474.         ["editorCameraLookLeft", "Look Left", "Look left"],
  475.         ["editorCameraLookRight", "Look Right", "Look right"],
  476.         ["editorCameraReset", "", ""]
  477.     ]]
  478. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement