Go to file
akirschbaum 8a5dc7220e Add correct plural name to flowers_permanent.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@7564 282e977c-c81d-0410-88c4-b93c2d0d6712
2007-11-23 21:51:51 +00:00
armour Rename low_boots from "shoes" to "pair of shoes". 2007-11-03 16:42:30 +00:00
connect Use consistent default 'slaying' values. 2007-09-19 20:05:03 +00:00
construct Replace obsolete fields fly_on/fly_off/walk_on/walk_off with move_on/move_off. 2007-08-23 22:19:59 +00:00
dev Replace obsolete field slow_move with move_slow/move_slow_penalty. 2007-11-18 23:13:43 +00:00
disease Replace obsolete fields fly_on/fly_off/walk_on/walk_off with move_on/move_off. 2007-08-23 22:19:59 +00:00
door Remove obsolete field. 2007-06-13 18:33:26 +00:00
exit Replace obsolete field slow_move with move_slow/move_slow_penalty. 2007-11-18 23:13:43 +00:00
flesh Add client_anim_... support for all objects that support it, remove 2007-07-10 07:39:53 +00:00
floor New archetypes to avoir using creator tricks. 2007-10-20 10:36:32 +00:00
food Revert previous change of dragon's steaks weight. 2007-10-15 20:50:50 +00:00
gods Update spellcasting objects to use inventory objects. 2007-11-04 18:55:06 +00:00
ground Add correct plural name to flowers_permanent. 2007-11-23 21:51:51 +00:00
indoor Replace obsolete fields fly_on/fly_off/walk_on/walk_off with move_on/move_off. 2007-08-23 22:19:59 +00:00
inorganic Remove obsolete color_bg field. 2007-07-17 20:46:19 +00:00
jewel Add client_anim_... support for all objects that support it, remove 2007-07-10 07:39:53 +00:00
light Add client_anim_... support for all objects that support it, remove 2007-07-10 07:39:53 +00:00
mapbuilding Remove obsolete field. 2007-06-13 18:46:54 +00:00
misc Replace obsolete field slow_move with move_slow/move_slow_penalty. 2007-11-18 23:13:43 +00:00
monster Remove obsolete color_bg field. 2007-07-17 20:46:19 +00:00
optical Remove obsolete field. 2007-06-13 19:19:40 +00:00
planes/fire Replace obsolete fields fly_on/fly_off/walk_on/walk_off with move_on/move_off. 2007-08-23 22:19:59 +00:00
player Corrected a typo caused by previous commit conflict. 2007-11-18 16:40:02 +00:00
potion Update spellcasting objects to use inventory objects. 2007-11-04 18:55:06 +00:00
random Remove obsolete color_bg field. 2007-07-17 20:46:19 +00:00
readable Remove obsolete field. 2007-06-13 19:24:03 +00:00
river Remove obsolete field. 2007-06-13 19:24:49 +00:00
shop New pics courtesy Eric Kendrick. 2007-10-20 19:46:12 +00:00
skills Remove obsolete field. 2007-06-13 19:49:48 +00:00
spell Replace obsolete field slow_move with move_slow/move_slow_penalty. 2007-11-18 23:13:43 +00:00
system Remove this file - it uses an undefined type, and searching through all 2007-09-27 05:28:08 +00:00
talisman Remove obsolete color_bg field. 2007-07-17 20:46:19 +00:00
transport Add client_anim_... support for all objects that support it, remove 2007-07-10 07:39:53 +00:00
traps Replace obsolete fields fly_on/fly_off/walk_on/walk_off with move_on/move_off. 2007-08-23 22:19:59 +00:00
wall Update spellcasting objects to use inventory objects. 2007-11-04 18:55:06 +00:00
weapon Proof-of-concept for combo animations. Try it by fighting with a Fenx character wearing a sword :). 2007-11-18 14:25:54 +00:00
CHANGES Add correct plural name to flowers_permanent. 2007-11-23 21:51:51 +00:00
Naming.doc See CHANGES file. 2000-04-17 14:37:09 +00:00
README Fix typo. 2004-10-09 15:55:24 +00:00
TODO Fix typo. 2004-10-09 15:55:24 +00: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.