mirror of
https://github.com/etlegacy/EasyGen.git
synced 2024-11-10 06:42:16 +00:00
newer templates for ET
This commit is contained in:
parent
e1ce5405b4
commit
12ff5963c6
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 )
|
||||
}
|
Loading…
Reference in a new issue