From e0fb58f795ca647c2fbe991d73a47f0e63adb327 Mon Sep 17 00:00:00 2001 From: katniny Date: Sun, 2 Mar 2025 23:23:46 -0700 Subject: [PATCH 1/3] FTE: add Hitmarkers & TextOpacity autocvars to cfgs --- pc/nzp/default.cfg | 2 ++ pc/nzp/nzportable.cfg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pc/nzp/default.cfg b/pc/nzp/default.cfg index 22c5fee..9209f25 100644 --- a/pc/nzp/default.cfg +++ b/pc/nzp/default.cfg @@ -63,3 +63,5 @@ seta cl_bobside "0.02" seta scr_playerdebuginfo "0" seta scr_playerdebuginfo_x "64" seta scr_playerdebuginfo_y "6" +seta cl_hitmarkers "1" +seta cl_textopacity "0.20" \ No newline at end of file diff --git a/pc/nzp/nzportable.cfg b/pc/nzp/nzportable.cfg index 0ceb4ae..b80f929 100644 --- a/pc/nzp/nzportable.cfg +++ b/pc/nzp/nzportable.cfg @@ -105,6 +105,8 @@ seta cg_chatEnabled "1" seta scr_playerdebuginfo "0" seta scr_playerdebuginfo_x "64" seta scr_playerdebuginfo_y "6" +seta cl_hitmarkers "1" +seta cl_textopacity "0.20" // Text editor pr_debugger "0" //When enabled, QC errors and debug events will enable step-by-step tracing. From f5f78acf83d0f7b9ab7418d4c1f185e993ae6ebc Mon Sep 17 00:00:00 2001 From: katniny <110915403+katniny@users.noreply.github.com> Date: Mon, 3 Mar 2025 07:20:35 -0700 Subject: [PATCH 2/3] Nuke flash color in default.cfg --- pc/nzp/default.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pc/nzp/default.cfg b/pc/nzp/default.cfg index 9209f25..30c1cab 100644 --- a/pc/nzp/default.cfg +++ b/pc/nzp/default.cfg @@ -64,4 +64,5 @@ seta scr_playerdebuginfo "0" seta scr_playerdebuginfo_x "64" seta scr_playerdebuginfo_y "6" seta cl_hitmarkers "1" -seta cl_textopacity "0.20" \ No newline at end of file +seta cl_textopacity "0.20" +seta cl_nukeflashcolor "0" From ac4c0ca6cbed6ec130d9e0a94cd84264108f724e Mon Sep 17 00:00:00 2001 From: katniny <110915403+katniny@users.noreply.github.com> Date: Mon, 3 Mar 2025 07:21:11 -0700 Subject: [PATCH 3/3] Update nzportable.cfg --- pc/nzp/nzportable.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/pc/nzp/nzportable.cfg b/pc/nzp/nzportable.cfg index b80f929..9f7e001 100644 --- a/pc/nzp/nzportable.cfg +++ b/pc/nzp/nzportable.cfg @@ -107,6 +107,7 @@ seta scr_playerdebuginfo_x "64" seta scr_playerdebuginfo_y "6" seta cl_hitmarkers "1" seta cl_textopacity "0.20" +seta cl_nukeflashcolor "0" // Text editor pr_debugger "0" //When enabled, QC errors and debug events will enable step-by-step tracing.