From 6a05d30af070ae332b70c8350ab08a22bc687e28 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Tue, 23 Mar 2021 21:51:39 +0100 Subject: [PATCH] Added F1 binding for devtools.cfg --- base/devtools.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/devtools.cfg b/base/devtools.cfg index cfd68b4c..4ef299e4 100644 --- a/base/devtools.cfg +++ b/base/devtools.cfg @@ -3,13 +3,14 @@ bind "I" "toggle r_showSurfaceInfo" bind "N" "noclip" bind "M" "spawn moveable_macbethchart" +bind "F1" "toggle r_showViewEnvprobes 1 2 0" bind "F2" "toggle r_showTris 1 2 3 0" bind "F3" "toggle r_forceAmbient 0.2 0.3 0.0001" bind "F4" "toggle r_skipInteractions" bind "F5" "savegame quick" bind "F6" "toggle r_hdrDebug" bind "F7" "toggle r_useSSAO" -bind "F8" "toggle r_useFilmicPostProcessEffects" +bind "F8" "toggle r_useFilmicPostProcessing" bind "F9" "loadgame quick" bind "F10" "toggle com_fixedTic" bind "F11" "toggle r_pbrDebug"