andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
480 stars 43 forks source link

Integer scale UI #299

Closed malespiaut closed 5 months ago

malespiaut commented 5 months ago

Hello,

Although Ironwail offers the possibility to scale up the UI for high-density displays, I would like to have an option for integer-scaling the UI, to have a 1:1 square pixels.

Definitely not a high priority issue, as everything already looks fantastic. Only a small detail for crisp pixels enthusiast like me!

Best regards. Ironwail is the absolute best Quake source port.

Terraformer9x commented 5 months ago

You can already do this if you use the console to set scr_sbarscale, scr_menuscale, scr_conscale, and scr_crosshairscale individually to the integer value you want. All the slider in the options does is increase or decrease those cvars by 0.1.

malespiaut commented 5 months ago

That's perfect! Thank you very much!