You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
One of the dev branches for zootr added the ability for single ocarina notes(the five notes are now items that need to be found), enemy souls(certain enemies won't spawn until their soul is found), and the fishing rod and fishes from the fishing minigame to be added to the item pool. As a result, it seems the expected script_protocol_version has changed and the plugin is unable to send any items between the worlds.
Create a 2 player multiworld seed, make sure shuffle individual ocarina notes, enemy souls, and fishing game fish are all enabled (not sure if it matters but i was basically trying to do an allsanity between a few multiworlds)(probably turn off start with consumables so its a bit easier to see items aren't sending)
place the seeds in the games folder of the shuffler, load up the bizhawk, start the lua console and load the shuffler lua, make sure the solo zootr mulitworld is selected, and start the shuffler
once everything is set up and the lua is started in the console, it receives the following error message: "This ROM is incompatible with this version of the plugin. Expected protocol version: 2, ROM protocol version: 7"
picking up any item that belongs to the other world will not send it to that world
changing the protocol version in the lua causes the message to go away, but the worlds still won't receive items from each other
Environment (please complete the following information):
OS: Windows 10
Bizhawk Version: 2.7
The text was updated successfully, but these errors were encountered:
Describe the bug
One of the dev branches for zootr added the ability for single ocarina notes(the five notes are now items that need to be found), enemy souls(certain enemies won't spawn until their soul is found), and the fishing rod and fishes from the fishing minigame to be added to the item pool. As a result, it seems the expected script_protocol_version has changed and the plugin is unable to send any items between the worlds.
To Reproduce
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: