Texturing Not Showing In Game


(Popcorn) #1

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. :angry:


(kamikazee) #2

Look at this:

map textures/textures/n2ograss.jpg

That’s wrong, unless you made a folder called “textures” inside the textures folder. Better change it to

map textures/popcorn/n2ograss.jpg

Then place your textures in etmain/textures/popcorn/


(Popcorn) #3

Saviour! Saviour!

Thank you!

:stuck_out_tongue: