From 861c451bae39e728cb63e09765d64489e688ea88 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 28 Dec 2019 23:00:28 -0500 Subject: Removed the Dashboard Dimmer (#141) --- cfg/valve.rc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 cfg/valve.rc (limited to 'cfg') diff --git a/cfg/valve.rc b/cfg/valve.rc new file mode 100644 index 0000000..a16ddee --- /dev/null +++ b/cfg/valve.rc @@ -0,0 +1,22 @@ +// load the base configuration +//exec default.cfg +r_decal_cullsize 1 + +// Setup custom controller +exec joystick.cfg + +// run a user script file if present +exec autoexec.cfg + +// +// stuff command line statements +// +stuffcmds + +// display the startup level +startupmenu + +sv_unlockedchapters 99 + +//remove dimmer +wait 5; showconsole; wait; incrementvar mat_antialias -100 100 1; hideconsole; wait 5; incrementvar mat_antialias -100 100 -1 \ No newline at end of file -- cgit v1.2.3