Skip to content

Instantly share code, notes, and snippets.

@M-Porter
Last active April 28, 2019 07:24
Show Gist options
  • Save M-Porter/aa8bbbc4e28bffdceb11c5e4a98ff745 to your computer and use it in GitHub Desktop.
Save M-Porter/aa8bbbc4e28bffdceb11c5e4a98ff745 to your computer and use it in GitHub Desktop.
// create a file called autoexec.cfg at C:\Program Files (x86)\Origin Games\Apex\cfg
// with the contents of this file
//
// after that add "+exec autoexec" to your adv launch options
fps_max 0
// cl_forcepreload 1
cl_ragdoll_collide 0
cl_ejectbrass "0"
// mat_compressedtextures 1
mat_screen_blur_enabled 0
mat_disable_bloom 1
r_fullscreen 1
// r_dynamic 0
// r_dynamiclighting 0
r_fog 0
hud_setting_minimapRotate 1
hud_setting_pingAlpha "0.400000"
alias "+shoot" "+attack; r_particle_timescale 300" // no muzzle flash
alias "-shoot" "-attack; r_particle_timescale 1" // no muzzle flash
bind_US_standard "mouse1" "+shoot" // no muzzle flash
bind_US_standard "kp_end" "ClientCommand_Quickchat 18" // moe zam beek here
bind_US_standard "kp_downarrow" "ClientCommand_Quickchat 252" // solid shotgun
bind_US_standard "f12" "exec autoexec"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment