Advertisement
Guest User

Untitled

a guest
May 24th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. //add autoexec.cfg to the apex install cfg folder
  2.  
  3. //Muzzle Flash Removal
  4. alias "+shoot" "+attack; r_particle_timescale 300" //muzzle flash ~set value to 3 if you want bullet tracers.
  5. alias "-shoot" "-attack; r_particle_timescale 1" //muzzle flash
  6. bind_US_standard "mouse1" "+shoot" //muzzle flash
  7.  
  8. mat_screen_blur_enabled 0 //menu blur
  9. hud_setting_minimapRotate 1 //Rotating Minimap
  10. hud_setting_pingAlpha "0.400000" //ping and banner transparency
  11.  
  12. //r_drawtracers_firstperson "1" //set to 0 for no tracers on your bullets
  13.  
  14. cl_drawshadowtexture 0
  15. cl_ejectbrass 0
  16.  
  17. cl_particle_max_count 0
  18. fog_enableskybox 0
  19. fog_enable 0
  20. fog_enable_water_fog 0
  21. mat_picmip 4
  22. stream_memory 0
  23. mat_reduceparticles 1
  24. shadow_enable "0"
  25.  
  26. bind_US_standard "f12" "exec autoexec" //Press F12 to exec autoexec if not already in launch options
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement