summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-08-21 23:37:47 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2010-08-22 00:26:47 +0200
commit296577b5a88732b8a97a3ebce7cda8f92ab7511f (patch)
treef15596785e8e842f056b6e390d7c5227091898c9 /README
parent40579ae75e0ae9db204a864ac0738234098f707c (diff)
downloadmanaserv-296577b5a88732b8a97a3ebce7cda8f92ab7511f.tar.gz
manaserv-296577b5a88732b8a97a3ebce7cda8f92ab7511f.tar.xz
manaserv-296577b5a88732b8a97a3ebce7cda8f92ab7511f.zip
Changed the location of configuration, logs and stats
Instead of searching for the configuration file in ~/.manaserv.xml, the file is now expected to be in the working directory of the server. The logs and statistics will also be written there. This should make it easier to run differently configured servers on the same machine, and should also be a bit more straight-forward to setup. Reviewed-by: Yohann Ferreira
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 2b684d9..9598c6a 100644
--- a/README
+++ b/README
@@ -39,8 +39,9 @@ Currently, manaserv expects these to be merged into a single 'data' directory.
CONFIGURATION
-The configuration is currently loaded from ~/.manaserv.xml. An example file is
-located at docs/manaserv.xml.
+The server loads its configuration from manaserv.xml, which it tries to find in
+the directory where you're running the server from. An example file is located
+at docs/manaserv.xml.example.
Default option values:
@@ -49,6 +50,10 @@ Default option values:
gameServerAddress localhost
gameServerPort 9604
+ serverPath .
+ serverDataPath example/serverdata
+ clientDataPath example/clientdata
+
RUNNING