Advertisement
Guest User

autoexec

a guest
Nov 22nd, 2019
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. // =========================================================
  2. // Tsunami's Minimal Apex Legends Config
  3. // ==========================================================
  4. // Version 5.0.0 | Last Edited: November 5, 2019
  5. // ==========================================================
  6. // Recommended Launch Options: +exec autoexec
  7. // ==========================================================
  8. // This config aims to improve the experience of the game with
  9. // what few commands remain available to users. Unfortunately,
  10. // Respawn nixed most commands, so higher gains are no longer
  11. // possible. This config will remain updated if commands are
  12. // enabled again. You can always find the latest version here:
  13. // https://github.com/NotTsunami/ApexConfig
  14. //
  15. // Questions? Join https://discord.gg/2HgNzD9
  16. // Toggle F10 to show FPS counter
  17. bind "6" "toggle cl_showfps 4 0"
  18. // Toggle F11 to show net graph
  19. bind "7" "toggle shownet_enabled 1 0"
  20. // Press F12 to reload the config
  21. // I recommend reloading in the lobby or else you might experience hitches while
  22. // reloading in a match. You need to reload if you make changes after launching.
  23. bind "8" "exec autoexec"
  24. // Uncap FPS
  25. // Alternatively, you can set this to -1 to cap FPS to your monitor's current
  26. // refresh rate to avoid maxing out the GPU. If you are streaming using NVENC,
  27. // this should help with stutters in the stream.
  28. fps_max 140
  29.  
  30. // Disable Telemetry
  31. pin_opt_in 0 // Disable sending PIN telemetry data to EA
  32.  
  33. // Graphic Tweaks
  34. cl_gib_allow 0 // Disable gibs
  35. cl_particle_fallback_multiplier 0 // Always fall back to cheaper effects regardless
  36. // of load
  37. cl_ragdoll_maxcount 0 // Zero max amount of ragdolls allowed on screen
  38. mat_bloom_scalefactor_scalar 0 // Disable bloom
  39. mat_forceaniso 0 // Disable anisotropic filtering (Set bilinear)
  40. mat_mip_linear 0 // Bilinear texture filtering (Bilinear is cheaper at cost of quality)
  41. mat_picmip 2 // Set lowest quality
  42. noise_filter_scale 0 // Remove grain effect
  43. r_createmodeldecals 0 // Don't create model decals
  44. r_decals 0 // Zero decals drawn (Default 256)
  45. r_dynamic 0 // Disable fancy lighting effects
  46. ssao_enabled 0 // Disable screen space ambient occlusion
  47. shadow_depth_dimen_min 0 // Minimum resolution of a spot shadow map
  48. shadow_depth_upres_factor_max 1 // Maximum upres factor of spot_shadows
  49. shadow_enable 0 // Disable shadows
  50. shadow_maxdynamic 0 // Zero out number of shadows that update per frame
  51. shadow_max_dynamic 0 // Same as above, for some reason there are multiple convars
  52.  
  53. // Sound
  54. miles_channels 8 // This sets the audio channels to stereo, if you have issues
  55. // with vertical sound, try setting to 8
  56. miles_occlusion 0 // Disable occlusion checks
  57. miles_occlusion_force 0
  58. miles_occlusion_partial 0
  59. sound_without_focus 1 // Play sound even if Apex isn't in focus
  60.  
  61. // HUD
  62. hud_setting_pingAlpha 0.5 // Make pings semi-transparent but still visible
  63. sprint_view_shake_style 1 // Less screen shaking on sprint
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement