-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XMAS: fixed shader - the path to monster pad model has changed
- Loading branch information
Showing
1 changed file
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |