update autoexec

This commit is contained in:
2025-10-28 01:11:30 -03:00
parent 814b35c60e
commit 1e6704a9d4

View File

@@ -1,7 +1,7 @@
// https://developer.valvesoftware.com/wiki/List_of_Team_Fortress_2_console_commands_and_variables // https://developer.valvesoftware.com/wiki/List_of_Team_Fortress_2_console_commands_and_variables
con_enable 1 con_enable 1
//Set the default confile location // Set the default confile location
//con_logfile "console.log" //con_logfile "console.log"
developer 0 developer 0
@@ -34,7 +34,7 @@ ds_screens 0
// Minimum killstreak to record // Minimum killstreak to record
ds_min_streak 4 ds_min_streak 4
//Advanced options // Advanced options
hud_fastswitch 1 hud_fastswitch 1
cl_autoreload 1 cl_autoreload 1
tf_colorblindassist 1 tf_colorblindassist 1
@@ -65,10 +65,14 @@ con_filter_text_out "Error"
echo "----- When making a single player server run "exec listenserver.cfg" -----" echo "----- When making a single player server run "exec listenserver.cfg" -----"
echo "----- When making a multiplayer server set "sv_lan" to 0 -----" echo "----- When making a multiplayer server set "sv_lan" to 0 -----"
//sanity filter // sanity filter
//breaks voice until reconnect // breaks voice until reconnect
//voice_enable 0 //voice_enable 0
// Tranparent Viewmodels Override (mastercomfig broke it)
mat_motion_blur_enabled 1
mat_motion_blur_strength 0
// Resup bind with loadout support // Resup bind with loadout support
exec loadouts/init.cfg exec loadouts/init.cfg
// My binds // My binds