Sun, 05 Feb 2023 15:04:56 -0700
Change carpet_checker01_diffuse from I8 to RGB888
Fixes rendering issue, at cost of 3x memory usage, oh well...
0 | 1 | "LightmappedGeneric" |
2 | { | |
3 | "$basetexture" "glitchvid/linol/lin_solid_lgray" | |
4 | "$bumpmap" "glitchvid/linol/lin_shared_normalmap" | |
5 | "$nodiffusebumplighting" "1" | |
6 | //Thanks Hyiu, for notifying me of this. | |
7 | //ENVMAP STUFF | |
8 | "$envmap" "env_cubemap" | |
9 | "$normalmapalphaenvmapmask" 1 | |
10 | //Brackets for goddamn standard 0-255 RGB color. none of that decimal shit here, fuck off. | |
11 | "$envmaptint" "[ 0.33 0.33 0.33 ]" | |
12 | "$surfaceprop" "plastic" | |
13 | } |