Shpoike / Quakespasm

Extra bloaty junk to modernise stuff a bit.
http://triptohell.info/moodles/qss/
GNU General Public License v2.0
184 stars 41 forks source link

More video settings options #70

Closed thekovic closed 10 months ago

thekovic commented 2 years ago

I changed the clamp for r_scale to enable 1/8 scaling. Seems to have not broken anything and I believe it will be appreciated by users with native resolutions above 1080p and by extra chunky mode lovers like me.

While I was at it I also added a Render Scale option into the Video Settings menu per vkQuake's implementation. If this is a problem (either because I copied vkQuake's code or because you want to keep the Video Settings menu short on purpose), I will remove it. If it can stay, I'd like to add an option to change texture filtering as well so that I and future users don't have to type "gl_texturemode gl_nearest" every time but I'll have to figure out how to do it first (my first attempt didn't work).

garoto commented 2 years ago

The branch qsrebase has an Extras menu with some options, and one of them is texture filtering. Check it out.

thekovic commented 2 years ago

I see that branch has some useful options. Not all of them and it has r_scale going only up to 4, not 8. I also see that branch has much more activity so I guess I should be looking to make changes there?

garoto commented 2 years ago

so I guess I should be looking to make changes there?

Perhaps, but only shpoike will know for sure.