ArchipelagoMW / Archipelago

Archipelago Multi-Game Randomizer and Server
https://archipelago.gg
Other
480 stars 636 forks source link

LADX: Adding Slot Data For Magpie Tracker #3582

Closed mrkssr closed 2 weeks ago

mrkssr commented 3 months ago

What is this fixing or adding?

Slot data which contains player settings are added to the player data. These will be used to be shown in Magpie tracker. So these changes are the base for that.

How was this tested?

Generating local seeds and testing communication with Magpie tracker. @kbranch added a short test feature to validate data are sent to Magpie and tracker grabs these. Format is also the communicated one.

Slot data are sent as dict to Magpie. image

If a seed has no slot data (i.e. from an older generating) there will be sent an empty dict. image

If this makes graphical changes, please attach screenshots.

No visual changes on AP but in the next step on Magpie.

threeandthreee commented 1 month ago

I've pulled and tested this, the slot data is being sent and everything looks good.