diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-01-25 09:50:09 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-01-25 10:21:13 -0800 |
commit | c6987906e69d910f37589d8872cde9449dd5ddc7 (patch) | |
tree | 4c95dbe8e8248d6ec0bdb45baa84b252fdcccbb8 /world/map/conf/tmwa-map.conf | |
parent | f094ed10f826051263adc09ffa91f20d87e4e31e (diff) | |
download | serverdata-c6987906e69d910f37589d8872cde9449dd5ddc7.tar.gz serverdata-c6987906e69d910f37589d8872cde9449dd5ddc7.tar.bz2 serverdata-c6987906e69d910f37589d8872cde9449dd5ddc7.tar.xz serverdata-c6987906e69d910f37589d8872cde9449dd5ddc7.zip |
Add new unified config files
Diffstat (limited to 'world/map/conf/tmwa-map.conf')
-rw-r--r-- | world/map/conf/tmwa-map.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/world/map/conf/tmwa-map.conf b/world/map/conf/tmwa-map.conf new file mode 100644 index 00000000..0c64f61a --- /dev/null +++ b/world/map/conf/tmwa-map.conf @@ -0,0 +1,20 @@ +// Master config file for The Mana World Athena (map component) +// This file is used since version 14.x.y + +// Do NOT change the order of the slave includes +// Older server versions hard-coded the loaders in (mostly) this order, +// and there may still be code dependencies. + +// The plan is to turn some of these into just plain 'import' eventually? +map_conf: conf/map_athena.conf +battle_conf: conf/battle_athena.conf +atcommand_conf: conf/atcommand_athena.conf + +item_db: db/item_db.txt +mob_db: db/mob_db.txt +mob_skill_db: db/mob_skill_db.txt +skill_db: db/skill_db.txt +magic_conf: conf/magic.conf + +// Set in conf/map_athena.conf actually ... +//motd_txt: conf/motd.txt |