diff options
Diffstat (limited to 'conf-tmpl/map_athena.conf')
-rw-r--r-- | conf-tmpl/map_athena.conf | 18 |
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 |