Manual:Screen
Jump to navigation
Jump to search
Custom resolution
If you want a custom resolution that is not available from the options->video menu,
- bring up the in-game console with
^
- Use the cvars
vid_width
andvid_height
to set your custom resolution - set the cvar
vid_mode
to -1
Example console commands to achieve a resolution of 1024x600:
vid_width 1024
vid_height 600
vid_mode -1