BUILD YOUR OWN WORLD Like what you see? Become the Master of your own Universe!

Remove these ads. Join the Worldbuilders Guild

Setting up ini files

In order to speed up loading, it's best to turn off useless logging on the client side. Without doing this, the client (withour mods) usually write about five million identical lines one by one and mods take 10 to 20 minutes to load after logging in. If you get that, here's how to fix it.   Close the game first.   In steam, from the list of game right conan exiles, choose "Manage" and "browse local files:   You will see a listing something like this:  
  Double click to go into the ConanSandbox directory:  
  Then into Config:  
  Then into the only directory that's there:  
  Then open Engine.ini and add at the end:  
[Core.Log]
LogStreaming=All off
LogStreaming=Warning off
LogScriptCore=Warning off
Gamecode_AI=all off
Gamecode_NPC=all off
Gamecode_Effects=all off
SmokeTest=all off
LogCook=Warning off
LogSavePackage=Warning off
LogPackageDependencyInfo=Warning off
LogTexture=Warning off
  Save those and restart the game, and you should be up to date

Remove these ads. Join the Worldbuilders Guild

Comments

Please Login in order to comment!