summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2013-02-20 17:20:16 +0100
committerErik Schilling <ablu.erikschilling@googlemail.com>2013-02-20 17:30:23 +0100
commitad1d58b795681cad74642c0f4818b66a3f869794 (patch)
treea6043574288bf14ebbf756ddbb789ffa1aeea1fc /README
parent587b7682e6bf7dd9e616c1d4789a5ed9aa986e6d (diff)
downloadmanaserv-ad1d58b795681cad74642c0f4818b66a3f869794.tar.gz
manaserv-ad1d58b795681cad74642c0f4818b66a3f869794.tar.xz
manaserv-ad1d58b795681cad74642c0f4818b66a3f869794.zip
Rephrased the README about the server data a bit
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 2 insertions, 11 deletions
diff --git a/README b/README
index 34faafc..bcda028 100644
--- a/README
+++ b/README
@@ -30,17 +30,8 @@ The compilation should produce two binaries:
SERVER DATA
-The server depends on parts of the client data and also has its own data
-repository. These are the 'manadata' and 'manaserv-data' repositories.
-Currently, manaserv expects these to be merged into a single 'data' directory.
-
-1) Clone manadata and manaserv-data next to the manaserv repository
-2) Symlink a 'data' directory in manaserv to manaserv-data
-3) Symlink the following files from manaserv-data to manadata:
-
- * data/items.xml - Item definitions
- * data/monsters.xml - Monster definitions
- * data/maps/*.tmx{.gz} - Maps
+The client and the server share a big part of the data. See the example/
+subfolder for an example world data.
CONFIGURATION