ThinkInvis / RoR2-TinkersSatchel

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

All Items Fail To Load #6

Closed VaelophisNyx closed 3 years ago

VaelophisNyx commented 3 years ago

Describe the Bug

This mod causes all items to cease to exist. command interfaces have no items in them, and chests will never spawn.

Console Log

Will upload log file in a little bit; have to reinstall and run a session to regenerate a log with this mod.

Additional Context

this does occur with 47 other mods, including Classic Items, installed; however only this one causes any issues when installed.

VaelophisNyx commented 3 years ago

Never mind? Removing and re-adding the mod (not redownloaded) seems to have cause this to...resolve itself?

VaelophisNyx commented 3 years ago

I was wrong actually. It seems to be inconsistent, rather than constant. LogOutput.log

VaelophisNyx commented 3 years ago

further investigation shows it doesn't matter if this is installed...so...Hmm (did still have Classic Items though) Could maybe be issues with the dependency library?

VaelophisNyx commented 3 years ago

Yeah this is VERY inconsistent. Just got a command essence with about 12 assorted white items. Followed by one with all of them!

VaelophisNyx commented 3 years ago

wonder if this is actually Monster Variants Plus, instead.

ThinkInvis commented 3 years ago

I haven't seen this bug yet myself. I have noticed -- with a sample size of 1, so take this with a grain of salt -- that Command droplets may respect the item restrictions (e.g. damage chest only drops damage items) of their original source now.

VaelophisNyx commented 3 years ago

seems someone else ran into this it appears to actually be Classic Items causing it, as that's a common denominator between this and that report.

ThinkInvis commented 3 years ago

It's an issue with R2API.ItemAPI and/or .ItemDropAPI. Any mod that so much as loads whichever one is broken will cause various Command artifact issues, and possibly others.

ThinkInvis commented 3 years ago

Fixed in recent versions of R2API, and in TILER2 v4.0.6 (which no longer uses ItemDropAPI).