hercules/conf
jsn 49d2a40e4d
Messagetable update
-Added @storagelist error message and rearranged
-Matched MSGTBL_STORAGE_NOT_LOADED to its messages.conf text
2026-07-05 17:04:59 +03:00
..
api Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
char Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
common Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
global Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
import-tmpl Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
login Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
map Merge branch 'rebalance' 2026-04-22 03:35:47 +02:00
atcommand.conf
battlegrounds.conf
channels.conf
clans.conf Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
emotes.conf Update copyrights for year 2025 2025-02-01 00:44:18 +00:00
grf-files.txt
groups.conf
messages.conf Messagetable update 2026-07-05 17:04:59 +03:00
network.conf
plugins.conf Readd http sample code in httpsample.c plugin 2023-04-12 02:53:57 +03:00
readme.txt
storage.conf Storage configuration 2026-07-05 17:04:49 +03: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/map/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,
and you'll eliminate any problems updating in the future.

Neat, isn't it?

- Semi-guide by Ajarn / Euphy