Manual:Screen

From UFO:AI
Revision as of 22:02, 26 September 2010 by Bayo (talk | contribs) (moved Manual/Screen to Manual:Screen)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Custom resolution

If you want a custom resolution that is not available from the options->video menu,

  1. bring up the in-game console with ^
  2. Use the cvars vid_width and vid_height to set your custom resolution
  3. 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