Some commands cause the game to crash if entered in the console by themselves or in the menu etc (I don't know if everyone has the same problem with it).
But if you put:
Quote from code:
seta com_allowConsole "1" //allow toggling console with the tilde key (default: 0)
seta r_aspectRatio "-1" // aspect ratio. 0 is 4:3, 1 is 16:9, 2 is 16:10, 3 is 5:4. -1 uses r_customAspectRatioH and r_customAspectRatioV (default: 0)
seta r_customAspectRatioH "16" //horizontal custom aspect ratio (default: 4)
seta r_customAspectRatioV "10" //vertical custom aspect ratio (default: 3)
seta r_customHeight "1050" //custom screen height (default: 800)
seta r_customWidth "1680" //custom screen width (default: 1
seta r_mode "-1" //video mode number (default: 7)
vid_restart
in a notepad document and save as 'videosettings.cfg'. This is a config which you'll need to put in the following directory: C:\Program Files\Activision\Wolfenstein\MP\base
To execute it in game type 'exec videosettings.cfg' into the console which you can access by pressing the tilde (~) key.
Just edit the fields that are in the config to suit your res. the custom aspect ratio H and V are the ratio of your monitor (16:10 for 22', 4:3 for 19' etc. - alternatively change the r_aspectratio to suit your ratio, or leave as -1). And the custom height and width is the actual resolution you'll use. Leave r_mode as -1 if you're going to use the custom height and width.
Posted on Saturday, 22nd August 2009