Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. // _____________________
  2. // | DEAFPS - CONFIG |
  3. // v3.8 - 22.12.19
  4. // Follow @deaFPS_ on Twitter
  5. //
  6.  
  7.  
  8. // FEATURES------------------------------------------------------
  9. // Rotating Minimap
  10. // Transparent "Downed-Player" indicators
  11. // 120 FOV
  12. // No 4:3 Blackbars
  13. // No Telemetry for better privacy of your data
  14. // No Blurred UI*
  15. // Unlimited FPS
  16. // More Stable FPS thanks to lowered LOD and disabled shadows ( ONLY WORKS WITH VIDEOCONFIG.TXT )
  17. // Net-graph (See ping)
  18. //
  19. // *Broken at the moment (11 June 2019), but devs said eventually it will be fixed
  20.  
  21.  
  22.  
  23. // KEY-LIST------------------------------------------------------
  24. // "F1" - Toggle FPS Counter
  25. // "F2" - Toggle Net-graph (See ping)
  26. // "F3" - Switch to 1440x1080 Resolution
  27. // "F4" - Switch back to 1920x1080 Resolution
  28. // "F7" - Reexecute this Autoexec
  29.  
  30.  
  31. // GAMEPLAY-SETTINGS---------------------------------------------
  32. m_rawinput "1"
  33. // Takes the direct input of your mouse
  34.  
  35. m_filter "0"
  36. // Makes sure any kind of mouse filtering is off
  37.  
  38. m_acceleration "0"
  39. // Once again this makes sure mouse acceleration is off
  40.  
  41. hud_setting_minimapRotate "1"
  42. // This setting allows the minimap to rotate with you
  43. //(default 0)
  44.  
  45. sprint_view_shake_style "1"
  46. // Less Headbob
  47.  
  48. hud_setting_pingAlpha "0.8"
  49. // Opacity of the pings and downed banners (default 1)
  50.  
  51. colorblind_mode 0
  52. // Colorblind modes
  53.  
  54. player_setting_damage_closes_deathbox_menu "0"
  55. // Your inventory wont auto-close anymore when receiving damage
  56.  
  57.  
  58.  
  59. // PERSONAL-SETTINGS---------------------------------------------
  60. // IMPORTANT! - Remove "//" infront of the commands to take effect
  61. //mouse_sensitivity "2.8"
  62. // Your mouse sensitivity
  63.  
  64. //bind "f" "+use; +use_long" 0
  65. // Your use bind
  66.  
  67. //unbind "mouse4"
  68. //unbind "mouse5"
  69.  
  70. //bind "e" "+offhand1" 0
  71. // Your Tactical
  72.  
  73. //bind "x" "weaponSelectPrimary2" 0
  74. // Your Fists
  75.  
  76. //bind "q" "ping_specific_type ENEMY" 0
  77. // Ping Enemy
  78.  
  79. //cl_fovScale "1.55"
  80. // 1.55 = 110FOV | 1.7 = 120FOV
  81. // to deactivate add "//" at the beginning
  82.  
  83. bind "SPACE" "+jump" 0
  84. bind "MWHEELDOWN" "+jump" 0
  85. // Your Jump key
  86.  
  87.  
  88. // CUSTOM-BINDS--------------------------------------------------
  89. //bind "F1" "toggle cl_showfps 4 0"
  90. // Toggle for the FPS Counter
  91.  
  92. bind "F2" "toggle shownet_enabled 1 0"
  93. // Net Graph Toggle
  94.  
  95. bind "F3" "mat_setvideomode 1280 960 0 0"
  96. // Changes res to your 4:3 res - you might like to change
  97. // this to your preferred res...like 1440x1080
  98.  
  99. bind "F4" "mat_setvideomode 1366 768 0 0"
  100. // Changes res back to 1920x1080
  101.  
  102. bind "F7" "exec autoexec.cfg"
  103. // If you have accidentally changes something in the video
  104. // options just press F7 and the settings will load again
  105.  
  106. bind "F5" "toggle stream_memory 0 307200"
  107. // Texture quality toggle
  108.  
  109.  
  110. // 4:3-SETTINGS--------------------------------------------------
  111. // IMPORTANT! - If the UI glitches switch to 1080p with "F4" and
  112. back to your 4:3 res with "F3"-----------------------------------
  113.  
  114. mat_letterbox_aspect_goal 0
  115.  
  116. mat_letterbox_aspect_threshold 0
  117.  
  118.  
  119.  
  120. // Audio Occlusion/Distortion-------------------------------------
  121. miles_channels 2
  122. // Tells the number of audio channels to the audio engine
  123.  
  124. miles_occlusion 0
  125. // Sound bouncing of walls
  126.  
  127. miles_occlusion_force 0
  128.  
  129. miles_occlusion_partial 0
  130.  
  131. sound_num_speakers 2
  132. // Number of your audio channels
  133.  
  134. sound_without_focus 1
  135. // Game desent stop to play sound when tabbed out
  136.  
  137.  
  138.  
  139. // PRIVACY-SETTINGS----------------------------------------------
  140. telemetry_client_enable 0
  141.  
  142. telemetry_client_sendInterval 0
  143.  
  144. pin_opt_in 0
  145.  
  146.  
  147.  
  148. // IMPORTANT-GRAPHICS-BASED-COMMANDS-----------------------------
  149. fps_max unlimited
  150. // Unlocks Framerate
  151.  
  152. mat_picmip 4
  153. // Basically this is the texture Quality controller of the
  154. // game 4 = Lowest ... 1 = High
  155.  
  156. //stream_memory "0"
  157. // Change this to 0 if you want to use mat_picmip 4 (default 307200)
  158.  
  159. r_lod_switch_scale 0.3
  160. // Distance at where the low end models are loaded
  161.  
  162. csm_enabled 0
  163. // Disables Cascaded Shadows
  164.  
  165. fog_enableskybox 0
  166. // Removes the fog from the skybox... You can see the
  167. //mountains in the background more clearly now
  168.  
  169. mat_screen_blur_enabled 0
  170. // Disables the blur effect on the HUD, this gives you like
  171. // 5-10 more fps
  172.  
  173. mat_forceaniso 0
  174.  
  175. ssao_enabled 0
  176. // Disables SSAO
  177.  
  178. shadow_enable 0
  179. shadow_maxdynamic 0
  180. shadow_max_dynamic 0
  181. shadow_depth_dimen_min 0
  182. shadow_depth_upres_factor_max 0
  183.  
  184. r_decals 0
  185. // Removes Bullet Impacts
  186.  
  187. particle_cpu_level 0
  188. // Reduces the quality of particles
  189.  
  190. cl_ragdoll_maxcount 0
  191. // Disables Ragdoll
  192.  
  193. cl_particle_fallback_multiplier 0
  194. // Multiplier for falling back to cheaper effects under load
  195.  
  196. cl_particle_fallback_base 0
  197. // Base for falling back to cheaper effects under load
  198.  
  199. noise_filter_scale 0
  200. // Removes Film-grain
  201.  
  202. mat_bloom_scalefactor_scalar 0
  203. // Disables bloom
  204.  
  205. r_createmodeldecals "0"
  206. // Game does not create decals
  207.  
  208. // OTHER-GRAPHICS-BASED-COMMANDS---------------------------------
  209. mat_disable_bloom 1
  210. // Disables Glow spread of the light
  211.  
  212. mat_mip_linear 0
  213.  
  214. cl_gib_allow 0
  215.  
  216. sssss_enable 0
  217.  
  218. staticProp_budget 1
  219.  
  220. func_break_max_pieces 1
  221.  
  222. cheap_captions_fadetime 0
  223.  
  224. crypto_cam_level_flight_is_default 1
  225.  
  226. chroma_enable 0
  227.  
  228. cl_minimal_rtt_shadows 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement