Skip to content

Commit

Permalink
XMAS: fixed shader - the path to monster pad model has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Jun 23, 2024
1 parent 4d40e1b commit 17752bf
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions xmas/scripts.pk3dir/scripts/monsterpad.shader
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
models/wop_players/monsterpad/mhead
models/wop_players/monster/mhead
{
cull disable
{
map models/wop_players/monsterpad/mnose
cull disable
{
map models/wop_players/monster/mnose
rgbGen wave sin 1 .5 0 1
}
{
map models/wop_players/monsterpad/mhead
}
{
map models/wop_players/monster/mhead
alphaFunc ge128
rgbGen lightingDiffuse
}
rgbGen lightingDiffuse
}
}

models/wop_players/monsterpad/mhead_red
models/wop_players/monster/mhead_red
{
cull disable
{
map models/wop_players/monsterpad/mnose
cull disable
{
map models/wop_players/monster/mnose
rgbGen wave sin 1 .5 0 1
}
{
map models/wop_players/monsterpad/mhead
}
{
map models/wop_players/monster/mhead
alphaFunc ge128
rgbGen lightingDiffuse
}
rgbGen lightingDiffuse
}
}

models/wop_players/monsterpad/mhead_blue
models/wop_players/monster/mhead_blue
{
cull disable
{
map models/wop_players/monsterpad/mnose_blue
cull disable
{
map models/wop_players/monster/mnose_blue
rgbGen wave sin 1 .5 0 1
}
{
map models/wop_players/monsterpad/mhead
}
{
map models/wop_players/monster/mhead
alphaFunc ge128
rgbGen lightingDiffuse
}
}
rgbGen lightingDiffuse
}
}

0 comments on commit 17752bf

Please sign in to comment.