sand_wave_desert


(wingbullet) #1

can anyone place the script of the sand_wave_desert texture in here, coz i can’t find the texture’s script anywhere, i need the same script but then with surfaceparm landmine
tnx in advance


(Ifurita) #2

There may not be a shader for it, but the texture may be called in one of the oasis or battery terrain textures. Look through those first.


(]UBC[ McNite) #3

Wing, as If already said (implicitely) is that you are not searching for a script. The properties of textures are set by shaders. Strangely though all the .shader-files can be found in the folder “scripts”. But nevertheless its a shader. (Just a hint for your future posts because using the right words is important.)

Have fun mapping! :banana:


(thegnat) #4

The texture you want to use, has no shader. Its just a “texture”, meaning just a graphics file. So the game uses standard parameters for impact effects and such.
You have to write a completely new shader as a base, copy it and add the landmine surfaceparm. Take an existing sand-shader for it, like “textures/battery/sand_disturb” from battery.shader. Good luck!