rrealmuto
rrealmuto
> I think the magic jars in those chests in shadow/spirit will put magic jars into the default item pool, which is what I disagree with, since they're normally blue...
Specifically, when you start with Ice Arrows, the starting_items collection in the Distribution object does not get updated. Then when building the item pool, Ice Arrows/Blue Fire Arrows are properly...
a simple fix might be to resolve the item name based on the settings prior to the calls to `add_starting_item_with_ammo` Probably want to do this in both `configure_effective_starting_items` and in...
> The changes to override keys will require changes to the co-op context. So I'm assuming that on the game's side, all that needs to happen is incrementing the COOP_VERSION...
Now that wonderitems is merged I've rebased this and will start incorporating the changes identified here
So the last commit here isn't up on my branch, and likely what caused the crash. I'll test tonight and depending on what's going on, might just revert that last...
Next thing you know you'll pick up the item from the pot and get teleported to ganon 🤔
That should hopefully fix it
Haha I have a check in the patcher, but it was checking the wrong size (which is currently hard-coded into patches.py, and I probably copied that block over from my...
Doing some more testing and found that the alt overrides are still a bit broken. The table itself is fine but some scenes aren't using it correctly. Looking into a...