Go to file
ryo_saeba 92c923cd62 Fix GPS
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@4084 282e977c-c81d-0410-88c4-b93c2d0d6712
2005-12-04 13:18:28 +00:00
armour CVS: arch: some new crowns 2005-10-07 19:03:03 +00:00
connect CVS: Arch: added big nasty spike 2005-10-10 18:58:59 +00:00
construct Special small temples for Lythander and Mostrai. More custom temples to come. :] 2005-11-30 06:42:09 +00:00
dev Update connected objects to have 'activate_on_push' and 2002-09-18 05:52:36 +00:00
disease new disease, rabies 2001-11-06 01:35:44 +00:00
door add name_pl, client_type information to objects that can get picked up. 2002-05-31 03:53:02 +00:00
exit Patch 1212496 by Kevin Rudat to add client_types to objects that can 2005-08-17 06:37:14 +00:00
flesh Updated for new spell + skill code. Many files moved about. 2003-09-13 04:38:16 +00:00
floor CVS: arch: blue marbles 2005-10-07 18:40:09 +00:00
food CVS: Added empty coffee cups 2005-10-15 17:14:54 +00:00
gods fixed bug [ 1096845 ] Duplicated archtypes 2005-01-15 15:48:47 +00:00
ground four corners to use with the sea. 2005-11-30 06:44:59 +00:00
indoor Update move_type for barrels and rack - makes them work better 2005-11-16 07:37:32 +00:00
inorganic Fix typo in name and title 2005-10-09 08:31:37 +00:00
jewel CVS: arch: added jewl amethyst 2005-09-26 02:15:52 +00:00
light set is_lightable on lanterns and torches 2005-08-16 20:34:45 +00:00
mapbuilding ARCH: adding another wall type for japan area \(japanese jingle song: doo do didle do\!\) 2005-11-26 15:33:31 +00:00
misc Fix GPS 2005-12-04 13:18:28 +00:00
monster Arch: Added more JINN. For the QUEST. I'm MAKING. \! 2005-11-30 18:00:33 +00:00
optical Twiddle the materials and materialnames on a ton of objects. Get rid of 2003-02-06 08:13:23 +00:00
planes/fire Patch 1212496 by Kevin Rudat to add client_types to objects that can 2005-08-17 06:37:14 +00:00
player Add new force archetype monk_no_use_weapon. It will be inserted into 2005-11-01 18:54:20 +00:00
potion CVS: Added empty coffee cups 2005-10-15 17:14:54 +00:00
random Remove all the old xpm and xbm files. Hopefully I got them all. 2002-02-26 07:18:12 +00:00
readable Clarify this a bit, so that new players are less likely to accidently 2005-11-06 22:34:06 +00:00
river Add back in some "end"'s I nuked. oops 2002-10-28 06:09:58 +00:00
shop Added a new bank archetype. 2005-11-30 06:38:31 +00:00
skills patch #1311199 by sacq to fix many typos and grammos in race descriptions 2005-10-03 17:10:27 +00:00
spell Wrong other_arch 2005-12-04 10:06:09 +00:00
system Added new event hook archetypes, required for the 2.0 plugin interface. 2005-10-18 18:57:08 +00:00
talisman CVS: arch: added more amulet pictures 2005-10-28 13:56:37 +00:00
transport Patch 1212496 by Kevin Rudat to add client_types to objects that can 2005-08-17 06:37:14 +00:00
traps - add animation to trap arch. 2004-12-26 04:40:56 +00:00
wall CVS arch: added westcwall windows 2005-11-13 22:31:58 +00:00
weapon added a golden axe pic 2005-11-05 15:24:12 +00:00
CHANGES Add new force archetype monk_no_use_weapon. It will be inserted into 2005-11-01 18:54:20 +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.