diff options
Diffstat (limited to 'cfg')
| -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 |
