PDA

View Full Version : Terrain particles


RivrStyx
2nd December 2002, 04:22
I was using q3map_2.3.0-a20 and terrain when shot showed particles... I switched to q3map_2.3.32 and now no particles with terrain.

Do i need to add something to textures/common/terrain besides q3map_terrain?

demoneye
2nd December 2002, 11:55
Yeah...

You need to add either

surfaceparm grasssteps
surfaceparm gravelsteps
or
surfaceparm snowsteps

into your shader defintion. It's been moved into there rather than at the terrain common shader, so depending on the type of terrain, you can have different "throw up" effects.

DeMoNeye

RivrStyx
2nd December 2002, 17:37
Ahhh...thx.