Add 7 Days to Die Generic (#112)

* Add 7 Days to Die Generic

This is the draft of the 7 Days to Die generic config. This is not thoroughly tested yet, and not tried on Linux at all. I believe most everything works as expected including UMOD in Windows though.

Known Issues:
1. No Telnet connection due to related feature request: https://github.com/CubeCoders/AMP/issues/623
2. No FPS Status - This is not currently possible with Generic

* Multiple changes

-Fix Telnet
-Move Update Stages to separate file
-Setup for pre-20.4 config file option

* Fix my dummy mistakes

It's better now. It's much better now.

* Update Join Regex

This accounts for the old or new version's regex so it should work on any version.

* Move Update Settings

Moved the Release Stream and UMOD to the SteamCMD and Updates tab.
This commit is contained in:
IceOfWraith
2022-06-06 01:14:53 +00:00
committed by GitHub
parent 1664b5d510
commit a7f8663ff0
4 changed files with 1263 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[
{
"ConfigFile": "./serverconfig.xml",
"AutoMap": true,
"ConfigType": "xml"
},
{
"ConfigFile": "./serverconfigpre204.xml",
"AutoMap": true,
"ConfigType": "xml"
}
]