diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/map_athena.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf-tmpl/map_athena.conf b/conf-tmpl/map_athena.conf index 9fa5335a0..7f099cb0f 100644 --- a/conf-tmpl/map_athena.conf +++ b/conf-tmpl/map_athena.conf @@ -44,6 +44,13 @@ char_port: 6121 // Map Server Port map_port: 5121 +//Preferred map loading method +//0: Read directly from grf, 1: Read from bitmap file +read_map_from_bitmap: 1 +// +//Where is the bitmap file stored? +map_bitmap_path: db/map.info + // Console Commands // Allow for console commands to be used on/off // This prevents usage of >& log.file |