As an example, I run a screen resolution of 1920x1200 and an 800x600 console would make the menu and console text much too big. Instead I use a 1280x800 console for aspect ratio reasons.
- Code: Select all
vid_conwidth 1280
vid_conheight 800
When I move the video mode slider at all, without even pressing apply, the console text mode is immediately reset to 800x600. This is annoying.
Could this behaviour be stopped? What I would like to see is the 800x600 setting to stay as default but for the aspect ratio to be varied in accordance with the aspect ratio of the selected resolution. IE, by selecting a 16:10 aspect ratio, vid_conheight would be changed (when apply is pressed) to 960 so the console would be 960x600. IN addition I would add a 2D scaling option which just varies vid_conwidth and vid_conheight.