From 348e77fec764e9d58904c2951153ae5dea053e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Wed, 8 Jul 2026 23:19:20 -0600 Subject: [PATCH] chore(tf2): high graphics settings --- modules/home/users/crumb/tf2.nix | 4 ++-- .../home/users/crumb/tf2/my-config/cfg/overrides/binds.cfg | 1 - .../home/users/crumb/tf2/my-config/cfg/overrides/settings.cfg | 3 ++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/users/crumb/tf2.nix b/modules/home/users/crumb/tf2.nix index 3af6048..0209707 100644 --- a/modules/home/users/crumb/tf2.nix +++ b/modules/home/users/crumb/tf2.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, inputs, ... }: -# Launch options: -novid -nojoy -nosteamcontroller -nohltv -particles 1 -precachefontchars -noquicktime -console -windowed -noborder +# Launch options: -novid -nojoy -nosteamcontroller -nohltv -particles 1 -precachefontchars -noquicktime -console -windowed -noborder -usercon -condebug -conclearlog -g15 let cfg = config.sydnix.users.crumb.tf2; in { @@ -18,7 +18,7 @@ in { mv "''${base%.tar.gz}" $out ''; my-config = tf2pkgs.mergeTf2Configs (with tf2pkgs; [ - mastercomfig.presets.medium-low + mastercomfig.presets.high mastercomfig.addons.flat-mouse mastercomfig.addons.no-tutorial mastercomfig.addons.null-canceling-movement diff --git a/modules/home/users/crumb/tf2/my-config/cfg/overrides/binds.cfg b/modules/home/users/crumb/tf2/my-config/cfg/overrides/binds.cfg index 93feb93..b64dfec 100644 --- a/modules/home/users/crumb/tf2/my-config/cfg/overrides/binds.cfg +++ b/modules/home/users/crumb/tf2/my-config/cfg/overrides/binds.cfg @@ -97,4 +97,3 @@ bind "F12" "replay_togglereplaytips" bind "MOUSE1" "+attack" bind "MOUSE2" "+attack2" bind "MOUSE3" "+qsr_slot3_1" - diff --git a/modules/home/users/crumb/tf2/my-config/cfg/overrides/settings.cfg b/modules/home/users/crumb/tf2/my-config/cfg/overrides/settings.cfg index 729651f..2ba74c0 100644 --- a/modules/home/users/crumb/tf2/my-config/cfg/overrides/settings.cfg +++ b/modules/home/users/crumb/tf2/my-config/cfg/overrides/settings.cfg @@ -1,4 +1,5 @@ fov_desired 90 +cl_logofile "materials/vgui/logos/wiktionary-logo.vtf" sensitivity 4.5 @@ -16,4 +17,4 @@ cl_crosshair_green 130 cl_crosshair_blue 175 // Graphics -mat_filtertextures 0 \ No newline at end of file +// mat_filtertextures 0 \ No newline at end of file