hercules/conf
2024-10-31 16:34:41 -03:00
..
api Welcome to 2024, Hercules 2024-02-04 02:26:34 +01:00
char Welcome to 2024, Hercules 2024-02-04 02:26:34 +01:00
common Welcome to 2024, Hercules 2024-02-04 02:26:34 +01:00
global Welcome to 2024, Hercules 2024-02-04 02:26:34 +01:00
import-tmpl Welcome to 2024, Hercules 2024-02-04 02:26:34 +01:00
login Welcome to 2024, Hercules 2024-02-04 02:26:34 +01:00
map Welcome to 2024, Hercules 2024-02-04 02:26:34 +01:00
atcommand.conf Add aliases for at command camerainfo: setcamera and viewpointvalue. 2018-12-16 06:28:16 +03:00
battlegrounds.conf Fixed typo & space replacement in battlegrounds.conf 2020-06-10 00:05:25 +02:00
channels.conf Add config for '@channel setopt MessageDelay <delay>'. 2018-10-16 19:53:33 +13:00
clans.conf Welcome to 2024, Hercules 2024-02-04 02:26:34 +01:00
emotes.conf Welcome to 2024, Hercules 2024-02-04 02:26:34 +01:00
grf-files.txt * Documented @refreshall (r17035), @breakguild, @hommutate (r17038). 2012-12-23 21:11:29 +00:00
groups.conf Implement Macro Detection Client Interface 2021-09-30 23:10:33 +01:00
messages.conf Improved atCommand(iteminfo) 2024-10-31 16:34:41 -03:00
network.conf Typo errors (in all conf/) 2020-06-07 22:32:40 +02:00
plugins.conf Readd http sample code in httpsample.c plugin 2023-04-12 02:53:57 +03:00
readme.txt Ported battle.conf to libconfig 2016-08-19 21:32:26 +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/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