I tried out the ET shader …
but it will say image error somthing about tried FUNC 6 …
so I canceled out part’s of the shader untill it worked…
but now it crash’s if you are in spec mode and go out side the binding box.
I get a message Max verticales reached unable to full in cloudysky side…
it does look nice though when it 's working…
textures/5th_test/wurzburg_sky
{
qer_editorimage textures/5th_test/wurzburg_view.tga
q3map_lightStyle 2
surfaceparm noimpact
surfaceparm nolightmap
q3map_globaltexture
q3map_lightsubdivide 512
q3map_surfacelight 40
surfaceparm sky
q3map_sun 0.937252 0.932634 1.000000 50 30 45.69
skyparms env/wurzburg/sky 512- -
{
map textures/5th_test/wurzburg_clouds.tga
rgbGen identityLighting
tcMod scale 1.5 .75
tcMod scroll 0.01 -0.005
}
{
map textures/5th_test/wurzburg_clouds.tga
blendFunc GL_DST_COLOR GL_ONE
rgbGen identityLighting
tcMod scale 1.25 .85
tcMod transform 0 1 1 0 0 0
tcMod scroll 0.03 -0.015
}
{
map textures/5th_test/ydnar_lightning.tga
blendFunc GL_SRC_ALPHA GL_ONE
rgbGen wave triangle -8 9 0.33 0.137
// alphaGen wave noise -3 4 0 2.37
tcMod scale 2 1
tcMod scroll 0.002 -0.0025
// }
// {
// clampmap textures/5th_test/colditz_mask.tga
// blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
// rgbGen identityLighting
// tcMod scale 0.85 0.5
// tcMod transform 1 0 0 1 -0.075 0.42
}
}
here is the original shader I found in et…
console-16bit
{
nopicmip
{
map textures/skies_sd/wurzburg_clouds.tga
rgbGen identityLighting
tcMod scale 1.5 .75
tcMod scroll 0.01 -0.005
}
{
map textures/skies_sd/wurzburg_clouds.tga
blendFunc GL_DST_COLOR GL_ONE
rgbGen identityLighting
tcMod scale 1.25 .85
tcMod transform 0 1 1 0 0 0
tcMod scroll 0.03 -0.015
}
{
map textures/skies_sd/ydnar_lightning.tga
blendFunc GL_SRC_ALPHA GL_ONE
rgbGen wave triangle -8 9 0.33 0.137
alphaGen wave noise -3 4 0 2.37
tcMod scale 2 1
tcMod scroll 0.002 -0.0025
}
{
clampmap textures/skies_sd/colditz_mask.tga
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
rgbGen identityLighting
tcMod scale 0.85 0.5
tcMod transform 1 0 0 1 -0.075 0.42
}
}