kking117 / RoR2-kking117Mods

Mods I've worked on for Risk of Rain 2.
1 stars 1 forks source link

[ItemPoolLimiter] Incompatibility with the FW_Artifacts mod #1

Closed MightyW0lf closed 3 years ago

MightyW0lf commented 3 years ago

The ItemPoolLimiter doesn't work with the FW_Artifacts mod. No artifact from that mod needs to be activated, having the mod installed along with the ItemPoolLimiter mod is enough.

Demonstration video - see LogOutput.log for configured limitations which don't get applied in the video.

Mods installed:

RyanPallesen commented 3 years ago

Calling the following breaks your mod:

Run.instance.BuildDropTable();

                    typeof(PickupTransmutationManager).GetMethod("RebuildPickupGroups", BindingFlags.NonPublic | BindingFlags.Static).Invoke(null, new object[0]);

                    is fixed in latest release of fw_artifacts.
kking117 commented 3 years ago

I will hopefully fix this in the next update.

MightyW0lf commented 3 years ago

Looks like it's fixed!