]> git.pond.sub.org Git - empserver/blob - README
Replace the build process. The new one requires GNU Make, Autoconf
[empserver] / README
1 Welcome to Empire 4, codenamed Wolfpack.  Congratulations on your choice!
2
3 See the "LEGAL", "LICENSE", "CREDITS" and "README" files for all the
4 related information and legal notices. It is expected that any future
5 projects/authors will amend these files as needed.
6
7 For questions and comments, please contact "wolfpack@wolfpackempire.com".
8
9 If you want to build the server, follow the few simple steps below.  If
10 you are looking for more information on the files here, options for
11 the server, etc. take a look in the "doc" directory, then follow the steps
12 below to build and start the server.
13
14 (1) Unpacking the server
15   To unpack the server, simply gunzip and untar the source.
16
17 (2) Building a server
18   Note that you may not have to build a server.  If you received the
19   server in binary format, go to the next step, "Creating the world."
20
21   To build the server, you need to do the following steps:
22 FIXME needs work
23
24   1) Get a copy of the source.  Since you're reading this, we assume
25      you have done that. 
26   2) Gunzip the source.  Again, since you're reading this . . . ;-)
27   3) Run configure.
28   4) Run make.
29
30 (3) Creating the world
31   (NOTE: If you received a binary, you must edit the included data/econfig
32    file to represent the paths where your data and info directories are.)
33   1) First, pick the world size you want to use.  Once you have chosen
34      a world size, edit the "data/econfig" file (it was either created
35      at build time, or shipped with the binary) and change the WORLD_X
36      and WORLD_Y to be the sizes you want. The default world size is 64x32.
37      IMPORTANT: WORLD_X *MUST* be divisible by 2.  In addition, if you
38      change the world size later, you *MUST* re-create the world by
39      running "bin/files" again.
40   2) Go into the "bin" directory, and run "./files".
41   3) If you want to create a new world, run "./fairland 10 30" to create
42      a sample world (read the documentation for fairland for more info on
43      it's arguments.)
44   Note that "files" and "fairland" use the world size in the econfig file
45   if it exists in the data directory.  If this file doesn't exist, and you
46   don't specify one, it will use the default world size the server was
47   compiled with (Wolfpack binaries ship with a 64x32 world size)  You can
48   create an econfig file with default values using the "bin/pconfig"
49   executable.
50
51 (4) Running the server
52   1) Run the bin/emp_server executable to start the server.
53
54 That's it.  Once running, you can log on to the server using the emp_client
55 program found in the "bin" directory.  The initial deity country name/password
56 is POGO/peter.
57
58 If you get a "You're not a deity!" message and logged off, check the
59 "data/server.log" file and look at the end for a "NON-AUTH" entry.
60 There should be a "user@host" message in there that failed to log in.
61 Enter this user and host in the auth file, and you should be able to
62 log into the server as a deity now.
63
64 For more information on options, programs, files and other general hints
65 look in the "doc" directory.  The README there describes the files there and
66 what they talk about.
67
68 For more information or help, send e-mail to "wolfpack@wolfpackempire.com" and
69 we'll try to answer if we can.  Also check out our web site at
70 "http://www.wolfpackempire.com"
71
72 Have fun!
73
74  -- The Wolfpack development team...