Page 1 of 1
[Feature Request] Pixel-double scaling options
Posted: Sat Sep 17, 2005 21:04
by wildweasel
For console commands like HUD_SCALE and HUD_ALTHUDSCALE, I would like to request the ability to set them to 2 to make them pixel-double only instead of scaling up to the full screen (much like the Double mod for scaling message text).
Posted: Sat Sep 17, 2005 21:14
by Graf Zahl
HUD_ALTHUDSCALE is only doing that already plus some aspect ration compensation. Scaling that to 320x200 would be far too large.
I haven't touched HUD_SCALE because that's something that should be done in ZDoom. In this case it means I don't see much use in doing this with the old code base because I'd have to integrate all the changes which are quite extensive into the new floating point code later. But it is definitely on my wish-list.