diff --git a/misc/templates/wolfet_blend.shader b/misc/templates/wolfet_blend.shader index d3d1332..12abbe8 100644 --- a/misc/templates/wolfet_blend.shader +++ b/misc/templates/wolfet_blend.shader @@ -1,16 +1,16 @@ -; this is a template comment and will not be saved into the shader textures/%METASHADER_NAME%_%I%to%J% { q3map_baseshader textures/%METASHADER_NAME%_base + qer_editorimage %TEXTURE_I_MAP% + surfaceparm landmine + surfaceparm grasssteps { map %TEXTURE_I_MAP% - tcMod scale %TEXTURE_0_TCMOD% } { map %TEXTURE_J_MAP% blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA alphaGen vertex - tcMod scale %TEXTURE_0_TCMOD% } { map $lightmap diff --git a/misc/templates/wolfet_noblend.shader b/misc/templates/wolfet_noblend.shader index 7cf9cda..9f7d3e2 100644 --- a/misc/templates/wolfet_noblend.shader +++ b/misc/templates/wolfet_noblend.shader @@ -1,11 +1,11 @@ textures/%METASHADER_NAME%_%I% { q3map_baseshader textures/%METASHADER_NAME%_base + qer_editorimage %TEXTURE_I_MAP% surfaceparm landmine - surfaceparm gravelsteps + surfaceparm grasssteps { map %TEXTURE_I_MAP% - tcMod scale %TEXTURE_0_TCMOD% } { map $lightmap diff --git a/misc/templates/wolfet_vertexremap.shader b/misc/templates/wolfet_vertexremap.shader index e990fc2..dff6e1b 100644 --- a/misc/templates/wolfet_vertexremap.shader +++ b/misc/templates/wolfet_vertexremap.shader @@ -1,7 +1,7 @@ textures/%METASHADER_NAME%_base { + nopicmips q3map_lightmapaxis z q3map_lightmapmergable - q3map_lightmapsize %TEXTURE_0_SIZEX% %TEXTURE_0_SIZEY% - q3map_tcGen ivector ( %TEXTURE_0_SGEN% ) ( %TEXTURE_0_TGEN% ) + q3map_tcGen ivector ( 512 0 0 ) ( 0 512 0 ) } \ No newline at end of file