bspguy
bspguy copied to clipboard
Lights RAD export feature
It could be useful to have an export option of the existing information about textures lighting into RAD file, to make possible a recreation of original lighting styles for decompiled maps.
I think you can't do it, because after recompile, you got another map structure, I think this is impossible.
yeah, the texture light values are gone after the map is compiled. You could maybe get approximate values by checking the lightmap colors on the texture light faces though. Probably the values would be too bright from other lights shining onto the texture light faces.