pk3
Moderator: Moderators
pk3
when a make walls with custom textures and I compile the map and put it in pk3 and give the pk3 to my friends, they dont see the custom textures. What have I done wrong?? and btw I have a picture for the loading screen but in the game the loading picture is black. help 
You need to make directories for the textures and include them with your .pk3 file.
One should be textures---> the name of your texture set, and in there place the actual texture images.
The other should be scripts amd there you place the texture shader(s).
The loading screen is probobly because the image is not the correct format.
Use either 32bit .tga, or .jpg.
If you use .jpg, remove blendfunc gl_one_minus_src_alpha gl_src_alpha from the shader.
One should be textures---> the name of your texture set, and in there place the actual texture images.
The other should be scripts amd there you place the texture shader(s).
The loading screen is probobly because the image is not the correct format.
Use either 32bit .tga, or .jpg.
If you use .jpg, remove blendfunc gl_one_minus_src_alpha gl_src_alpha from the shader.
