Update autoexec

This commit is contained in:
2025-10-31 22:53:32 -03:00
parent 1e6704a9d4
commit cfab61487b

View File

@@ -72,6 +72,15 @@ echo "----- When making a multiplayer server set "sv_lan" to 0 -----"
// Tranparent Viewmodels Override (mastercomfig broke it) // Tranparent Viewmodels Override (mastercomfig broke it)
mat_motion_blur_enabled 1 mat_motion_blur_enabled 1
mat_motion_blur_strength 0 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 // Resup bind with loadout support
exec loadouts/init.cfg exec loadouts/init.cfg