diff --git a/v-rising.kvp b/v-rising.kvp index 9d6cf0fc0..fb6faadc7 100644 --- a/v-rising.kvp +++ b/v-rising.kvp @@ -9,7 +9,7 @@ Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.Ports.$Applicatio Meta.ConfigManifest=v-risingconfig.json Meta.MetaConfigManifest=v-risingmetaconfig.json Meta.ConfigRoot=v-rising.kvp -Meta.MinAMPVersion=2.5.0.4 +Meta.MinAMPVersion=2.7.2.4 Meta.SpecificDockerImage=cubecoders/ampbase:wine-stable Meta.DockerRequired=False Meta.ContainerPolicy=SupportedOnWindows, RecommendedOnLinux diff --git a/v-risingconfig.json b/v-risingconfig.json index 68f73b555..cce043fd9 100644 --- a/v-risingconfig.json +++ b/v-risingconfig.json @@ -2094,6 +2094,20 @@ "EnumValues": {}, "Hidden": true }, + { + "DisplayName": "API Port", + "Category": "V Rising - Host Settings", + "Description": "TCP port for API features", + "Keywords": "", + "FieldName": "$APIPort", + "InputType": "number", + "IsFlagArgument": false, + "ParamFieldName": "API.BindPort", + "IncludeInCommandLine": false, + "DefaultValue": "", + "EnumValues": {}, + "Hidden": true + }, { "DisplayName": "RCON Port", "Category": "V Rising:stadia_controller", diff --git a/v-risingports.json b/v-risingports.json index 010961e1e..7c4867edb 100644 --- a/v-risingports.json +++ b/v-risingports.json @@ -19,6 +19,16 @@ "Description": "Steam Query Port", "ChildPorts": null }, + { + "Protocol": "TCP", + "Port": 9090, + "Offset": 0, + "Range": 1, + "Ref": "APIPort", + "Name": "API Port", + "Description": "API Port", + "ChildPorts": null + }, { "Protocol": "TCP", "Port": 25575, @@ -29,4 +39,4 @@ "Description": "RCON Connection Port", "ChildPorts": null } -] \ No newline at end of file +]