ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/image_info
Revision: 1.1
Committed: Fri Feb 3 07:14:13 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1 # "$Id: image_info,v 1.2 2002/02/15 03:06:39 tanner Exp $";
2     #
3     # This file describes the various image files installed.
4     # For more information on how all this works and about adding new
5     # image sets, see the doc/Developer/images file.
6     #
7     # The format of each line:
8     # num:extension:long name:fallback:geometry:extension:description
9     # num is the set number.
10     # extension is the extension that image set uses (eg, base, clsc)
11     # long name is just that - a longer (more english) name, eg, classic instead
12     # of clsc. This is really just used by the client for it to map the
13     # image names. Its not really intuitive for users to say -image clsc
14     # fallback is what set to fallback to if the image does not exist in
15     # that set. In the end, all sets must fall back to set 0.
16     # geometry is in width x height form. This is used by the client so it
17     # knows the spacing to use. Images in the set could be of different
18     # sizes (eg, a 4 spaces image would be larger), but this is the normal
19     # spacing that the client should use.
20     # extension is for future use - it is passed to the client. This is mostly
21     # here so that the client can know specific information about certain
22     # image sets.
23     # description is just a longer description that the client can display to the
24     # user.
25     #
26     # NOTE: lines can not be continued with \ - everything must be on one line
27     # for things to work.
28     # Lines that start with # are obviously ignored.
29     0:base:standard:0:32x32:none:The standard image set.
30     1:clsc:classic:0:32x32:none:Classic and new styling.