summaryrefslogtreecommitdiff
path: root/conf-tmpl/map_athena.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf-tmpl/map_athena.conf')
-rw-r--r--conf-tmpl/map_athena.conf16
1 files changed, 10 insertions, 6 deletions
diff --git a/conf-tmpl/map_athena.conf b/conf-tmpl/map_athena.conf
index 39f5d97d8..d32e16ba6 100644
--- a/conf-tmpl/map_athena.conf
+++ b/conf-tmpl/map_athena.conf
@@ -45,14 +45,18 @@ char_port: 6121
map_port: 5121
//Preferred map loading method
-//0: Read directly from grf, 1: Read from bitmap file (without compression)
-//2: Read from bitmap file (with compression). 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_bitmap: 1
+// 0: Read directly from grf
+// 1: Read from cache (without compression)
+// 2: Read from cache (with 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_bitmap_path: db/map.info
+map_cache_file: db/map.info
// Console Commands
// Allow for console commands to be used on/off