diff --git a/theisle-evrimaconfig.json b/theisle-evrimaconfig.json index e2d4c29..1b34829 100644 --- a/theisle-evrimaconfig.json +++ b/theisle-evrimaconfig.json @@ -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" + } } -] \ No newline at end of file +] diff --git a/theisle-evrimagame.ini b/theisle-evrimagame.ini index c2c5a7c..460f959 100644 --- a/theisle-evrimagame.ini +++ b/theisle-evrimagame.ini @@ -10,6 +10,7 @@ bLocalIsSpeciesOnly=true LocalChatRange=20000.f bQueueEnabled=true QueuePort=10000 +bEnableHumans=false [/Script/Engine.GameSession] MaxPlayers=50