ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/README
Revision: 1.1.1.1 (vendor branch)
Committed: Mon Feb 6 20:25:59 2006 UTC (18 years, 3 months ago) by root
Branch: UPSTREAM, MAIN
CVS Tags: pre_first_cfarch_normalize_run, pre_second_normalise_run, post_second_normalise_run, post_normalise_revert, rel-2_82, rel-2_81, rel-2_80, UPSTREAM_2006_03_15, rel-3_0, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, UPSTREAM_2006_02_01, rel-2_53, rel-2_32, post_first_cfarch_normalize_run, UPSTREAM_2006_02_22, rel-2_90, rel-2_92, rel-2_93, rel-2_78, rel-2_61, pre_normalise_revert, rel-2_43, rel-2_42, rel-2_41, HEAD
Changes since 1.1: +0 -0 lines
Log Message:
Initial Import

File Contents

# Content
1 This is a generic README file for the arch directory.
2 You should also read the CHANGES for and Naming.doc file.
3
4 The color bitmap files use the XPM library (called xpm-3.4f on
5 most ftp sites. A later version may be out now.)
6
7 This library is needed in order to compile crossfire with the color
8 pixmap support.
9
10 The pixmap files have the same name as the bitmap file with ".xpm"
11 concatenated to the end. If your system has short filename length
12 limits, this may cause a problem.
13
14 I use 'pixmap' to edit the xpm files. This should be available the
15 same place the xpm library can be found. It does require the xpm
16 library.
17
18 All of the XPM files have been colored. However, only a small number
19 have actually been done so properly - that is, by hand, and with the
20 proper outlines. Many people are working on fixing more of these up.
21
22 If you do start to work on colorizing the other directories, please
23 let me know. Otherwise, you may start working on something that someone
24 else has already done.
25
26 The file xpm.template in the dev directory is a XPM file that has all of
27 the colors that are allowable for XPM files. This is to limit the total
28 number of colors used, in order not of overrun color spaces on systems.
29 If you really need a color not in that file, please send mail to Mark
30 Wedel (mwedel@pyramid.com), and it might be added to the list of
31 acceptable colors.
32
33 For a list of colors to use, look at the dev/xpm.template file.
34
35
36 Mark Wedel
37 mwedel@pyramid.com
38 ----
39 Some coloring/perspective hints/clarifications from David Sundqvist:
40
41 Perspective in Crossfire is based on the XY coordinate system of possible
42 player movements, with a slight tilting of the graphics to allow for
43 greater detail and more interesting graphics, since walls have to be in
44 that perspective to allow joining. X and Y in graphics should correspond
45 to X and Y in the object. Z in the object is represented with 2 Y/X.
46 Keeping perspective consistency is mainly important in fixed objects
47 like buildings, walls and other background.
48
49 Light should generally come from the right side, so the left side of
50 buildings should be darker or shaded, as needed.
51
52 Wind is generally coming from the left side, so smoke or other things
53 affected by wind should be travelling towards the right side.