You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When caravans attempt to spawn, 2 errors are thrown and no caravan spawns
Any, all, or none of the DLCs active
Version 1.4.3531
Harmony Lib 2.2.2.0, Mod 1.5.0.0
Start game with PokeWorld loaded and any combination of Vanilla Factions Expanded; Medieval, Settlers, or Vikings (other Factions do not produce this error)
Load a game, start a new game, or start a DevQuickTest
Wait for, or attempt to spawn using "Do Incident (Map)\TraderCaravanArrival", a trader caravan
The Trader Caravan fails to spawn and the following errors are placed in the log
Issue lies in "PawnGroupKindWorker_Trader_GenerateCarriers_Patch.cs"
Line 21 if (!PokeWorldSettings.OkforPokemon() || PokeWorldSettings.allowNPCPokemonPack == false)
Line 25 Else statement does not assign "kinds.RandomElementByWeight" which is requested by Line 33 "for (int j = 0; j < num; j++)" line 40 Else statement
When caravans attempt to spawn, 2 errors are thrown and no caravan spawns
Any, all, or none of the DLCs active
Version 1.4.3531
Harmony Lib 2.2.2.0, Mod 1.5.0.0
Start game with PokeWorld loaded and any combination of Vanilla Factions Expanded; Medieval, Settlers, or Vikings (other Factions do not produce this error)
Load a game, start a new game, or start a DevQuickTest
Wait for, or attempt to spawn using "Do Incident (Map)\TraderCaravanArrival", a trader caravan
The Trader Caravan fails to spawn and the following errors are placed in the log
https://gist.github.com/Ltserb/4bd541eac17e81277d0136d8e4d02fa4
Reading comments and discussions, this appears to have been occurring since at least the beginning of the year with no official bug report submitted
The text was updated successfully, but these errors were encountered: