Dolphin, the GameCube and Wii emulator - Forums
Netplay Wii Saves Build? - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion)
+--- Thread: Netplay Wii Saves Build? (/Thread-netplay-wii-saves-build)

Pages: 1 2 3 4 5 6


RE: Netplay Wii Saves Build? - kidkilla - 01-15-2017

Has there been any progress on making this a bit more stable? I would like to play a Wii game with my friends living across the country but it would be a bummer to lose our progress after each session.


RE: Netplay Wii Saves Build? - JosJuice - 01-15-2017

There has been work done on it in PR 4546.


RE: Netplay Wii Saves Build? - kidkilla - 01-16-2017

(01-15-2017, 05:36 PM)JosJuice Wrote: There has been work done on it in PR 4546.

Do you have a link to any informationĀ or a download for this build?


RE: Netplay Wii Saves Build? - Craftyawesome - 01-16-2017

Pull request https://github.com/dolphin-emu/dolphin/pull/4546
Windows download https://dl.dolphin-emu.org/prs/pr-4546-dolphin-latest-x64.7z


RE: Netplay Wii Saves Build? - JosJuice - 01-16-2017

(01-16-2017, 02:20 AM)Craftyawesome Wrote: Pull request https://github.com/dolphin-emu/dolphin/pull/4651
Windows download https://dl.dolphin-emu.org/prs/pr-4651-dolphin-latest-x64.7z

No. That's not 4546.


RE: Netplay Wii Saves Build? - kidkilla - 01-16-2017

Ahh I think I found it. The pull request is https://github.com/dolphin-emu/dolphin/pull/4546 for those interested.

JosJuice,
Since it sounds like you've worked on this a little bit, could you explain to what extent this build solves the Wii saves issue on netplay?


RE: Netplay Wii Saves Build? - JosJuice - 01-16-2017

(01-16-2017, 02:56 AM)kidkilla Wrote: JosJuice,
Since it sounds like you've worked on this a little bit, could you explain to what extent this build solves the Wii saves issue on netplay?

Since a while ago (4.0-6512, I think?), Dolphin has created a new temporary NAND each time you start a new netplay session, so none of your save data or other files would be in the NAND used by the netplay session. This was done to avoid desyncs. PR 4546 will copy the save files for the launched game (but not any other files) to the temporary netplay NAND when it's created.


RE: Netplay Wii Saves Build? - kidkilla - 01-16-2017

(01-16-2017, 03:01 AM)JosJuice Wrote: Since a while ago (4.0-6512, I think?), Dolphin has created a new temporary NAND each time you start a new netplay session, so none of your save data or other files would be in the NAND used by the netplay session. This was done to avoid desyncs. PR 4546 will copy the save files for the launched game (but not any other files) to the temporary netplay NAND when it's created.

Oh wow that sounds pretty useful. Does it seem to work pretty reliably? And if so, will it eventually make its way into the master branch?


RE: Netplay Wii Saves Build? - Super David - 01-17-2017

(01-16-2017, 03:01 AM)JosJuice Wrote: Since a while ago (4.0-6512, I think?), Dolphin has created a new temporary NAND each time you start a new netplay session, so none of your save data or other files would be in the NAND used by the netplay session. This was done to avoid desyncs. PR 4546 will copy the save files for the launched game (but not any other files) to the temporary netplay NAND when it's created.
So, because only the save file is copied, Miis won't work online currently? I was able to get save files to work online with this build but not the Miis.


RE: Netplay Wii Saves Build? - Kurausukun - 01-17-2017

That seems to be a reasonable explanation. It wouldn't really be feasible to sync the entire NAND every time; there's just no way that would be sustainable.