Closed Gnightz closed 1 year ago
This bug with indexing has been officially fixed in the game files approx. 1 month ago. BBG should no longer change this file (if this was the only reason).
Yes I closed the related PR in February but did not close the issue. Thank you !
Context Hi there! I often play alone with both BBG and CQUI enabled. I don't know if you care about not conflicting with some other frequently used mods, but here i describe a conflict that can be solved by modifying a bit the load order.
Describe the bug If using CQUI along with BBG (github), Trade Route Panel wont open.
Root cause This is because both mods overrides tradesupport.lua and BBG override wins, though BBG just do a minor bug fix :
To Reproduce Steps to reproduce the behavior:
Expected behavior The Trade Route Panel should open
Suggested solution Add an explicit loadOrder of 1 while importing the TradeSupport.lua file. (BBG has no loadOrder for this file, eg 0)
Thank to all contributors!