Texture Question/Questions

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
CLOUDspawn
Posts: 46
Joined: Fri Feb 12, 2016 3:03 am

Texture Question/Questions

Post by CLOUDspawn »

Hello,
I am interested in textures.
Where are they located? In a PK3?
Can I view them ALL in Radiant at once?
Is there a website with good textures that hasn't been taken down?
If I make my own are there any guidelines? Which is better TGA or JPEG and why?
Why do some textures do stuff? Like the water texture that creates a pool?

thanks :q3: :q3: :q3: :)
User avatar
Eraser
Posts: 19177
Joined: Fri Dec 01, 2000 8:00 am

Re: Texture Question/Questions

Post by Eraser »

CLOUDspawn wrote:Hello,
I am interested in textures.
Where are they located? In a PK3?
Yes. In pak0.pk3 you'll find all the standard quake 3 textures. They are inside subfolders in the folder "textures".
CLOUDspawn wrote: Can I view them ALL in Radiant at once?
I'm not sure if you can.
CLOUDspawn wrote: Is there a website with good textures that hasn't been taken down?
try cgtextures.com
CLOUDspawn wrote:If I make my own are there any guidelines? Which is better TGA or JPEG and why?
Make your texture sizes in powers of 2 (eg: 1, 2, 8, 16, 32, 64, 128, 256, 512).
I think most textures in Quake 3 are 256x256 or something like that. By default, every two texels (pixels in a texture) map to 1 unit in-game. You can change this in Radiant and create higher resolution textures for more crisp texture detail.
I'd suggest you make all your textures JPG, unless you need an alpha channel (for transparency). Then use TGA.
CLOUDspawn wrote: Why do some textures do stuff? Like the water texture that creates a pool?
That's shaders you're referring to. A shader is a piece of text (a script) that describes 1 or more layers where each layer can refer to a texture. It describes how these layers should be blended together. It can also apply effects like stretching, rotating, animating, etc. It also determines properties like whether or not it's water, fog or lava and what type of footsteps you should hear when you walk on it for instance. Open up a .shader file in a text editor (also in pak0.pk3 in the "scripts" folder) and examine those. There's a detailed manual on shaders here.
AndyW
Posts: 848
Joined: Wed Mar 11, 2015 3:23 pm

Re: Texture Question/Questions

Post by AndyW »

Right, textures are located in your pak0.pk3
Just press "STRG+A" to see ALL your textures in the texture-window. Or press "U" to see ONLY the ones you used in your map.
For Textures check this: http://www.simonoc.com/pages/artwork.htm , http://evillair.net/v3/pages/textures.php , http://lunaran.com/page.php?id=8
TGA is used for shaders like wireframes that use an alpha-channel for transparency iirc.
Textures "do stuff" because "shader-files" tell them to do stuff. Shader files are little text-scripts.
Heres a link to a good shader tutorial:
German: https://victorkarp.wordpress.com/quake- ... tutorials/
Englisch: https://de.ws.q3df.org/level_design/first_shader/
Hope this will help you, atm i dont know much about shaders -sorry!
;)

EDIT: Uh, too slow :D :D
Die Vitamine sind in der Dose gefangen!!!
Post Reply