summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-06 17:02:47 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-06 17:02:47 +0100
commitd82a032815fa6bd0150007adc5fbf6147ffdd356 (patch)
treea73903eeb4220d1416f3cf12fb73d0161b7e6e46 /README
parenta841518cd56f96171cbe7d0c80fd31470d84ab11 (diff)
downloadmanaserv-d82a032815fa6bd0150007adc5fbf6147ffdd356.tar.gz
manaserv-d82a032815fa6bd0150007adc5fbf6147ffdd356.tar.bz2
manaserv-d82a032815fa6bd0150007adc5fbf6147ffdd356.tar.xz
manaserv-d82a032815fa6bd0150007adc5fbf6147ffdd356.zip
Removed tmwserv-data submodule
Probably more complicated for everybody to learn about than just setting up a symlink.
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 13 insertions, 9 deletions
diff --git a/README b/README
index dd3887cf..116a0784 100644
--- a/README
+++ b/README
@@ -3,6 +3,10 @@ Setting up a TMW server
COMPILATION
+0) ./autogen.sh (when you cloned via git)
+1) ./configure
+2) make
+
The compilation should produce two binaries:
* tmwserv-account - The account + chat server
@@ -11,17 +15,17 @@ The compilation should produce two binaries:
SERVER DATA
-Before you can run the game server there are some data files you will need to
-provide (the account server doesn't need these):
+The server depends on parts of the client data and also has its own data
+repository. These are the 'tmwdata' and 'tmwserv-data' repositories.
+Currently, tmwserv expects these to be merged into a single 'data' directory.
-* data/items.xml - Item definitions
-* data/monsters.xml - Monster definitions
-* data/maps.xml - Map definitions (file for TMW maps included in Subversion)
-* data/maps/*.tmx{.gz} - Maps
+1) Clone tmwdata and tmwserv-data next to the tmwserv repository
+2) Symlink a 'data' directory in tmwserv to tmwserv-data
+3) Symlink the following files from tmwserv-data to tmwdata:
-Since the server shares some of these files with the client via dynamic
-updates, we keep them under 'tmwdata' in Subversion. The easiest is to check
-out tmwdata/trunk somewhere and use symbolic links to the missing files.
+ * data/items.xml - Item definitions
+ * data/monsters.xml - Monster definitions
+ * data/maps/*.tmx{.gz} - Maps
CONFIGURATION