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
Allow the server to use data about obtained items for auto-tracking for restreams in tournament rooms (#6).
An issue here is that the randomizer currently doesn't notify the server when a player has found their own item, so the information is not sufficient for even basic item tracking. This could be circumvented by reading player inventory as an additional information source, or by patching the multiworld support in the randomizer to optionally include own-item-get in the co-op context (which may or may not be possible in a way that's backward-compatible with bizhawk-co-op).
The text was updated successfully, but these errors were encountered:
Admins can set rooms to be auto-tracked on https://oottracker.fenhl.net/ now, and support has been added to include own-item-get via OoTRandomizer/OoT-Randomizer#1691. I still want to add support to the randomizer to send more types of items, especially songs.
Allow the server to use data about obtained items for auto-tracking for restreams in tournament rooms (#6).
An issue here is that the randomizer currently doesn't notify the server when a player has found their own item, so the information is not sufficient for even basic item tracking. This could be circumvented by reading player inventory as an additional information source, or by patching the multiworld support in the randomizer to optionally include own-item-get in the co-op context (which may or may not be possible in a way that's backward-compatible with bizhawk-co-op).
The text was updated successfully, but these errors were encountered: