How can i add a new texture?


($croel) #1

???


(Ifurita) #2
  1. Make sure the sides are all a power 2 in dimension, e.g., 16, 32, 64, 128, etc
  2. Make sure it’s either a .jpg or a .tga. You probably only need .tgas if you have a texture with an alpha channel
  3. Add it to /textures/[mapname]
  4. 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?