Code: Select all
BrightMap Texture comp_s01 { map "textures/brightmaps/bmcomp_s01.png" } // this works
BrightMap Texture "textures/comp_s02.png" { map "textures/brightmaps/bmcomp_s02.png" } // this doesn't
Moderator: Graf Zahl
Code: Select all
BrightMap Texture comp_s01 { map "textures/brightmaps/bmcomp_s01.png" } // this works
BrightMap Texture "textures/comp_s02.png" { map "textures/brightmaps/bmcomp_s02.png" } // this doesn't