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
GameDataListMerger looks like it does not insert new Bool64bitKey entries in sorted order, but instead at the very end of the array, which makes whatever is tied to said entries respawn forever, because the game does a binary search on this array.
Before TKMM:
After TKMM:
The text was updated successfully, but these errors were encountered:
ArchLeaders
added
waiting
Waiting for external project updates
test
Something already implemented that needs to be tested before release
and removed
waiting
Waiting for external project updates
labels
Dec 2, 2024
ArchLeaders
changed the title
Bool64bitKey entries are not sorted in merged GameDataList
[Test] Bool64bitKey entries are not sorted in merged GameDataList
Dec 5, 2024
GameDataListMerger looks like it does not insert new Bool64bitKey entries in sorted order, but instead at the very end of the array, which makes whatever is tied to said entries respawn forever, because the game does a binary search on this array.
Before TKMM:
After TKMM:
The text was updated successfully, but these errors were encountered: