summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2019-12-28 23:00:28 -0500
committerCriticalFlaw <[email protected]>2019-12-28 23:00:28 -0500
commit861c451bae39e728cb63e09765d64489e688ea88 (patch)
tree33792bf9860d237dddfe5abb7469fe02c7d98541
parent95428fc1711e047d51320e9026c78e957280ecb2 (diff)
Removed the Dashboard Dimmer (#141)
-rw-r--r--cfg/valve.rc22
-rw-r--r--customizations/main_menu/mainmenuoverride-classic.res6
-rw-r--r--customizations/main_menu/mainmenuoverride.res6
3 files changed, 34 insertions, 0 deletions
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
diff --git a/customizations/main_menu/mainmenuoverride-classic.res b/customizations/main_menu/mainmenuoverride-classic.res
index ee50245..aa1ae7f 100644
--- a/customizations/main_menu/mainmenuoverride-classic.res
+++ b/customizations/main_menu/mainmenuoverride-classic.res
@@ -1976,4 +1976,10 @@
"angles_z" "0"
}
}
+
+ "DashboardDimmer"
+ {
+ "wide" "0"
+ "tall" "0"
+ }
} \ No newline at end of file
diff --git a/customizations/main_menu/mainmenuoverride.res b/customizations/main_menu/mainmenuoverride.res
index 405a4dc..c0334df 100644
--- a/customizations/main_menu/mainmenuoverride.res
+++ b/customizations/main_menu/mainmenuoverride.res
@@ -1974,4 +1974,10 @@
"angles_z" "0"
}
}
+
+ "DashboardDimmer"
+ {
+ "wide" "0"
+ "tall" "0"
+ }
}