Update autoexec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user