Overwrite

Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
Unstable Kitsune
2023-11-28 23:20:26 -05:00
parent 3cd54811de
commit b918192e4e
11608 changed files with 2644205 additions and 47 deletions

16
Config/README.md Normal file
View File

@@ -0,0 +1,16 @@
# 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.