Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v-rising.kvp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions v-risingconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 11 additions & 1 deletion v-risingports.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -29,4 +39,4 @@
"Description": "RCON Connection Port",
"ChildPorts": null
}
]
]