ufoaiorg / ufoai

UFO:Alien Invasion
http://ufoai.org
GNU General Public License v2.0
148 stars 52 forks source link

2.6-dev Missing resolution option #52

Closed FalcoGer closed 2 months ago

FalcoGer commented 4 years ago

I have a 1600x900 monitor. This option is not available in the game.

geever commented 4 years ago

We offer resolutions detected by the underlying SDL/SDL2 library. Still you can set arbitrary resolution by vid_width and vid_height console variables:

ufo.exe +set vid_width 1600 +set vid_height 900

We have feature-request ticket already for a "Custom" video mode option for the UI: https://ufoai.org/bugs/ufoalieninvasion/issues/5738

geever commented 2 months ago

With pre-set resolution we plan to stick SDL's available resolution detection, while still offering custom resolution options. (Today: via command line, later: via UI).