From cbe024d5078f50e014867017ec5dbfa4f087aa72 Mon Sep 17 00:00:00 2001 From: Garux Date: Sun, 14 Nov 2021 19:32:43 +0300 Subject: [PATCH] etut default gamma import https://gitlab.com/xonotic/netradiant/-/commit/52ee12693228563a8e2de1095acebe0c8637ebe1 --- tools/quake3/q3map2/games.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/quake3/q3map2/games.cpp b/tools/quake3/q3map2/games.cpp index cfe33f07..e0686e1d 100644 --- a/tools/quake3/q3map2/games.cpp +++ b/tools/quake3/q3map2/games.cpp @@ -465,6 +465,7 @@ struct game_etut : game_default maxLMSurfaceVerts = 1024; maxSurfaceVerts = 1024; maxSurfaceIndexes = 6144; + lightmapGamma = 2.2f; lightmapsRGB = true; // texturesRGB = false; /* texture sRGB (yes, this is incorrect, but we better match ET:UT) */ bspVersion = 47;