I have some weird logs when starting server. I was trying to make mods working and even tho they’re disabled I can see this error every time I start the server:
[2018.06.04-09.44.03:146][ 0]Dreamworld:Display: CreateBackup: database C:\SteamCmd\steamapps\common\Conan Exiles Dedicated Server\ConanSandbox\Saved\game.db backup complete.
[2018.06.04-09.44.03:839][ 0]Main:Display: Creating ServiceActors for "/Game/Maps/ConanSandbox/ConanSandbox.ConanSandbox:PersistentLevel.BaseGameState_C_0"...
[2018.06.04-09.44.03:840][ 0]Main:Display: Registered service actor "/Game/Systems/Combat/ComboSystem/BP_ComboRulesLookup.BP_ComboRulesLookup_C" with interface "/Game/Systems/Combat/ComboSystem/BP_ComboRulesLookupInterface.BP_ComboRulesLookupInterface_C".
[2018.06.04-09.44.03:841][ 0]Audio:Display: Not creating SoundStage: Running on dedicated server.
[2018.06.04-09.44.03:845][ 0]LogWorld: Bringing up level for play took: 5.780778
[2018.06.04-09.44.03:895][ 0]LogMemory:Display: Entered application state 'StartPlay'.
[2018.06.04-09.44.03:895][ 0]LogGameMode:Display: Match State Changed from EnteringMap to WaitingToStart
[2018.06.04-09.44.03:902][ 0]LogGameState: Match State Changed from EnteringMap to WaitingToStart
[2018.06.04-09.44.03:902][ 0]LogGameMode:Display: Match State Changed from WaitingToStart to InProgress
[2018.06.04-09.44.03:956][ 0]Persistence: Loading/Spawning active mod controllers, #2 expected
[2018.06.04-09.44.03:971][ 0]LogStreaming:Error: Couldn't find file for package /Game/Mods/CharEditLite/CEL_MC requested by async loading code. NameToLoad: /Game/Mods/CharEditLite/CEL_MC
[2018.06.04-09.44.03:971][ 0]LogStreaming:Error: Found 0 dependent packages...
[2018.06.04-09.44.03:972][ 0]LogStreaming:Error: Couldn't find file for package /Game/Mods/Skimpyt/BP-mod requested by async loading code. NameToLoad: /Game/Mods/Skimpyt/BP-mod
[2018.06.04-09.44.03:972][ 0]LogStreaming:Error: Found 0 dependent packages...
[2018.06.04-09.44.03:973][ 0]LogStreaming:Error: Couldn't find file for package /Game/Mods/containersizex2/ModController requested by async loading code. NameToLoad: /Game/Mods/containersizex2/ModController
[2018.06.04-09.44.03:981][ 0]LogStreaming:Error: Found 0 dependent packages...
[2018.06.04-09.44.03:984][ 0]LogStreaming:Error: Couldn't find file for package /Game/Mods/ArmorWeight50%/ArmorController requested by async loading code. NameToLoad: /Game/Mods/ArmorWeight50%/ArmorController
[2018.06.04-09.44.03:984][ 0]LogStreaming:Error: Found 0 dependent packages...
[2018.06.04-09.44.03:985][ 0]LogStreaming:Error: Couldn't find file for package /Game/Mods/KerozardsParagonLeveling/bp_ModController requested by async loading code. NameToLoad: /Game/Mods/KerozardsParagonLeveling/bp_ModController
[2018.06.04-09.44.03:990][ 0]LogStreaming:Error: Found 0 dependent packages...
[2018.06.04-09.44.03:995][ 0]Persistence: Loading mod controller: BP_ConanArmor_DLC_ModController_C
[2018.06.04-09.44.03:999][ 0]Persistence: Loading mod controller: BP_ConanSword_DLC_ModController_C
[2018.06.04-09.44.04:009][ 0]LogMemory:Display: Entered application state 'MatchStarting'.
[2018.06.04-09.44.04:173][ 0]LogPakFile: New pak file ../../../ConanSandbox/Content/Paks/Developers.pak added to pak precacher.
are the mods somehow stuck in the server now? Also how can I make them work? I tried to add mods folder to ConanSandbox/Mods
I’ve added Modlist.txt with *modfile.pak on each line, but the server never started. What I’m doing wrong?
example of Modlist.txt:
*containersizex2.pak
*project_building_mod.pak
*ArmorWeight50%.pak
mod files were in the same folder as modlist (ConanSandbox/Mods)