newer templates for ET

This commit is contained in:
Jacker 2014-01-14 01:07:01 +02:00
parent e1ce5405b4
commit 12ff5963c6
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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 )
}