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
Using the existing default items in Delver, there are 5 groups of weapons (1-5) and 7 groups of armor items (1-7)
Create a Mod that add new weapons to groups 1, 2, 3, 4 and 5, and then add 1 armor type item to any of the armor groups that exists. If that item is placed in the groups 1-5 it appends correctly. If it's added to the group 6 or 7 it erases everything in that group.
Temporary BAD solution:
If you add an empty weapon group 6 and an empty weapon group 7, it solves the issue and now the armor item is added correctly.
(It's a bad solution because, apparently empty groups of items crash the game if the game is trying to pick an item from that group)
The text was updated successfully, but these errors were encountered:
Repro:
Using the existing default items in Delver, there are 5 groups of weapons (1-5) and 7 groups of armor items (1-7)
Temporary BAD solution:
If you add an empty weapon group 6 and an empty weapon group 7, it solves the issue and now the armor item is added correctly.
(It's a bad solution because, apparently empty groups of items crash the game if the game is trying to pick an item from that group)
The text was updated successfully, but these errors were encountered: