diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-12-06 17:02:47 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-12-06 17:02:47 +0100 |
commit | d82a032815fa6bd0150007adc5fbf6147ffdd356 (patch) | |
tree | a73903eeb4220d1416f3cf12fb73d0161b7e6e46 | |
parent | a841518cd56f96171cbe7d0c80fd31470d84ab11 (diff) | |
download | manaserv-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.
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | README | 22 |
2 files changed, 13 insertions, 12 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e7188684..00000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "data"] - path = data - url = git://gitorious.org/tmwserv-data/mainline.git @@ -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 |