diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/map_athena.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf-tmpl/map_athena.conf b/conf-tmpl/map_athena.conf index 7f099cb0f..39f5d97d8 100644 --- a/conf-tmpl/map_athena.conf +++ b/conf-tmpl/map_athena.conf @@ -45,7 +45,10 @@ char_port: 6121 map_port: 5121 //Preferred map loading method -//0: Read directly from grf, 1: Read from bitmap file +//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 // //Where is the bitmap file stored? |