Path of Titans: RCON and settings updates (#448)
This commit is contained in:
parent
0f4b6aa79b
commit
0816461fd6
@ -36,7 +36,7 @@ App.HasReadableConsole=True
|
||||
App.SupportsLiveSettingsChanges=False
|
||||
App.LiveSettingChangeCommandFormat=set {0} "{1}"
|
||||
App.ApplicationIPBinding=0.0.0.0
|
||||
App.Ports=[{"Protocol":"UDP","Port":7777,"Ref":"GamePort","Name":"Game Port","Description":"Port for game traffic"},{"Protocol":"Both","Port":7778,"Ref":"ReservedPort","Name":"Reserved Port","Description":"Reserved port"},{"Protocol":"TCP","Port":7779,"Ref":"RCONPort","Name":"RCON Port","Description":"Port for RCON traffic"},{"Protocol":"Both","Port":7780,"Ref":"StatsPort","Name":"Stats Port","Description":"Port for stats traffic"},{"Protocol":"UDP","Port":7781,"Ref":"QueryPort","Name":"Query Port","Description":"Port for query traffic"}]
|
||||
App.Ports=[{"Protocol":"UDP","Port":7777,"Ref":"GamePort","Name":"Game Port","Description":"Port for game traffic"},{"Protocol":"Both","Port":7778,"Ref":"ReservedPort","Name":"Reserved Port","Description":"Reserved port"},{"Protocol":"Both","Port":7779,"Ref":"RCONPort","Name":"RCON Port","Description":"Port for RCON traffic"},{"Protocol":"Both","Port":7780,"Ref":"StatsPort","Name":"Stats Port","Description":"Port for stats traffic"},{"Protocol":"UDP","Port":7781,"Ref":"QueryPort","Name":"Query Port","Description":"Port for query traffic"}]
|
||||
App.AdminPortRef=RCONPort
|
||||
App.PrimaryApplicationPortRef=GamePort
|
||||
App.UniversalSleepApplicationUDPPortRef=GamePort
|
||||
|
@ -145,14 +145,14 @@
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable Easy Anti-Cheat",
|
||||
"DisplayName":"Enable BattlEye Anti-Cheat",
|
||||
"Category":"POT Server Settings",
|
||||
"Description":"If set, enables Easy Anti-Cheat (EAC)",
|
||||
"Keywords":"easy,anti,cheat,eac",
|
||||
"FieldName":"EasyAntiCheatbEnabled",
|
||||
"Description":"If set, enables BattlEye Anti-Cheat",
|
||||
"Keywords":"battleye,anti,cheat",
|
||||
"FieldName":"BattlEyeAntiCheatbEnabled",
|
||||
"InputType":"checkbox",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ini:Game:[EasyAntiCheat]:bEnabled",
|
||||
"ParamFieldName":"ini:Game:[BattlEye]:bEnabled",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"true",
|
||||
"EnumValues":{
|
||||
@ -973,6 +973,70 @@
|
||||
"Suffix":"seconds",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable Rewards Limit",
|
||||
"Category":"POT Gameplay Settings",
|
||||
"Description":"If set, rewards will be limited to the amount set under Rewards Limit",
|
||||
"Keywords":"rewards,limit,maximum,benablemaxunclaimedrewards",
|
||||
"FieldName":"bEnableMaxUnclaimedRewards",
|
||||
"InputType":"checkbox",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ini:Game:[/Script/PathOfTitans.IGameSession]:bEnableMaxUnclaimedRewards",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"false",
|
||||
"EnumValues":{
|
||||
"False":"false",
|
||||
"True":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Rewards Limit",
|
||||
"Category":"POT Gameplay Settings",
|
||||
"Description":"Sets the maximum amount of rewards allowed. Requires Enable Rewards Limit to be set",
|
||||
"Keywords":"rewards,limit,maximum,maxunclaimedrewards",
|
||||
"FieldName":"MaxUnclaimedRewards",
|
||||
"InputType":"number",
|
||||
"MinValue":"0",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ini:Game:[/Script/PathOfTitans.IGameSession]:MaxUnclaimedRewards",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"",
|
||||
"Placeholder":"",
|
||||
"Suffix":"rewards",
|
||||
"EnumValues":{}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Enable Quest Loss On Death",
|
||||
"Category":"POT Gameplay Settings",
|
||||
"Description":"If enabled, unclaimed quests will be lost on death",
|
||||
"Keywords":"unclaimed,quest,loss,death,bloseunclaimedquestsondeath",
|
||||
"FieldName":"bLoseUnclaimedQuestsOnDeath",
|
||||
"InputType":"checkbox",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ini:Game:[/Script/PathOfTitans.IGameSession]:bLoseUnclaimedQuestsOnDeath",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"false",
|
||||
"EnumValues":{
|
||||
"False":"false",
|
||||
"True":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Allow Item Collection Within POI Only",
|
||||
"Category":"POT Gameplay Settings",
|
||||
"Description":"If set, items must be collected within a POI",
|
||||
"Keywords":"item,collection,collect,poi,bmustcollectitemswithinpoi",
|
||||
"FieldName":"bMustCollectItemsWithinPOI",
|
||||
"InputType":"checkbox",
|
||||
"IsFlagArgument":false,
|
||||
"ParamFieldName":"ini:Game:[/Script/PathOfTitans.IGameSession]:bMustCollectItemsWithinPOI",
|
||||
"IncludeInCommandLine":true,
|
||||
"DefaultValue":"false",
|
||||
"EnumValues":{
|
||||
"False":"false",
|
||||
"True":"true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"DisplayName":"Allow Growth Loss",
|
||||
"Category":"POT Gameplay Settings",
|
||||
|
Loading…
Reference in New Issue
Block a user