Darkness_BRST

Darkness Autoexec.

Feb 7th, 2023 (edited)
1,225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 2.46 KB | Gaming | 0 0
  1. //Autoexec By: https://www.youtube.com/@darkness0376
  2.  
  3. //Performance
  4. mat_monitorgamma_tv_enabled 1
  5. net_graphproportionalfont 1
  6. mat_queue_mode 2
  7. mat_queue_report 0
  8. mat_monitorgamma 2.2
  9. mat_bloom_scalefactor_scalar 0
  10. mat_grain_scale_override 0
  11. muzzleflash_light 1
  12. c_thirdpersonshoulder 0
  13. cc_subtitles 2
  14. cl_forcepreload 1
  15. cl_phys_timescale 1
  16. cl_ragdoll_limit 0
  17. cl_detail_max_sway 0
  18. func_break_max_pieces 0
  19. r_dynamic 0
  20. r_cheapwaterend 1
  21. r_cheapwaterstart 1
  22. r_physpropstaticlighting 1
  23. r_ambientfraction 0.2
  24. r_cheapwaterend 1
  25. r_cheapwaterstart 1
  26. r_skyboxfogfactor 0
  27. r_eyemove 0
  28. r_eyesize 0
  29. r_eyeshift_z 0
  30. r_eyeshift_y 0
  31. r_eyeshift_x 0
  32. spec_allowroaming 1
  33. z_wound_client_disabled 1
  34. //
  35.  
  36. //video
  37. mat_setvideomode 1920 1080 0;
  38. mat_setvideomode 1920 1080 1;
  39. //
  40.  
  41. //Multiplayer
  42. l4d_delete_temp_files 1;
  43. cl_playerspraydisable 0;
  44. //
  45.  
  46. //SERVER
  47. sv_consistency                      "0"
  48. sv_pausable                         "0"
  49. sv_region                           "2"
  50. //
  51.  
  52. //NET
  53. rate                                "100000"
  54. cl_cmdrate                          "55"
  55. cl_updaterate                       "30"
  56. cl_interp                           "0.015.6"
  57. cl_interp_ratio                     "0"
  58. cl_resend                           "1.5"
  59. //
  60.  
  61. //Mouse
  62. //Sensitivity
  63.  
  64. m_rawinput                          "1"
  65. m_forward                           "1"
  66. sensitivity                         "0.6"
  67. m_filter                            "1"
  68. m_customaccel                       "0"
  69. m_customaccel_exponent              "0"
  70. //
  71.  
  72. //VOLUME
  73. volume                              "0.1"
  74. snd_musicvolume                     "0"
  75. voice_enable "0"
  76. snd_legacy_surround "0"
  77. snd_prefetch_common "1"
  78. snd_pitchquality "1"
  79. snd_mixahead "0.065"                         // "Lerp for sound"
  80. dsp_enhance_stereo "1"
  81. dsp_slow_cpu "1"                            // "Better sound quality"
  82. //
  83.  
  84. //INFO
  85. cl_showpos                      "1"
  86. cl_showfps                      "1"
  87. //
  88.  
  89. //SPEC
  90. spec_allowroaming               "1"         // Free spectator mode
  91. //
  92.  
  93. //FOV
  94. fov_desired                     100;   // Camera FOV
  95. cl_viewmodelfovsurvivor         54; // Weapon FOV
  96. //
  97.  
  98. //CROSSHAIR
  99. crosshair                       1;
  100. cl_crosshair_alpha              255;    // Transparency
  101. cl_crosshair_dynamic            0;
  102. cl_crosshair_thickness          2;
  103. //
  104.  
  105. //CROSSHAIR COLORS | YELLOW
  106. cl_colorblind                   0;     
  107. cl_crosshair_red                250;    //Red
  108. cl_crosshair_green              0;  //Green
  109. cl_crosshair_blue               0;      //Blue
  110. //
  111.  
  112. clear
  113.  
  114. exec binds;
  115.  
  116. echo "------------------------------------------------------"
  117. echo "             Darkness' config loaded.                 "
  118. echo "------------------------------------------------------"
  119. echo "                   Config: default                    "
  120. echo
  121. echo "Check out my Social media - https://fakecrime.bio/darkness"
  122. echo
Tags: cfg
Advertisement
Add Comment
Please, Sign In to add comment