Skip to content
Draft
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
14 changes: 14 additions & 0 deletions v-risingconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -1820,6 +1820,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 - Host Settings",
Expand Down
10 changes: 10 additions & 0 deletions 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 Down