pixeltris / YgoMaster

Offline Yu-Gi-Oh! Master Duel
MIT License
837 stars 122 forks source link

Possible to Save Replay to Local File in Live Games #415

Closed giveup closed 2 months ago

giveup commented 3 months ago

Due to Konami's strict limitations on the number of replays, I found a tool that can save replays to a local file. However, this tool no longer works after game update 1.9.0.

YgoMaster can save replays to a local file in offline mode. Will it work for live games?

pixeltris commented 2 months ago

I coded something to do this but I haven't tested it in as while

https://github.com/pixeltris/YgoMaster/blob/master/YgoMasterClient/DuelReplayUtils.cs https://github.com/pixeltris/YgoMaster/blob/master/Docs/LiveMods.md

It adds sub menu items to the main menu on the home screen and I think it automatically saves all files to a folder where you can load them from / play them back.