The Isle (EVRIMA): add new human character setting (#268)
This commit is contained in:
parent
0efa1ee8be
commit
d421d1b8f6
@ -165,5 +165,21 @@
|
|||||||
"False":"false",
|
"False":"false",
|
||||||
"True":"true"
|
"True":"true"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DisplayName":"Enable Humans",
|
||||||
|
"Category":"Server Settings",
|
||||||
|
"Description":"If set, human characters will be enabled on the server",
|
||||||
|
"Keywords":"human,characters",
|
||||||
|
"FieldName":"bEnableHumans",
|
||||||
|
"InputType":"checkbox",
|
||||||
|
"IsFlagArgument":false,
|
||||||
|
"ParamFieldName":"/Script/TheIsle.TIGameSession.bEnableHumans",
|
||||||
|
"IncludeInCommandLine":false,
|
||||||
|
"DefaultValue":"false",
|
||||||
|
"EnumValues":{
|
||||||
|
"False":"false",
|
||||||
|
"True":"true"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -10,6 +10,7 @@ bLocalIsSpeciesOnly=true
|
|||||||
LocalChatRange=20000.f
|
LocalChatRange=20000.f
|
||||||
bQueueEnabled=true
|
bQueueEnabled=true
|
||||||
QueuePort=10000
|
QueuePort=10000
|
||||||
|
bEnableHumans=false
|
||||||
|
|
||||||
[/Script/Engine.GameSession]
|
[/Script/Engine.GameSession]
|
||||||
MaxPlayers=50
|
MaxPlayers=50
|
||||||
|
Loading…
Reference in New Issue
Block a user