Apex Legends

Apex Legends

150 lượt đánh giá
HELPFUL Keybinds to SHIFT WALK and HEAL FASTER
Bởi WildFighunt
Do you prefer having auto-sprint on, but miss the the ability to walk and be more stealthy when enemies are nearby? Does it take you more than a second to select your desired healing item? Look no further! This guide will explain how to use custom keybinds to allow you to hold 'shift walk' and have a single key for shield batteries and cells for faster healing.
2
2
2
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Beginner's guide to setting up an autoexec.cfg
NOTE: You can skip this section if you already have an autoexec.cfg set up.

First and foremost, you need to create an autoexec.cfg file that will hold all your new keybinds.

To do this you want to open your games library in Steam. Right click Apex Legends and go to properties.



Next, copy and paste the following commands into your launch options:

-novid +exec autoexec



Now we want to create the actual autoexec.cfg file itself.

While you're still in properties select LOCAL FILES and click the BROWSE button.



A window will pop up, and you should see a folder called cfg.
Open the cfg folder and once you're in it right click to create a new text document or wordpad file.
Make sure your “File Name Extensions” are turned on otherwise you won't be able to change the file type.



Rename the New Text Document.txt to autoexec.cfg



It should look like this:



...And finished! Now you're ready to add your new keybinds and any other console commands.
How to 'Shift Walk'
Do you prefer having auto-sprint on, but miss the ability to walk and be more stealthy when enemies are nearby?



Copy and paste the following commands to your autoexec.cfg

// SHIFT WALK: Allows you to hold shift to walk while auto-sprint is turned on.
// NOTE: "+variableScopeToggle" is added so you can still adjust your zoom while in ADS.
bind_US_standard "LSHIFT" "+walk; +variableScopeToggle" 0
player_setting_autosprint "1"

This will allow you to hold Shift to walk whenever you feel like it.
NOTE: Shift will still be used to change your optic scope, but the in game hint will show up as blank.
How to 'Fast Battery and Heal'
The difference between winning or losing a duel is often decided by whether or not you can get a heal off in time. So you'll want to be able to quickly restore your shields or heal up without fumbling around with your controls.

The keybinds below will allow you to use a single key for both a shield battery and cell, and another key for the med kit and syringe.



Copy and paste the following commands to your autoexec.cfg

// HEALING: Tapping the selected key will prioritize the cell/syringe.
// Holding the selected key will prioritize the battery/med kit.
bind_US_standard "z" "use_consumable SHIELD_LARGE; use_consumable SHIELD_SMALL"
bind_held_US_standard "z" "use_consumable SHIELD_SMALL; use_consumable SHIELD_LARGE"
bind_US_standard "x" "use_consumable PHOENIX_KIT"
bind_US_standard "c" "use_consumable HEALTH_LARGE; use_consumable HEALTH_SMALL"
bind_held_US_standard "c" "use_consumable HEALTH_SMALL; use_consumable HEALTH_LARGE"

It should look like this once you're finished.



How to use your new keybinds

Tapping z = Shield Cell
Holding z = Shield Battery
Tapping z but no cell = Shield Battery
Holding z but no battery = Shield Cell

Tapping x = Phoenix Kit

Tapping c = Syringe
Holding c = Med Kit
Tapping c but no syringe = Med Kit
Holding c but no med kit = Syringe

NOTE: Be sure to change your ultimate keybind to something else (I use T) or change the keybinds listed to your own preference.



Now you can deal with all those pesky Bampots!
21 bình luận
Fasmodei 15 Thg03 @ 7:06pm 
it is still works, checked like 5 mins ago
Nate-FTW 16 Thg11, 2023 @ 4:38am 
For the toggle walk, this is a "hold to walk" function. Is there a way to press a bind to toggle walking? (Then press again to go back to sprinting).
pizzagod420 23 Thg10, 2023 @ 5:26pm 
if its not working you fucked something up. skill issue
SmallBook 31 Thg07, 2023 @ 12:05am 
literally not working:steamthumbsdown:
WildFighunt  [tác giả] 4 Thg05, 2023 @ 9:09am 
Yes, it still works!
Scr33ch 1 Thg05, 2023 @ 4:53pm 
does this still work?
argos 29 Thg08, 2022 @ 11:58am 
Awesome idea to overload the keybinds. Thanks for sharing!
nostra. 3 Thg08, 2022 @ 1:46pm 
very usefull tip with heals, got used to it after 2 matches
Joe Biden 1 Thg08, 2022 @ 3:43am 
tysm for the keybinds
WOMPWOMP 30 Thg07, 2022 @ 12:41pm 
To anybody who wants to use a shield bat and shield cell separately and to tap both of them, here are the codes, obviously change the binds to how u want them.

// HEALING: Tapping the selected key will prioritize the cell/syringe.
// Holding the selected key will prioritize the battery/med kit.
bind_US_standard "LALT" "use_consumable SHIELD_SMALL"
bind_US_standard "e" "use_consumable SHIELD_LARGE"
bind_US_standard "x" "use_consumable PHOENIX_KIT"
bind_US_standard "c" "use_consumable HEALTH_LARGE; use_consumable HEALTH_SMALL"
bind_held_US_standard "c" "use_consumable HEALTH_SMALL; use_consumable HEALTH_LA