From 4e963a22b54ce6c9f1a9c3db58b55c6690c34716 Mon Sep 17 00:00:00 2001 From: DracoRPG Date: Wed, 7 Mar 2007 02:02:32 +0000 Subject: New mapcache system :x git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9971 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/map_athena.conf | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'conf-tmpl/map_athena.conf') 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 -- cgit v1.2.3-60-g2f50