Go to file
kts of kettek (nyaa) 6210b5bb88 Update dragonclaw dagger image 2020-01-16 00:09:51 -08:00
armour Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
connect Add blocker 2018-06-20 23:39:02 -07:00
construct Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
dev Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
disease Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
door Add house key 2018-06-20 23:38:39 -07:00
exit Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
flesh Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
floor Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
food Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
gods Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
ground Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
indoor Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
inorganic Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
jewel Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
light Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
mapbuilding Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
misc Add more sigils 2019-08-12 18:24:55 -07:00
monster Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
planes/fire Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
player Add additional class attunements 2019-08-12 18:25:17 -07:00
potion Add brew 2018-06-25 19:20:12 -07:00
random Add brew 2018-06-25 19:20:12 -07:00
readable Add vials and changed alchemist to accomodate 2018-06-29 18:00:15 -07:00
river Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
shop Remove movement blocking of brewery 2018-07-02 08:52:14 -07:00
skills Add Dwarf necromancer special class 2018-06-29 18:00:53 -07:00
spell Add vials and changed alchemist to accomodate 2018-06-29 18:00:15 -07:00
system Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
talisman Rename agma to agma_player, adjust earring type 2018-06-22 16:19:34 -07:00
transport Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
traps Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
wall Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
weapon Update dragonclaw dagger image 2020-01-16 00:09:51 -08:00
CHANGES Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
Naming.doc Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
README Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
TODO Add 1.12 with minor modifications 2017-03-20 09:15:21 -07:00
treasures.trs Properly refer to earrings_gold and earrings_silver 2019-08-13 17:57:47 -07:00

README

This is a generic README file for the arch directory.
You should also read the CHANGES for and Naming.doc file.

 The color bitmap files use the XPM library (called xpm-3.4f on
most ftp sites.  A later version may be out now.)

 This library is needed in order to compile crossfire with the color
pixmap support.

 The pixmap files have the same name as the bitmap file with ".xpm"
concatenated to the end.  If your system has short filename length
limits, this may cause a problem.

 I use 'pixmap' to edit the xpm files.  This should be available the
same place the xpm library can be found.  It does require the xpm
library.

All of the XPM files have been colored.  However, only a small number
have actually been done so properly - that is, by hand, and with the
proper outlines.  Many people are working on fixing more of these up.

 If you do start to work on colorizing the other directories, please
let me know.  Otherwise, you may start working on something that someone
else has already done.

The file xpm.template in the dev directory is a XPM file that has all of
the colors that are allowable for XPM files.  This is to limit the total
number of colors used, in order not of overrun color spaces on systems.
If you really need a color not in that file, please send mail to Mark
Wedel (mwedel@pyramid.com), and it might be added to the list of
acceptable colors.

For a list of colors to use, look at the dev/xpm.template file.


 Mark Wedel
mwedel@pyramid.com
----
Some coloring/perspective hints/clarifications from David Sundqvist:

Perspective in Crossfire is based on the XY coordinate system of possible
player movements, with a slight tilting of the graphics to allow for
greater detail and more interesting graphics, since walls have to be in
that perspective to allow joining. X and Y in graphics should correspond
to X and Y in the object. Z in the object is represented with 2 Y/X.
Keeping perspective consistency is mainly important in fixed objects
like buildings, walls and other background.

Light should generally come from the right side, so the left side of
buildings should be darker or shaded, as needed. 

Wind is generally coming from the left side, so smoke or other things
affected by wind should be travelling towards the right side.