FunkFrog / ShareSuite

Risk of Rain 2 Item, Money, & Equipment sharing mod build upon BepInEx
https://thunderstore.io/package/FunkFrog-and-Sipondo/ShareSuite/
GNU General Public License v3.0
40 stars 26 forks source link

Other person gains double items when item collector gains one item instead #8

Closed Beanlord002 closed 5 years ago

Beanlord002 commented 5 years ago

When playing an online private game with one other person, if one of us picks up an item, the other picks up two of that item rather than one. This occurs for all item rarities. Our configs are both the same:


[Balance]

Toggles item sharing for specifically the Queen's Gland (reduces possible lag). QueensGlandsShared = true

Toggles 3D printer and Cauldron item dupe fix by giving the item directly instead of dropping it on the ground. PrinterCauldronFix = true

Toggles override of the scalar of interactables (chests, shrines, etc) that spawn in the world to your configured credit. DisablePlayerScaling = true

If player scaling via this mod is enabled, the amount of players the game should think are playing in terms of chest spawns. InteractablesCredit = 1

Toggles override of the scalar of boss loot drops to your configured balance. DisableBossLootScaling = false

Toggles item sharing for dead players. DeadPlayersGetItems = true

[Settings]

Toggles mod. ModEnabled = true

Toggles money sharing. MoneyShared = false

Modifies player count used in calculations of gold earned when money sharing is on. MoneyScalar = 1

Toggles item sharing for common items. WhiteItemsShared = true

Toggles item sharing for rare items. GreenItemsShared = true

Toggles item sharing for legendary items. RedItemsShared = true

Toggles item sharing for Lunar items. LunarItemsShared = true

Toggles item sharing for boss items. BossItemsShared = true

Specifies the amount of boss items dropped when boss drop override is true. BossLootCredit = 1

Items (by index) that you do not want to share, comma seperated. Please find the item indices at: https://github.com/risk-of-thunder/R2Wiki/wiki/Item-Equipment-names ItemBlacklist =


image

We have both used a cauldron, but generally the other person gaining double items occurred during every pick up, even if it's not shown here.

Feel free to ask for any further information that would help diagnose the problem if necessary, thanks

Beanlord002 commented 5 years ago

It was just a mod interaction in the end

Sipondo commented 5 years ago

Which mod interaction?

Beanlord002 commented 5 years ago

It was a different shared item mod that instead of being in the plugins folder, replaced the assembly-csharp file, so it stacked with your shared item mod. It works really well now we've replaced the original file, so it's not a bug or anything, I should have been more specific.

Sipondo commented 5 years ago

dw, cheers :)