ec- / Quake3e

Improved Quake III Arena engine
GNU General Public License v2.0
1.22k stars 153 forks source link

macOS Resolution #228

Closed livid closed 1 year ago

livid commented 1 year ago

It seems that Quake3e uses logical resolution instead of device resolution. Therefore, on a 4K screen with this scaling setting, I can't get Quake3e to run beyond 1920x1080.

Screenshot 2023-06-27 at 3 07 59 AM
livid commented 1 year ago

I tried these console commands, but it still goes back to 1920x1080 mode -2

r_customwidth 3840
r_customheight 2160
r_mode -1
vid_restart
Screenshot 2023-06-27 at 3 10 09 AM
ensiform commented 1 year ago

r_mode only applies to windowed mode. Not fullscreen.

r_modeFullscreen applies, if blank it will use the former.

livid commented 1 year ago

r_mode only applies to windowed mode. Not fullscreen.

r_modeFullscreen applies, if blank it will use the former.

Thank you so much! It works!

Always a great feeling to learn something new in the Quake 3 open-source world.