Added metaconfig

Created the settings needed for the metaconfig file. Added web management.  Only server start regex included due to only having player join regex otherwise. This would cause the player count to be off and there is no chat message either.

Console still has no output in Windows based on the above referenced issue.
This commit is contained in:
James Manker
2022-02-19 13:15:00 -06:00
parent 1ddc53cf4c
commit 4f9487eaa8
3 changed files with 199 additions and 18 deletions

View File

@@ -0,0 +1,11 @@
[
{
"ConfigFile": "./KFGame/Config/PCServer-KFGame.ini",
"AutoMap": true,
"ConfigType": "ini"
},{
"ConfigFile": "./KFGame/Config/KFWeb.ini",
"AutoMap": true,
"ConfigType": "ini"
}
]