Paril / q2pro

Enhanced Quake 2 client and server focused on multiplayer
GNU General Public License v2.0
9 stars 2 forks source link

separate gl_texturemode for sky #106

Closed Paril closed 2 weeks ago

Paril commented 3 weeks ago

Skies (especially n64 & psx sky) are super low quality because of a kex limitation on the sky texture size that I should have removed before release but didn't.

Anyways, they're very low quality and look better with filtering, so by default skies should be filtered.

Paril commented 2 weeks ago

Implemented via upstream - https://github.com/skullernet/q2pro/commit/5813712639136120717f8b486946d2756d7094c6 - thanks skuller!