Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > Couldn't find image file for shader textures/sockter/ter_rockmoss
- map-temple_r0.5.5~preview.pk3dir/scripts/sockter.shader
- -8<-------
- textures/sockter/ter_rockmoss // Border/edge
- {
- qer_editorimage textures/sockter/ter_rockmoss
- q3map_nonplanar
- q3map_shadeangle 120
- q3map_tcGen ivector ( 256 0 0 ) ( 0 256 0 )
- q3map_alphaMod dotproduct2 ( 0.0 0.0 0.75 )
- {
- map textures/sockter/ter_rock3 // Primary
- rgbGen identity
- }
- {
- map textures/sockter/ter_moss1 // Secondary
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphaFunc GE128
- rgbGen identity
- alphaGen vertex
- }
- {
- map $lightmap
- blendFunc GL_DST_COLOR GL_ZERO
- rgbGen identity
- }
- }
- -8<-------
- > Couldn't find image file for shader rocktomoss
- map-erbium_0~e108d63.pk3dir/scripts/map_erbium.shader
- -8<-------
- rocktomoss
- {
- dpoffsetmapping - 2 match8 184
- q3map_baseShader textures/map_erbium/rocktomoss
- qer_editorimage textures/map_erbium/rocktomoss.jpg
- {
- map textures/map_erbium/moss.jpg
- }
- {
- map textures/map_erbium/rock-grey.jpg
- blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
- alphagen vertex
- }
- {
- map $lightmap
- blendfunc GL_DST_COLOR GL_ZERO
- rgbGen identity
- }
- }
- -8<-------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement