Add Hurtworld (#114)

* Initial commit

* Initial commit

* Final updates

Remove structurecomplexitylimit and spawncooldown settings as they throw errors. No idea why

Remove enablesharedenvironment (deprecated setting)

Update for new ports system
This commit is contained in:
Greelan
2022-05-28 09:01:02 +10:00
committed by GitHub
parent 6eb5cccb13
commit ed34adccfe
3 changed files with 449 additions and 0 deletions

9
hurtworldmetaconfig.json Normal file
View File

@@ -0,0 +1,9 @@
[
{
"ConfigFile":"autoexec.cfg",
"AutoMap":true,
"ConfigType":"kvp",
"ConfigFormat":"{0} {1}",
"ConfigFormatRegex":"^(?<key>.+?) (?<value>.*?)$"
}
]