Wreckfest: add template

This commit is contained in:
Greelan
2022-07-09 20:41:23 +10:00
parent 01d405e4d7
commit 8b5b9d862b
3 changed files with 671 additions and 0 deletions

8
wreckfestmetaconfig.json Normal file
View File

@@ -0,0 +1,8 @@
[
{
"ConfigFile":"server_config.cfg",
"AutoMap":true,
"ConfigType":"kvp",
"ConfigFormatRegex":"^#?(?<key>[^\\s]+?)=(?<value>.*?)$"
}
]