]> git.xonotic.org Git - xonotic/netradiant.git/blob - tools/quake2/extra/texpaint/docs.txt
Q2Tools source - didn't import this in initially
[xonotic/netradiant.git] / tools / quake2 / extra / texpaint / docs.txt
1
2 Texpaint works with three data types:
3
4 Skin textures
5 Model frames
6 S/T mappings
7
8
9 Skin textures can be either lbm or pcx files, and they will allways be
10 saved out the same size as loaded in, even if it is larger than the
11 active texture area.
12
13 Model frames are alias .tri files.  Adding support for 3ds would not
14 be difficult, but it is likely that there would be coordinate problems
15 unless the entire model was done completely in 3ds.
16
17 S/T mappings allow a skin to be mapped onto any model frame.  A mapping is
18 generated from a base frame and a texture size.  If a coords.txt file is
19 not present, texpaint will generate a default mapping that is compatable
20 with the output of the old texmake.  New skin or remap to skin will
21 generate a new coords.txt file.
22
23
24 Usage
25 -----
26 A three button mouse is required.
27
28 The left button paints with the current color in either the skin window
29 or the camera window, or selects colors in the palette view.  Ctrl-left
30 click picks up the color clicked on in any view, making it current.
31
32 Right button dragging slides the object or skin around.  Ctrl-right drag
33 to move in or out on the object.
34
35 Middle button dragging rotates the object in the camera view.  Ctrl-middle
36 drag to change the roll angle.
37
38