From d96352ae8b87484823500d43c495c14ac7f2473c Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 17 Oct 2025 12:02:53 -0300 Subject: [PATCH] Update config --- config_personal/cfg/overrides/autoexec.cfg | 3 --- config_personal/cfg/overrides/modules.cfg | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config_personal/cfg/overrides/autoexec.cfg b/config_personal/cfg/overrides/autoexec.cfg index 569b06d..3110490 100644 --- a/config_personal/cfg/overrides/autoexec.cfg +++ b/config_personal/cfg/overrides/autoexec.cfg @@ -1,8 +1,5 @@ // https://developer.valvesoftware.com/wiki/List_of_Team_Fortress_2_console_commands_and_variables -// No texture streaming -no_texture_stream - con_enable 1 //Set the default confile location //con_logfile "console.log" diff --git a/config_personal/cfg/overrides/modules.cfg b/config_personal/cfg/overrides/modules.cfg index 26429b2..c6fa8dc 100644 --- a/config_personal/cfg/overrides/modules.cfg +++ b/config_personal/cfg/overrides/modules.cfg @@ -1,8 +1,10 @@ -textures=ultra +texture_quality=ultra +texture_filter=aniso16x decals=ultra sprays=keep bandwidth=6.0Mbps download=all hud_achievement=on hud_player_model=on +party_mode=request fpscap=400 \ No newline at end of file