Advertisement
IssouLinux

Black Mesa autoexec.cfg

Jan 5th, 2025 (edited)
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | Gaming | 0 0
  1. exec config.cfg
  2. //exec threading.cfg
  3. workshop_disable 1
  4. //Don't want to have ENTER as shooting hint lol
  5. unbind ENTER
  6. //Allow autosaving message to show up in HUD
  7. save_console 1
  8.  
  9.  
  10. //Reduces overbright specular with our increased flashlight intensity.
  11. gb_spot_SpecMul .3
  12.  
  13. //Makes NPCs no longer gib when beeing hit by a shotgun or other damage types that realistically wouln't dismember them.
  14. bm_gib_on_health_below -25
  15.  
  16. // Allows the console to be activated.
  17. // Default: 0
  18. con_enable "1"
  19. mat_unlock_gfx_highend_unsupported 1
  20.  
  21. // SeiferGamer57 Autoexec | Black Mesa
  22.  
  23. // Steam launch options
  24. // +fps_max 162 -w 1920 -h 1080 +exec autoexec.cfg
  25.  
  26. //Mouse options
  27. //2000 DPI
  28. //Mouse sensitivity in-game: 0.35
  29. sensitivity "0.35"
  30. //eDPI utilisé: 700 avec 2000 DPI et 0.35 de sensi (+/-72cm pour 360°)
  31. //Cougar Minos XC: 20/ms - 10 clicks
  32.  
  33.  
  34. // Displays start message.
  35.  
  36. echo | ______________________________________
  37. echo | < Loading SeiferGamer57's autoexec.cfg >
  38. echo | --------------------------------------
  39. echo | \
  40. echo | \
  41. echo | .--.
  42. echo | |o_o |
  43. echo | |:_/ |
  44. echo | // \ \
  45. echo | (| | )
  46. echo | /'\_ _/`\
  47. echo | \___)=(___/
  48.  
  49. // Binds keyboard and mouse
  50. bind "P" "pause"
  51.  
  52.  
  53. // Paramètres graphiques
  54. mat_vsync 0
  55. r_farz -1 // distance de rendu illimitée
  56. mat_antialias 8 // Active un anti-aliasing x8
  57. mat_forceaniso 16 // Filtrage anisotropique x16
  58. mat_monitorgamma "2.2"
  59. mat_fxaa_enabled "1"
  60.  
  61.  
  62.  
  63. // Paramètres de jeu
  64. fps_max "162"
  65. zoom_sensitivity_ratio "1.0"
  66. background_fov 90 // can't go over 90
  67. fov_desired 110 // Default is 90, max is 120
  68. hud_crosshair_enable "0"
  69.  
  70.  
  71. // Paramètres audio
  72. snd_legacy_surround "1"
  73. snd_fxvolume "1.00"
  74. snd_musicvolume "0.60"
  75. dsp_volume "0.8"
  76.  
  77.  
  78. //Duckjump / Crouch-jump
  79. alias +cjump "+jump; +duck"
  80. alias -cjump "-jump; -duck"
  81. bind "space" "+cjump"
  82.  
  83.  
  84.  
  85. echo | ______________________________________
  86. echo | < SeiferGamer57's autoexec.cfg is now loaded! >
  87. echo | --------------------------------------
  88. echo | \
  89. echo | \
  90. echo | .--.
  91. echo | |o_o |
  92. echo | |:_/ |
  93. echo | // \ \
  94. echo | (| | )
  95. echo | /'\_ _/`\
  96. echo | \___)=(___/
  97.  
  98.  
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement