Garux / netradiant-custom

The open-source, cross-platform level editor for id Tech based games.
https://garux.github.io/NRC/
Other
299 stars 52 forks source link

:q3map Suffixes do not work with External Lightmap hack #165

Closed tehSandwich closed 4 months ago

tehSandwich commented 4 months ago

Using:

Description:

So I've been using textures with :q3map suffixes to have metalsteps without having to bloat my shader file with the long hand version. They work perfectly fine with internal lightmaps (and I assume external lightmaps with proper support) but it turns out that it doesn't work with the external lightmap hack, they don't get transfered into the new shader file and instead, surfaces with those textures just get the vertex lighting fallback.

Expected Result:

This but with higher resolution lightmaps: 2024_01_30-15_41_49-750

Actual Result:

Those surfaces fallback to vertex lighting. 2024_01_30-15_39_35-999

Garux commented 4 months ago

Thank you for the report!