4f9487eaa8
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.
12 lines
212 B
JSON
12 lines
212 B
JSON
[
|
|
{
|
|
"ConfigFile": "./KFGame/Config/PCServer-KFGame.ini",
|
|
"AutoMap": true,
|
|
"ConfigType": "ini"
|
|
},{
|
|
"ConfigFile": "./KFGame/Config/KFWeb.ini",
|
|
"AutoMap": true,
|
|
"ConfigType": "ini"
|
|
}
|
|
]
|