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:
11
killing-floor-2metaconfig.json
Normal file
11
killing-floor-2metaconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"ConfigFile": "./KFGame/Config/PCServer-KFGame.ini",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "ini"
|
||||
},{
|
||||
"ConfigFile": "./KFGame/Config/KFWeb.ini",
|
||||
"AutoMap": true,
|
||||
"ConfigType": "ini"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user