???
How can i add a new texture?
Ifurita
(Ifurita)
#2
- Make sure the sides are all a power 2 in dimension, e.g., 16, 32, 64, 128, etc
- Make sure it’s either a .jpg or a .tga. You probably only need .tgas if you have a texture with an alpha channel
- Add it to /textures/[mapname]
- If you are going to have shaders for the texture, be sure to add [mapname] to the shaderlist.txt document also found in /textures
Do you actually search before you post?