The Isle Configuration Variables Explained

Here is a list of The Isle Configuration Variables. And a slight explanation of their purpose or use in the server and operations of The Isle Game Server.

[/Script/Engine.GameSession]
MaxPlayers=50 # Maximum number of players allowed on the server.
ServerName="My Isle Server" # The server name as it appears in the server browser.
ServerPassword="" # Password for the server (if any).
ServerAdminPassword="adminpass" # Administrator password for server commands.

[/Script/IsleGame.IsleGameMode]
GameDifficulty=1 # Difficulty level (0 = Easy, 1 = Medium, 2 = Hard).
GameTimeMultiplier=1.0 # Time multiplier (how fast time passes in-game).
DayNightCycleSpeed=1.0 # Speed of the day-night cycle.

[/Script/IsleGame.IslePlayer]
bAllowThirdPerson=True # Whether third-person view is allowed.
bEnablePvP=True # Enables/disables player versus player combat.

[/Script/IsleGame.IsleDinosaurAI]
bEnableAI=True # Enable or disable AI dinosaurs.
AIDifficulty=2 # AI dinosaur difficulty (1 = Easy, 2 = Medium, 3 = Hard).
AIPopulationDensity=0.5 # Determines the density of AI dinosaurs on the map.

[/Script/Engine.GameNetworkManager]
MaxTickRate=30 # Maximum tick rate of the server.

[ServerSettings]
MapCycle=(Maps=("TheIsleMap")) # Specify the map(s) to be used.

[/Script/Engine.Player]
NetServerMaxTickRate=30 # Maximum network tick rate.

[/Script/IsleGame.IsleWeatherSystem]
bDynamicWeather=True # Enable dynamic weather on the server.
RainChance=0.3 # Probability of rain during the game.
DayLength=60 # Length of the in-game day in minutes.
NightLength=30 # Length of the in-game night in minutes.

[LogSettings]
EnableLogging=True # Enable logging for server activities.
LogLevel=Info # Log level (Info, Warning, Error).

[GrowthSettings]
GrowthRate=1.0 # The rate at which characters grow.
 
Top