servuo/Config
Voxpire 654adb6c32
Update Server.cfg
Make this user-friendly
2025-12-23 18:45:24 +00:00
..
_README.md Server Config optimizations and extended debug override support. 2025-01-19 05:31:11 +00: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 Disable archives by default. 2020-01-09 23:23:00 +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 + Config file housekeeping. 2018-07-19 22:32:29 +01: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
Compiler.cfg Update project to use new SDK format. 2025-01-19 05:31:11 +00: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
Expansion.cfg Bug Fixes 2019-11-23 19:27:52 -07:00
Factions.cfg Bug Fixes 2018-02-05 21:08:11 -07: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 Re-Enabled Honesty.cfg 2018-06-20 22:21:07 -07:00
Housing.cfg + Extended Config system: 2016-01-28 03:05:36 +00:00
Loot.cfg + Config file housekeeping. 2018-07-19 22:32:29 +01: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
Reports.cfg Create Reports.cfg 2017-02-08 21:51:53 +01:00
Server.cfg Update Server.cfg 2025-12-23 18:45:24 +00: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 Update Store.cfg 2018-08-05 02:07:51 +01:00
TestCenter.cfg + Config file housekeeping. 2018-07-19 22:32:29 +01:00
TreasureMaps.cfg Fix merge issue with playermobile and accept Loot PR from kevin-10 2016-03-15 16:04:14 +00:00
Vendors.cfg Bug Fixes 2018-03-30 14:26:37 -07:00
VetRewards.cfg Arbitrary syntax updates. 2019-05-12 17:41:03 +01:00
VvV.cfg Revert config, Effects on items (verified on EA it was working properly, though fucked up) 2019-06-23 13:51:57 -07:00
XmlSpawner2.cfg Implemented XmlSpawner2 config options 2016-01-27 15:11:16 -06: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.