The Isle (EVRIMA): add new human character setting (#268)

This commit is contained in:
Greelan 2023-01-01 10:49:26 +11:00 committed by GitHub
parent 0efa1ee8be
commit d421d1b8f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View File

@ -165,5 +165,21 @@
"False":"false",
"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"
}
}
]
]

View File

@ -10,6 +10,7 @@ bLocalIsSpeciesOnly=true
LocalChatRange=20000.f
bQueueEnabled=true
QueuePort=10000
bEnableHumans=false
[/Script/Engine.GameSession]
MaxPlayers=50