Skip to content

Instantly share code, notes, and snippets.

@jpylypiw
Created December 28, 2017 09:14
Show Gist options
  • Save jpylypiw/f551f98ac05280e58aae18dadddb6287 to your computer and use it in GitHub Desktop.
Save jpylypiw/f551f98ac05280e58aae18dadddb6287 to your computer and use it in GitHub Desktop.
The Isle Game.ini
[/script/theisle.igamesession]
ServerName=xxx
ServerPassword=
ServerSteamGroup=
ServerMOTD=Hi There :3
bFamilySharing=false
bServerDatabase=true
bServerAllowChat=true
bServerGlobalChat=true
bServerNameTags=true
bServerExperimental=false
bServerBattleye=true
bServerAI=true
ServerAIMax=100
ServerAIRate=50.0
bServerAIPlayerSpawns=true
bServerGrowth=false
bServerNesting=true
bServerScent=false
bServerAllowTurnInPlace=true
ServerDeadBodyTime=0
ServerRespawnTime=10
ServerLogoutTime=10
; Discord Invite link eg ServerDiscord=0lGZKDGlkAu0fHGl
ServerDiscord=xxx
ServerAdmins=123
ServerAdmins=456
[/script/theisle.igamemode]
; Dinosaur Overrides
;ProgressionOverrides=(Row="Austro",Points=10)
;ProgressionOverrides=(Row="TRex",Points=20)
; Time of Day / Weather Settings
ServerStartingTime=1350
bServerDynamicTimeOfDay=0
ServerDayLength=20
; Supported Database Types: (None, SQLite, MariaDB)
;DatabaseType=SQLite
;DatabaseHost=127.0.0.127
;DatabasePort=3306
;DatabaseUser=root
;DatabasePass=
@menix1337
Copy link

Hi by any chance would you know why AI´s are not spawning ? Im using that config playing like 15 minutes and cant hear any AI at all..

You cannot change or adjust AI in Legacy.
The AI in Game.ini will NOT reflect ingame, as its used by a earlier system of AI - The commands aren't removed though

@Dejvi1
Copy link

Dejvi1 commented Feb 12, 2023

yeah i found that the issue was on my side.. :D i forgot to close this ticket .. anyway thanks for reply

@KratosDerToten
Copy link

Hello, looking at the pervious comments I take it that the ai lines are for evrima? Is it possible that they are outdated?
And also, to have the ai lines working, do we have to have the bServerExperimental as well?

@Soff-X
Copy link

Soff-X commented May 18, 2024

bServerDatabase=true
[/script/theisle.igamemode]
DatabaseType=MariaDB
DatabaseHost=127.0.0.1
DatabasePort=3306
DatabaseUser=root
DatabasePass=psswd

After setting it up like this, I will still use the local file

@menix1337
Copy link

bServerDatabase=true [/script/theisle.igamemode] DatabaseType=MariaDB DatabaseHost=127.0.0.1 DatabasePort=3306 DatabaseUser=root DatabasePass=psswd

After setting it up like this, I will still use the local file

Depricated feature, only supports local database json files - as you have already. Likewise you cannot adjust AI settings besides turning them on and off.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment