ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/README
Revision: 1.2
Committed: Sun Aug 13 17:16:01 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

File Contents

# User Rev Content
1 root 1.1 WHAT IS CROSSEDIT?
2    
3     Crossedit is a map editor for crossfire. (refer crossfire README)
4    
5     REQUIREMENTS
6    
7     You will need UNIX, X window system release 5 with Athena Widget Set
8     and an ANSI C compiler to compile this program.
9    
10     COMPILING
11    
12     The program has been tested on SunOS 4.1.2, HP9000-series (HP-UX 8.0).
13     It has been compiled with X11R5.
14    
15     If your local c-compiler doesn't understand ANSI-C, then change
16     the CC variable in the Imakefile to an ansi-compiler (for instance
17     gcc -ansi).
18    
19     Next construct the makefile by typing "xmkmf" in the directory where you
20     unpacked the sources.
21    
22     if you edit the sources you should create dependencies in the
23     Makefile with "make depend".
24    
25     "make" maybe now creates a version of crossedit. :)
26    
27     INSTALLING
28    
29     Package has its own archetypes and some special maps. copy them to
30     corresponding places.
31     make directory LIBDIR/doc, and copy file "help" into it.
32    
33     PROBLEMS
34    
35     editor does not use backgrounds in .om files, because they will
36     (hopefully) get removed from the game in the future.
37     Editor supports pathnames in saving and loading maps. To use level
38     numbers just give the number as name.
39     For some unknown reason archetype with name "dwall_3_3" don't work.
40    
41     MISCELLANEOUS
42    
43     mapconv is a program to convert old .om -files to objects. Program
44     creates new map.oo and map.om files and moves old ones to map.old.om
45     and map.old.oo. it uses archetype names equal to bmap names.
46     You need first to change $BMAPS in mapconv to you crossfire bmaps
47     file, which is found from crossfire source.
48     btw. remember to set correct permissions to the new maps
49     usage : mapconv mapname[s]
50    
51     STATE
52    
53     This program is under development.
54    
55     COPYRIGHT
56    
57     Crossfire is copyrighted to Frank Tore Johansen (frankj@ifi.uio.no)
58    
59     Crossedit is copyrighted to Petri Heinila and Jarkko Sonninen.
60    
61     This program is free software; you can redistribute it and/or modify
62     it under the terms of the GNU General Public License as published by
63     the Free Software Foundation; either version 2 of the License, or
64     (at your option) any later version.
65    
66     This program is distributed in the hope that it will be useful,
67     but WITHOUT ANY WARRANTY; without even the implied warranty of
68     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
69     GNU General Public License for more details.
70    
71     You should have received a copy of the GNU General Public License
72     along with this program; if not, write to the Free Software
73     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
74    
75     Send comments, bug-fixes etc. via e-mail to Jarkko.Sonninen@lut.fi
76     or Petri.Heinila@lut.fi
77    
78     End of README