diff options
author | thatakkarin <thatakkarin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-07 23:48:14 +0000 |
---|---|---|
committer | thatakkarin <thatakkarin@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-07 23:48:14 +0000 |
commit | 7bd47988a500ca57bb9c82da2079664080810172 (patch) | |
tree | 72c4cf60e0c88a4bb928c02a049309da5d5c10e1 /doc/map_cache.txt | |
parent | 4b6a4b4c9eb141f618cb59cb9a6878a6fe6caf83 (diff) | |
download | hercules-7bd47988a500ca57bb9c82da2079664080810172.tar.gz hercules-7bd47988a500ca57bb9c82da2079664080810172.tar.bz2 hercules-7bd47988a500ca57bb9c82da2079664080810172.tar.xz hercules-7bd47988a500ca57bb9c82da2079664080810172.zip |
* Update to doc/map_cache.txt due to r16867
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16868 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/map_cache.txt')
-rw-r--r-- | doc/map_cache.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/map_cache.txt b/doc/map_cache.txt index 2f4c7d9df..cded98ec9 100644 --- a/doc/map_cache.txt +++ b/doc/map_cache.txt @@ -25,7 +25,10 @@ The source code for the map cache builder is located in src/tool/. It can be bui or using the "mapcache" project under Visual Studio. Named "mapcache", the executable will be in your rAthena main folder. The map cache builder needs 3 file paths : one is a list of GRFs and/or data directory containing the maps, the second is the list of maps to add to the map cache, and the last one is the path of the map cache to generate. Default values for -those paths are "tools/mapcache/grf_files.txt", "db/map_index.txt" and "db/map_cache.dat". +those paths are "tools/mapcache/grf_files.txt", "db/map_index.txt" and "db/(pre-)re/map_cache.dat". + +As of r16867, the mapcache within SVN can be located in db/pre-re/ and db/re/. This is due to renewal and pre-renewal modes +having slightly different maps. When building your cache, you should ensure you're pointing the tool to the correct location. The list of GRFs and/or data directory must follow the format and indication of the default file: as many "grf:" entries as you wish and optionally only one "data_dir:" entry with trailing backslash included. // comments are supported as usual. |