From cb034e545eb589f3407ad7a34e6a26b56d27eb14 Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Sat, 9 May 2026 03:56:37 -0500 Subject: [PATCH 1/4] Update MinAMPVersion from 2.5.0.4 to 2.7.2.4 --- v-rising.kvp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From fe1ed65cf60cc5bc07a3dcfa96c9892fdb29dcce Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Sat, 9 May 2026 03:59:04 -0500 Subject: [PATCH 2/4] Add API Port configuration to v-risingports.json --- v-risingports.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/v-risingports.json b/v-risingports.json index 010961e1e..d2ab59cde 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, @@ -28,5 +38,6 @@ "Name": "RCON Port", "Description": "RCON Connection Port", "ChildPorts": null - } -] \ No newline at end of file + }, + +] From 519f5eaba859fdfaf571010a2406d31cdd0fbf6b Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Sat, 9 May 2026 03:59:43 -0500 Subject: [PATCH 3/4] Add API Port configuration to v-risingconfig.json --- v-risingconfig.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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", From 843a064391a5f5abbba8737f7878f6f5cdc5b9fe Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Sat, 9 May 2026 04:01:17 -0500 Subject: [PATCH 4/4] Fix JSON formatting by removing extra newline --- v-risingports.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v-risingports.json b/v-risingports.json index d2ab59cde..7c4867edb 100644 --- a/v-risingports.json +++ b/v-risingports.json @@ -38,6 +38,5 @@ "Name": "RCON Port", "Description": "RCON Connection Port", "ChildPorts": null - }, - + } ]