hercules/conf
Piotr Hałaczkiewicz 4a4751563c Add console command to update database to bcrypt
Add doc about user passwords.
Update config settings related to passwords.
2013-08-02 10:44:28 +02:00
..
battle Fixed a little type (follow up to 94d75f8), also defaulted to 0 mute system. 2013-07-11 13:20:44 -03:00
import-tmpl - Added libconfig (configuration file library: http://www.hyperrealm.com/libconfig/): 2012-02-13 01:19:04 +00:00
atcommand.conf Update 2013-06-23 17:40:56 -04:00
battle.conf Renaming some more, also temporarily made "display_version" off by default until we decide what to do with the version since it's git. 2013-01-27 08:32:25 -02:00
battlegrounds.conf DB Queue Debug Update 2013-07-05 22:27:33 -03:00
channels.conf Slight adjustments 2013-05-19 21:17:15 -04:00
char-server.conf * Added support for up to 32 items in starting items (the items you receive when creating a new character). 2013-04-20 20:40:53 -03:00
charhelp.txt * Merged changes from trunk [14496:14630/trunk]. 2010-12-26 22:36:41 +00:00
grf-files.txt * Documented @refreshall (r17035), @breakguild, @hommutate (r17038). 2012-12-23 21:11:29 +00:00
groups.conf Some minor changes: 2013-04-26 20:38:48 +02:00
help.txt Whitespace, TABs & Spellings 2013-06-14 21:27:02 +01:00
inter-server.conf Split use_sql_db into the three available: item_db, mob_db, mob_skill_db. 2013-07-04 17:36:16 -03:00
login-server.conf Add console command to update database to bcrypt 2013-08-02 10:44:28 +02:00
logs.conf Whitespace, TABs & Spellings 2013-06-14 21:27:02 +01:00
map-server.conf Whitespace, TABs & Spellings 2013-06-14 21:27:02 +01:00
maps.conf -Added 2 new maps & new map_cache.dat 2013-04-11 02:52:11 -07:00
messages.conf For Bug #7542 2013-07-21 15:57:33 -03:00
packet.conf Slight adjustments 2013-05-19 21:17:15 -04:00
plugins.conf Whitespace, TABs & Spellings 2013-06-14 21:27:02 +01:00
readme.txt Renaming some more, also temporarily made "display_version" off by default until we decide what to do with the version since it's git. 2013-01-27 08:32:25 -02:00
script.conf Renaming some more, also temporarily made "display_version" off by default until we decide what to do with the version since it's git. 2013-01-27 08:32:25 -02:00
subnet.conf Dropping _athena file suffixes 2013-01-25 14:03:15 -02:00

What is the import folder for?
-------------------------------------------------------------------------------

The folder provides a way for you to change your config settings without having
to update the files every time you update your server. You store your changes,
and the rest is updated with Hercules (usually though GIT).

How does this work?
-------------------------------------------------------------------------------

Place only the settings you have changed in the import files.
For example, if you want to change a value in conf/battle/exp.conf:

	// Rate at which exp. is given. (Note 2)
	base_exp_rate: 700

You could instead copy the setting into conf/import/battle_conf.txt,
and you'll eliminate any problems updating in the future.

Neat, isn't it?

- Semi-guide by Ajarn / Euphy