diff options
| author | CriticalFlaw <[email protected]> | 2019-12-28 23:00:28 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-12-28 23:00:28 -0500 |
| commit | 861c451bae39e728cb63e09765d64489e688ea88 (patch) | |
| tree | 33792bf9860d237dddfe5abb7469fe02c7d98541 /cfg/valve.rc | |
| parent | 95428fc1711e047d51320e9026c78e957280ecb2 (diff) | |
Removed the Dashboard Dimmer (#141)
Diffstat (limited to 'cfg/valve.rc')
| -rw-r--r-- | cfg/valve.rc | 22 |
1 files changed, 22 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 |
