pixeltris / YgoMaster

Offline Yu-Gi-Oh! Master Duel
MIT License
820 stars 120 forks source link

How to update new cards? #170

Closed zhg249 closed 1 year ago

zhg249 commented 1 year ago

I'm tring to get those new Tearlaments cards that updated recently, I've follow "/Docs/Updating.md" but the cardlist.json I got from YgoMasterUpdate folder is just the same as before, still can't find any new cards in game. And in the Fiddler, mine is "/ygo/User.home", not "/ayk/api/User.home" as the document said, don't know if that's an issue.

pixeltris commented 1 year ago

You need to log the Steam traffic, not the YgoMaster traffic. (i.e. open the game using Steam after opening Fiddler).

zhg249 commented 1 year ago

You need to log the Steam traffic, not the YgoMaster traffic. (i.e. open the game using Steam after opening Fiddler).

It works! Thank you!