- Exit Apex
- Right click the Start Menu, and click "Run"
- Enter
notepad %USERPROFILE%\Saved Games\Respawn\Apex\local\settings.cfg
, then press "OK" - At the bottom of the file, add the following to a new line
hud_setting_pingDoubleTapEnemy "0"
- Save, and restart Apex! Now when you double press ping, it won't ping "enemy here".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hud_setting_pingDoubleTapEnemy "0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import cec | |
import logging | |
import uinput | |
import time | |
logging.basicConfig(level=logging.DEBUG) | |
u = uinput |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY : prereqs clean build upload | |
.DELETE_ON_ERROR: | |
.SUFFIXES: | |
# methods to verified variables are definied | |
check_defined = \ | |
$(strip $(foreach 1,$1, \ | |
$(call _check_defined,$1,$(strip $(value 2))))) | |
_check_defined = \ | |
$(if $(value $1),, \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[toplevel] | |
whoami = sts get-caller-identity | |
test = | |
!f() { | |
/bin/ps -x | |
}; f | |
flip-account-skylab = |
NewerOlder