ThinkInvis / RoR2-TinkersSatchel

A mod for Risk of Rain 2.
GNU General Public License v3.0
4 stars 4 forks source link

Mimic blacklist scrap please. #3

Closed kurosnow closed 4 years ago

kurosnow commented 4 years ago

Had two white scrap, two mimics, the mimics were copying the scrap, and hit a printer, the printer ate a bunch of items and printed out an item I couldn't take.

https://pastebin.com/A5n75FcW

ThinkInvis commented 4 years ago

Can't reproduce, and that error doesn't seem to be directly related to the given situation. This could possibly be another mod changing the ItemCatalog after it's been set up (which really shouldn't be done), or a mismatch in registered items between client and server (if this happened in multiplayer). A full console log would be more helpful.

ThinkInvis commented 4 years ago

This symptom will be fixed in the next TILER2 update (https://github.com/ThinkInvis/RoR2-TILER2/commit/df775c16625fb30ea1b3c33318e3398d1b6d83d5), but it's probably not the cause.

kurosnow commented 4 years ago

There was nothing else big in the log so it was a lot of spam with mostly NREs about enemies, but here it is if you want. https://pastebin.com/bLdC2T8J

The bug happened in single player.

ThinkInvis commented 4 years ago

Confirmed as a conflict between TILER2.FakeInventory and OrderedItems, and I think I see what's going wrong in the OrderedItems code. Either way, it's not an issue with TinkersSatchel specifically (Admiral can trigger it as well). Closing and referring to https://github.com/gog909/Ordered-Items/issues/2 for the time being.