diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2013-02-20 17:20:16 +0100 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2013-02-20 17:30:23 +0100 |
commit | ad1d58b795681cad74642c0f4818b66a3f869794 (patch) | |
tree | a6043574288bf14ebbf756ddbb789ffa1aeea1fc | |
parent | 587b7682e6bf7dd9e616c1d4789a5ed9aa986e6d (diff) | |
download | manaserv-ad1d58b795681cad74642c0f4818b66a3f869794.tar.gz manaserv-ad1d58b795681cad74642c0f4818b66a3f869794.tar.bz2 manaserv-ad1d58b795681cad74642c0f4818b66a3f869794.tar.xz manaserv-ad1d58b795681cad74642c0f4818b66a3f869794.zip |
Rephrased the README about the server data a bit
-rw-r--r-- | README | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -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 |