From bef92f82fa123d8da0e5c5e615ca2894b179c0dd Mon Sep 17 00:00:00 2001 From: "Marcus Str." Date: Sun, 2 Feb 2025 10:49:45 +0100 Subject: [PATCH] Switched back to png in normal map string --- xp_scenery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xp_scenery.py b/xp_scenery.py index 6bcb150..b3ecbc6 100644 --- a/xp_scenery.py +++ b/xp_scenery.py @@ -187,7 +187,7 @@ class mstr_xp_scenery: terstr = terstr + "LOAD_CENTER " + str(cnt_x) + " " + str(cnt_y) + " " + str(dmt) + " 2048\r\n" terstr = terstr + "BASE_TEX_NOWRAP ../../orthos/" + self._latlngfld + "/" + str(lat)+"_"+str(lng)+".dds\r\n" if mstr_xp_scn_normalmaps: - terstr = terstr + "NORMAL_TEX 1.0 ../../normals/" + self._latlngfld + "/" + str(lat)+"_"+str(lng)+".dds\r\n" + terstr = terstr + "NORMAL_TEX 1.0 ../../normals/" + self._latlngfld + "/" + str(lat)+"_"+str(lng)+".png\r\n" terfln = mstr_datafolder + "z_orthographic/terrain/" + self._latlngfld + "/" + str(lat)+"_"+str(lng)+".ter"