Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- exec config.cfg
- //exec threading.cfg
- workshop_disable 1
- //Don't want to have ENTER as shooting hint lol
- unbind ENTER
- //Allow autosaving message to show up in HUD
- save_console 1
- //Reduces overbright specular with our increased flashlight intensity.
- gb_spot_SpecMul .3
- //Makes NPCs no longer gib when beeing hit by a shotgun or other damage types that realistically wouln't dismember them.
- bm_gib_on_health_below -25
- // Allows the console to be activated.
- // Default: 0
- con_enable "1"
- mat_unlock_gfx_highend_unsupported 1
- // SeiferGamer57 Autoexec | Black Mesa
- // Steam launch options
- // +fps_max 162 -w 1920 -h 1080 +exec autoexec.cfg
- //Mouse options
- //2000 DPI
- //Mouse sensitivity in-game: 0.35
- sensitivity "0.35"
- //eDPI utilisé: 700 avec 2000 DPI et 0.35 de sensi (+/-72cm pour 360°)
- //Cougar Minos XC: 20/ms - 10 clicks
- // Displays start message.
- echo | ______________________________________
- echo | < Loading SeiferGamer57's autoexec.cfg >
- echo | --------------------------------------
- echo | \
- echo | \
- echo | .--.
- echo | |o_o |
- echo | |:_/ |
- echo | // \ \
- echo | (| | )
- echo | /'\_ _/`\
- echo | \___)=(___/
- // Binds keyboard and mouse
- bind "P" "pause"
- // Paramètres graphiques
- mat_vsync 0
- r_farz -1 // distance de rendu illimitée
- mat_antialias 8 // Active un anti-aliasing x8
- mat_forceaniso 16 // Filtrage anisotropique x16
- mat_monitorgamma "2.2"
- mat_fxaa_enabled "1"
- // Paramètres de jeu
- fps_max "162"
- zoom_sensitivity_ratio "1.0"
- background_fov 90 // can't go over 90
- fov_desired 110 // Default is 90, max is 120
- hud_crosshair_enable "0"
- // Paramètres audio
- snd_legacy_surround "1"
- snd_fxvolume "1.00"
- snd_musicvolume "0.60"
- dsp_volume "0.8"
- //Duckjump / Crouch-jump
- alias +cjump "+jump; +duck"
- alias -cjump "-jump; -duck"
- bind "space" "+cjump"
- echo | ______________________________________
- echo | < SeiferGamer57's autoexec.cfg is now loaded! >
- echo | --------------------------------------
- echo | \
- echo | \
- echo | .--.
- echo | |o_o |
- echo | |:_/ |
- echo | // \ \
- echo | (| | )
- echo | /'\_ _/`\
- echo | \___)=(___/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement