diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-09 17:51:47 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-12 10:58:45 -0700 |
commit | 4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9 (patch) | |
tree | cda79957361c5be649ff40dacc5658907d07ee49 /world/map/conf/battle_local.conf.example | |
parent | 0b6c8ab443669acb51fbaa6f5c476cd4ecae78a0 (diff) | |
download | serverdata-4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9.tar.gz serverdata-4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9.tar.bz2 serverdata-4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9.tar.xz serverdata-4d346e92976bec82cfeb1f09fcb662f0f8a9e5a9.zip |
Update config for new code
This config will only work with tmwa v13.9.12 or higher.
If you need an old version, please stay on the 'unsupported' branch.
Diffstat (limited to 'world/map/conf/battle_local.conf.example')
-rw-r--r-- | world/map/conf/battle_local.conf.example | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/world/map/conf/battle_local.conf.example b/world/map/conf/battle_local.conf.example index c9ba222c..8e56b42b 100644 --- a/world/map/conf/battle_local.conf.example +++ b/world/map/conf/battle_local.conf.example @@ -1 +1,16 @@ -// Nothing needs to be done here. +// Local config for battle conf. + +// Display monster skill errors in console? (for debug only) +monster_skill_log: off + +// Display battle log? (for debug only) +battle_log: off + +// Display save log? (for debug only) +save_log: off + +// Display errors? (for debug only) +error_log: off + +// Display other stuff? (for debug only) +etc_log: off |