Hi,
I have created terrain in EasyGen and when I go to see what it turns out like in Enemy Territory It doesn’t even appear. Just loads of organge squares.
Here is my shader file :
textures/alpha_base/terrain_0
{
surfaceparm nolightmap
q3map_novertexshadows
q3map_forcesunlight
{
map textures/textures/n2ograss.jpg
rgbGen vertex
tcmod scale 0.250 0.250
}
}
textures/alpha_base/terrain.vertex
{
surfaceparm nolightmap
q3map_novertexshadows
q3map_forcesunlight
{
map textures/textures/n2ograss.jpg
rgbGen vertex
tcmod scale 0.250 0.250
}
}
My Grass texture in the folder :
etmain/textures
I’m going insane with this. 
