summaryrefslogtreecommitdiff
path: root/doc/map_cache.txt
diff options
context:
space:
mode:
authorDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 00:11:14 +0000
committerDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 00:11:14 +0000
commit5f33af0fbf4a079cfa052c42a05cb40edc6c2125 (patch)
tree805606bca9be8dd4d7b521eed6c751c10725a31e /doc/map_cache.txt
parentc95a4a42eede44242b930f965518e10eaedd9832 (diff)
downloadhercules-5f33af0fbf4a079cfa052c42a05cb40edc6c2125.tar.gz
hercules-5f33af0fbf4a079cfa052c42a05cb40edc6c2125.tar.bz2
hercules-5f33af0fbf4a079cfa052c42a05cb40edc6c2125.tar.xz
hercules-5f33af0fbf4a079cfa052c42a05cb40edc6c2125.zip
Added brief doc for the mapcache builder
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10010 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/map_cache.txt')
-rw-r--r--doc/map_cache.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/map_cache.txt b/doc/map_cache.txt
new file mode 100644
index 000000000..4ab77e99b
--- /dev/null
+++ b/doc/map_cache.txt
@@ -0,0 +1,18 @@
+"How to use the mapcache builder"
+DracoRPG
+
+
+This is only useful if you have custom maps, as eAthena is provided with an updated mapcache containing every map
+from kRO Sakray's data.
+
+1. First add the path to the directory / GRF containing your maps to db/grf_files.txt
+/!\ Please note you must also have the official maps as the whole mapcache will be rebuilt from scratch
+
+2. Then add those custom maps at the end of db/map_list.txt, carefully chosing their index
+
+3. Now just run the mapcache builder and it'll build a new one at db/map_cache.dat
+
+
+NOTE:
+You can override those default paths by providing your own ones as command-line arguments to the mapcache builder:
+$> mapcache [grf_files_path [map_list_path [map_cache_path]]] \ No newline at end of file