mirror of
https://github.com/ServUO/ServUO
synced 2026-08-11 20:23:04 -04:00
| .. | ||
| Accounts.cfg | ||
| AutoRestart.cfg | ||
| AutoSave.cfg | ||
| CarryWeight.cfg | ||
| Champions.cfg | ||
| ChampionSpawns.xml | ||
| Chat.cfg | ||
| CityLoyalty.cfg | ||
| CityTrading.cfg | ||
| Client.cfg | ||
| DailyRares.cfg | ||
| DataPath.cfg | ||
| Email.cfg | ||
| General.cfg | ||
| Honesty.cfg | ||
| Housing.cfg | ||
| Loot.cfg | ||
| PlayerCaps.cfg | ||
| README.md | ||
| Server.cfg | ||
| Shadowguard.cfg | ||
| Siege.cfg | ||
| Staff.cfg | ||
| Store.cfg | ||
| TestCenter.cfg | ||
| TreasureMaps.cfg | ||
| Vendors.cfg | ||
| VetRewards.cfg | ||
| VvV.cfg | ||
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.