Add Killing Floor 2 (draft)

This is the beginning of the Killing Floor 2 config. It needs further settings added before release, but currently runs and can set the starting map.

Known issues:
The console does not connect as this starts a separate process.
Cannot add all ports needed due to 3 port limitation: https://github.com/CubeCoders/AMP/issues/582
This commit is contained in:
James Manker
2022-02-17 20:47:43 -06:00
parent 8e7a7bc278
commit 1ddc53cf4c
2 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,85 @@
[
{
"DisplayName": "Starting Map",
"Category": "Server Config",
"Description": "Set the server's starting map. Not all game modes work with all maps.",
"Keywords": "Map",
"FieldName": "Map",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "Map",
"IncludeInCommandLine": false,
"DefaultValue": "KF-Bioticslab",
"EnumValues": {
"KF-Airship": "Airship",
"KF-AshwoodAsylum": "Ashwood Asylum",
"KF-Biolapse": "Biolapse",
"KF-Bioticslab": "Biotics Lab",
"KF-BlackForest": "Black Forest",
"KF-BurningParis": "Burning Paris",
"KF-CarillonHamlet": "Carillon Hamlet",
"KF-Catacombs": "Catacombs",
"KF-ContainmentStation": "Containment Station",
"KF-Desolation": "Desolation",
"KF-DieSector": "DieSector",
"KF-Dystopia2029": "Dystopia 2029",
"KF-Elysium": "Elysium",
"KF-EvacuationPoint": "Evacuation Point",
"KF-Farmhouse": "Farmhouse",
"KF-HellmarkStation": "Hellmark Station",
"KF-HostileGrounds": "Hostile Grounds",
"KF-InfernalRealm": "Infernal Realm",
"KF-KrampusLair": "Krampus Lair",
"KF-Lockdown": "Lockdown",
"KF-MonsterBall": "Monster Ball",
"KF-Moonbase": "Moonbase",
"KF-Netherhold": "Netherhold",
"KF-Nightmare": "Nightmare",
"KF-Nuked": "Nuked",
"KF-Outpost": "Outpost",
"KF-PowerCore_Holdout": "Power Core Holdout",
"KF-Prison": "Prison",
"KF-Sanitarium": "Sanitarium",
"KF-Santasworkshop": "Santa's Workshop",
"KF-ShoppingSpree": "Shopping Spree",
"KF-Spillway": "Spillway",
"KF-SteamFortress": "Steam Fortress",
"KF-TheDescent": "The Descent",
"KF-TragicKingdom": "Tragic Kingdom",
"KF-VolterManor": "Volter Manor",
"KF-ZedLanding": "ZedLanding"
}
},
{
"DisplayName": "Starting Game Mode",
"Category": "Server Config",
"Description": "Set the server's starting game mode. Not all game modes work with all maps.",
"Keywords": "Game,mode",
"FieldName": "Game",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "Game",
"IncludeInCommandLine": false,
"DefaultValue": "KFGameContent.KFGameInfo_Survival",
"EnumValues": {
"KFGameContent.KFGameInfo_Survival": "Survival",
"KFGameContent.KFGameInfo_WeeklySurvival": "Weekly",
"KFGameContent.KFGameInfo_VersusSurvival": "Versus",
"KFGameContent.KFGameInfo_Endless": "Endless",
"KFGameContent.KFGameInfo_Objective": "Objective"
}
},
{
"DisplayName": "Max Players",
"Category": "Server Config",
"Description": "Set server maximum amount of players",
"Keywords": "Max,Users,players",
"FieldName": "$MaxUsers",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "maxplayers",
"IncludeInCommandLine": false,
"DefaultValue": "12",
"EnumValues": {}
},
]