Skip to content

Commit

Permalink
WOP: more fixes to lowercase texture names
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-li-wop committed Jun 23, 2024
1 parent a3850c2 commit 252c265
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions wop/scripts.pk3dir/scripts/pad_glowmaps.shader
Original file line number Diff line number Diff line change
Expand Up @@ -348,13 +348,13 @@ textures/pad_glow/marble27
}


textures/pad_cabin/Moni
textures/pad_cabin/moni
{
q3map_lightimage textures/pad_cabin/Moni
q3map_lightimage textures/pad_cabin/moni
q3map_surfacelight 20

{
map textures/pad_cabin/Moni
map textures/pad_cabin/moni
rgbGen identity
}

Expand Down
12 changes: 6 additions & 6 deletions wop/scripts.pk3dir/scripts/pad_pirate.shader
Original file line number Diff line number Diff line change
Expand Up @@ -1553,44 +1553,44 @@ rgbGen identity
}
}

textures/pad_pirate/wood017Sblueb
textures/pad_pirate/wood017sblueb
{
surfaceparm woodsteps
{
map $lightmap
rgbGen identity
}
{
map textures/pad_pirate/wood017Sblueb
map textures/pad_pirate/wood017sblueb
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}


textures/pad_pirate/wood017Sgreenb
textures/pad_pirate/wood017sgreenb
{
surfaceparm woodsteps
{
map $lightmap
rgbGen identity
}
{
map textures/pad_pirate/wood017Sgreenb
map textures/pad_pirate/wood017sgreenb
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}

textures/pad_pirate/wood017Sredb
textures/pad_pirate/wood017sredb
{
surfaceparm woodsteps
{
map $lightmap
rgbGen identity
}
{
map textures/pad_pirate/wood017Sredb
map textures/pad_pirate/wood017sredb
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
Expand Down
20 changes: 10 additions & 10 deletions wop/scripts.pk3dir/scripts/pad_steps.shader
Original file line number Diff line number Diff line change
Expand Up @@ -1614,71 +1614,71 @@ rgbGen identity
}
}

textures/pad_wood/wood017S
textures/pad_wood/wood017s
{
surfaceparm woodsteps
{
map $lightmap
rgbGen identity
}
{
map textures/pad_wood/wood017S
map textures/pad_wood/wood017s
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}

textures/pad_wood/wood017Sbrown
textures/pad_wood/wood017sbrown
{
surfaceparm woodsteps
{
map $lightmap
rgbGen identity
}
{
map textures/pad_wood/wood017Sbrown
map textures/pad_wood/wood017sbrown
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}

textures/pad_wood/wood017Sgreen
textures/pad_wood/wood017sgreen
{
surfaceparm woodsteps
{
map $lightmap
rgbGen identity
}
{
map textures/pad_wood/wood017Sgreen
map textures/pad_wood/wood017sgreen
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}

textures/pad_wood/wood017Sred
textures/pad_wood/wood017sred
{
surfaceparm woodsteps
{
map $lightmap
rgbGen identity
}
{
map textures/pad_wood/wood017Sred
map textures/pad_wood/wood017sred
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}

textures/pad_wood/wood017Sbrown
textures/pad_wood/wood017sbrown
{
surfaceparm woodsteps
{
map $lightmap
rgbGen identity
}
{
map textures/pad_wood/wood017Sbrown
map textures/pad_wood/wood017sbrown
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
Expand Down

0 comments on commit 252c265

Please sign in to comment.