summaryrefslogtreecommitdiff
path: root/conf-tmpl/map_athena.conf
diff options
context:
space:
mode:
authorDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-07 02:02:32 +0000
committerDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-07 02:02:32 +0000
commit4e963a22b54ce6c9f1a9c3db58b55c6690c34716 (patch)
treebc4330891a9de8a938e5080192739518181305b1 /conf-tmpl/map_athena.conf
parent91370409aede963a205b1f9987a3594d6d4e3928 (diff)
downloadhercules-4e963a22b54ce6c9f1a9c3db58b55c6690c34716.tar.gz
hercules-4e963a22b54ce6c9f1a9c3db58b55c6690c34716.tar.bz2
hercules-4e963a22b54ce6c9f1a9c3db58b55c6690c34716.tar.xz
hercules-4e963a22b54ce6c9f1a9c3db58b55c6690c34716.zip
New mapcache system :x
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9971 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/map_athena.conf')
-rw-r--r--conf-tmpl/map_athena.conf18
1 files changed, 2 insertions, 16 deletions
diff --git a/conf-tmpl/map_athena.conf b/conf-tmpl/map_athena.conf
index 78ce98337..47f655caf 100644
--- a/conf-tmpl/map_athena.conf
+++ b/conf-tmpl/map_athena.conf
@@ -69,26 +69,12 @@ stdout_with_ansisequence: no
//Example: "console_silent: 7" Hides information, status and notice messages (1+2+4)
console_silent: 0
-//Preferred map loading method
-// 0: Read directly from grf
-// 1: Read from cache (with compression)
-// 2: Read from cache (without compression)
-// If the cache was not found it will read the maps from the GRF and copy
-// any necessary data into a newly created cache.
-// It is possible to reduce the map cache to 1MB for 400+ maps with compression
-// enabled. If all maps are already loaded in the cache, Athena can boot without
-// reading the grf files.
-read_map_from_cache: 1
-//
-//Where is the bitmap file stored?
-map_cache_file: db/mapinfo.txt
+//Where should the map data be read from?
+map_cache_file: db/map_cache.dat
//Where should all database data be read from?
db_path: db
-// Advanced Fusion Maps directory
-afm_dir: afm
-
// Enable the @guildspy and @partyspy at commands?
// Note that enabling them decreases packet sending performance.
enable_spy: no