diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-27 19:22:37 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-27 19:22:37 +0000 |
commit | 7737e73dd299e813ba03d227b6113df4d5b557df (patch) | |
tree | 35bff01363a0e250a446111995c45b851e0fa797 /conf-tmpl | |
parent | a51c01c18d3130d54dc3f032a22bbbf88ffdc8c1 (diff) | |
download | hercules-7737e73dd299e813ba03d227b6113df4d5b557df.tar.gz hercules-7737e73dd299e813ba03d227b6113df4d5b557df.tar.bz2 hercules-7737e73dd299e813ba03d227b6113df4d5b557df.tar.xz hercules-7737e73dd299e813ba03d227b6113df4d5b557df.zip |
* Updated map cache system from jA
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@824 54d463be-8e91-2dee-dedb-b68131a5f0ec
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? |