Advertisement
johnpac

APEX LEGENDS AUTOEXEC

Jul 10th, 2023 (edited)
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.65 KB | None | 0 0
  1. //unbindall_ignoreGamepad
  2. //////////////////////////
  3. //// FUNCTIONS ////
  4. //////////////////////////
  5. bind_US_standard "F1" "disconnect" // disconnect
  6. bind_US_standard "F2" "toggle cl_showpos 0 1" // toggle cl_showpos
  7.  
  8. //////////////////////////
  9. //// GAME SETTINGS ////
  10. //////////////////////////
  11. fps_max 0
  12. cl_is_softened_locale 1 // red kill flare
  13. mouse_sensitivity "1.5"
  14.  
  15. //////////////////////////
  16. //// MOVEMENT ////
  17. //////////////////////////
  18. bind_US_standard "w" "+forward" 0 // Move forward
  19. bind_US_standard "MWHEELUP" "+forward" 1 // Tap Strafing
  20. bind_US_standard "s" "+backward" 0 // Move backward
  21. bind_US_standard "a" "+moveleft" 0 // Strafe left
  22. bind_US_standard "d" "+moveright" 0 // Strafe right
  23. bind_US_standard "space" "+jump" 0 // Jump
  24. bind_US_standard "MWHEELDOWN" "+jump" 1 // Jump (additional)
  25. //bind_US_standard "lshift" "+speed" 0 // Active sprint
  26. bind_US_standard "LSHIFT" "+speed; +walk" 0 // Walk + Scope Toggle
  27. bind_US_standard "lctrl" "+duck" 0 // Duck
  28. bind_US_standard "v" "+duck" 1 // Duck (additional)
  29. //bind_US_standard "v" "+toggle_duck" 0 // Toggle duck
  30. bind_US_standard "e" "+use; +use_long" 0 // Interact
  31. bind_US_standard "x" "+use_alt" 0 // Alt-interact
  32.  
  33.  
  34. //////////////////////////
  35. //// COMBAT ////
  36. //////////////////////////
  37. bind_US_standard "mouse1" "+attack" 0 // Primary attack
  38. bind_US_standard "MOUSE4" "+melee" 0 // Quick melee attack
  39. bind_US_standard "r" "+reload" 0 // Reload
  40. //bind_US_standard "mouse2" "+toggle_zoom" 0 // Toggle ADS
  41. bind_US_standard "MOUSE2" "+zoom" 0 // Hold ADS
  42. bind_US_standard "1" "weaponSelectPrimary0" 0 // Select primary slot 0
  43. bind_US_standard "2" "weaponSelectPrimary1" 0 // Select primary slot 1
  44. bind_US_standard "3" "weaponSelectPrimary2" 0 // Select primary slot 2
  45. bind_US_standard "f" "weaponSelectOrdnance" 0 // Select/cycle ordnance
  46. bind_held_US_standard "f" "+strafe" 0 // Ordnance wheel (hold)
  47. bind_US_standard "4" "+scriptCommand4" 0 // Smart heal
  48. bind_held_US_standard "4" "+scriptCommand2" 0 // Medpack wheel (hold)
  49. bind_US_standard "5" "use_consumable HEALTH_SMALL" 0 // Quick-use medpack (syringe)
  50. bind_US_standard "6" "use_consumable HEALTH_LARGE" 0 // Quick-use medpack (med kit)
  51. bind_US_standard "7" "use_consumable SHIELD_SMALL" 0 // Quick-use medpack (shield cell)
  52. bind_US_standard "8" "use_consumable SHIELD_LARGE" 0 // Quick-use medpack (shield battery)
  53. bind_US_standard "9" "use_consumable PHOENIX_KIT" 0 // Quick-use medpack (phoenix kit)
  54. bind_US_standard "q" "+offhand1" 0 // Tactical ability
  55. //bind_US_standard "mouse4" "+offhand1" 1 // Tactical ability (additional)
  56. bind_US_standard "z" "+offhand4" 0 // Ultimate ability
  57. //bind_US_standard "mouse5" "+offhand4" 1 // Ultimate ability (additional)
  58. bind_US_standard "b" "+scriptCommand3" 0 // Cycle fire-mode
  59. bind_US_standard "t" "+scriptCommand5" 0 // Only used for Gibraltar's gun shield
  60. bind_US_standard "lalt" "+scriptCommand6" 0 // Gadget wheel
  61.  
  62.  
  63. //////////////////////////
  64. //// COMMS ////
  65. //////////////////////////
  66. bind_US_standard "mouse3" "+ping" 0 // Ping (tap or hold)
  67. bind_US_standard "c" "ping_specific_type ENEMY" 0 // Ping enemy
  68. bind_US_standard "MOUSE5" "+pushtotalk" 0 // Push-to-talk
  69. bind_US_standard "enter" "say_team" 0 // Team text chat
  70. bind_US_standard "`" "chat_wheel" 0 // Quick-chat
  71.  
  72.  
  73. //////////////////////////
  74. //// MENUS ////
  75. //////////////////////////
  76. bind_US_standard "tab" "toggle_inventory" 0 // Toggle inventory
  77. bind_US_standard "i" "toggle_inventory" 1 // Toggle inventory (additional)
  78. bind_US_standard "m" "toggle_map" 0 // Toggle map
  79. //bind_US_standard "f2" "+scriptCommand7" 0 // Character info overlay
  80.  
  81. //////////////////////////
  82. //// UTILITY ////
  83. //////////////////////////
  84. bind_US_standard "n" "weapon_inspect" 0 // Inspect weapon
  85. bind_US_standard "escape" "ingamemenu_activate" 0 // Toggle system menu
  86. bind_US_standard "f12" "jpeg" 0 // Take screenshot (gets overriden below by screenshotDevNet)
  87. bind_US_standard "f8" "miles_insert_bug_marker" 0 // Insert a 'bug marker' event that can be used to find audio issues in Miles dumps
  88.  
  89. //////////////////////////
  90. //// SPECTATOR ////
  91. //////////////////////////
  92. bind_US_standard "j" "in_spec_teamplayer1" 0 // Switch spectator to player 1 in team
  93. bind_US_standard "k" "in_spec_teamplayer2" 0 // Switch spectator to player 2 in team
  94. bind_US_standard "l" "in_spec_teamplayer3" 0 // Switch spectator to player 3 in team
  95. bind_US_standard "kp_uparrow" "in_spec_next" 0 // Switch spectator to next player
  96. bind_US_standard "kp_downarrow" "in_spec_prev" 0 // Switch spectator to previous player
  97. bind_US_standard "kp_5" "in_spec_mode" 0 // Switch spectator viewing
  98. bind_US_standard "[[" "in_spec_toggle_freecam" 0 // Toggle spectator free cam
  99. bind_US_standard "]" "in_spec_toggle_chasecam_lock" 0 // Toggle view lock in chase cam
  100. bind_US_standard "kp_plus" "in_spec_chasecam_zoom_in" 0 // Zoom Chase Cam In
  101. bind_US_standard "kp_minus" "in_spec_chasecam_zoom_out" 0 // Zoom Chase Cam Out
  102. bind_US_standard "kp_rightarrow" "in_spec_next_team" 0 // Switch spectator to next team
  103. bind_US_standard "kp_leftarrow" "in_spec_prev_team" 0 // Switch spectator to previous team
  104. bind_US_standard "kp_pgup" "in_spec_closest_player" 0 // Switch spectator to closest player
  105. bind_US_standard "kp_pgdn" "in_spec_closest_enemy" 0 // Switch spectator to closest enemy
  106. bind_US_standard "kp_home" "in_spec_last_attacker" 0 // Switch spectator to last attacker
  107. bind_US_standard "kp_end" "in_spec_kill_leader" 0 // Switch spectator to kill leader
  108. bind_US_standard "kp_multiply" "toggle_obs_highlight" 0 // Toggle highlights for observer
  109. bind_US_standard "kp_slash" "toggle_obs_player_tags" 0 // Toggle player tags for observer
  110. bind_US_standard "kp_del" "in_spec_toggle_ui" 0 // Toggle UI off and on while in spectator mode
  111. bind_US_standard "=" "toggle_obs_ring_survey" 0 // Toggle ring survey data for observer
  112. bind_US_standard "ins" "in_spec_toggle_obituary" 0 // Toggles the obituary feed for observer
  113. bind_US_standard "y" "in_spec_toggle_map_teamnames" 0 // Toggles team names on the full map while in observer mode
  114. bind_US_standard "u" "in_spec_insert_annotation" 0 // Inserts an annotation into the LiveAPI stream
  115.  
  116.  
  117.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement