diff --git a/config_personal/cfg/overrides/autoexec.cfg b/config_personal/cfg/overrides/autoexec.cfg index 181283d..eb691ce 100644 --- a/config_personal/cfg/overrides/autoexec.cfg +++ b/config_personal/cfg/overrides/autoexec.cfg @@ -72,6 +72,15 @@ echo "----- When making a multiplayer server set "sv_lan" to 0 -----" // Tranparent Viewmodels Override (mastercomfig broke it) mat_motion_blur_enabled 1 mat_motion_blur_strength 0 +mat_disable_bloom 1 +mat_hdr_level 0 +mat_colcorrection_disableentities 1 +mat_colorcorrection 0 +// Toggle Transparent Viewmodels +tf_contract_progress_show 1 +tf_contract_competitive_show 1 +alias transparency_on "mat_motion_blur_enabled 1; tf_contract_progress_show 1; tf_contract_competitive_show 1" +alias transparency_off "mat_motion_blur_enabled 0; tf_contract_progress_show 0; tf_contract_competitive_show 0" // Resup bind with loadout support exec loadouts/init.cfg