servuo/Config
2023-03-27 23:51:29 +01:00
..
Accounts.cfg Arbitrary syntax updates. 2019-05-12 17:41:03 +01:00
AutoRestart.cfg Bug Fixes/Additions 2018-11-07 19:59:47 -07:00
AutoSave.cfg Bug Fixes (#4793) 2020-06-09 07:50:59 -07:00
CarryWeight.cfg Adding new config file and values for carry weight values and calculations (#4979) 2022-01-30 01:52:21 +00:00
Champions.cfg Update Champions.cfg 2018-01-12 14:48:13 -05:00
ChampionSpawns.xml Slight tweak to Despise champ spawn radius 2016-03-04 21:28:29 -06:00
Chat.cfg Bug Fixes 2020-09-21 09:53:44 -04:00
CityLoyalty.cfg City Loyalty System 2016-10-07 19:27:18 -07:00
CityTrading.cfg City Loyalty System 2016-10-07 19:27:18 -07:00
Client.cfg - removed redundant MaceAndShieldGlasses 2017-02-11 18:03:14 -07:00
DailyRares.cfg Added Daily Rares config file 2018-12-31 23:48:19 -07:00
DataPath.cfg Prevents using multiple DataPath when CustomPath is or not set 2017-02-03 20:28:04 +01:00
Email.cfg + Config file housekeeping. 2018-07-19 22:32:29 +01:00
General.cfg Revert config, Effects on items (verified on EA it was working properly, though fucked up) 2019-06-23 13:51:57 -07:00
Honesty.cfg Add configuration option for Honesty.UseSpawnArea. 2020-04-21 19:24:55 -04:00
Housing.cfg + Extended Config system: 2016-01-28 03:05:36 +00:00
Loot.cfg Bug Fixes (#4837) 2020-08-31 17:54:54 -07:00
PlayerCaps.cfg + Add loot injection API for CreatureDeath event. 2018-08-13 04:10:28 +01:00
README.md Change format of Config/README file to Markdown 2017-03-27 11:44:02 +02:00
Server.cfg Fix docker bridge networks (#5047) 2023-03-27 23:51:29 +01:00
Shadowguard.cfg More shadowguard stuff 2017-01-03 17:38:59 -07:00
Siege.cfg Merge branch 'master' into Bug_Fixes 2017-06-01 19:42:56 -07:00
Staff.cfg Update Staff.cfg 2018-12-07 09:21:19 -07:00
Store.cfg Fixes (#4771) 2020-04-29 07:13:55 -07:00
TestCenter.cfg + Config file housekeeping. 2018-07-19 22:32:29 +01:00
TreasureMaps.cfg Removed Era Checks from multiple files (#4635) 2020-03-28 22:48:55 +03:00
Vendors.cfg Bug Fixes 2018-03-30 14:26:37 -07:00
VetRewards.cfg Deco Folder (#4888) 2020-10-21 13:44:49 -07:00
VvV.cfg BaseXmlSpawner Cleanup (#4658) 2020-04-02 11:07:47 +03:00

Config file formatting

Lines starting with # will be read as the option description. Blank lines will terminate the current option or description.

The syntax for setting an option is Key=Value. An empty key will result in a null value where the option type is nullable, otherwise, it will use the default value.

To force an option to use its default setting, prefix it with an @, ex:

@Key=Value

This will ignore the current value setting and suppress config warnings about options using their default values.