![]() |
|
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) |
Netplay Wii Saves Build? - MeeteorDash - 09-10-2016 Just wondering if there's already a build or if there's soon going to be a build where you can use and play with Wii Save Data on Netplay RE: Netplay Wii Saves Build? - JosJuice - 09-11-2016 For now, this is only possible in 4.0-6502 and older. It will hopefully be changed in the future, but there aren't any clear plans. RE: Netplay Wii Saves Build? - tamix - 09-12-2016 Was there any technical reason this was removed in the first place? From what I remember, the reason given at the time was that a lot of people didn't know how to share their wii saves properly or something, so wii saves in netplay were just removed entirely. Which would be incredibly silly. Sharing wii saves was not an issue and didn't randomly not work correctly or anything. I'm guessing there were reasons why it was better to remove it in order to rework the netplay, but now that wiimote netplay is apparently fixed, or close to be, this seems like the most important next step to get done. RE: Netplay Wii Saves Build? - diabloterrorgf - 09-15-2016 Yes, my friend and I just lost 3 hours of work because the new build didn't have any warning besides several changelogs back. Sigh. For me, this was the only thing I used Dolphin for; to play with my friend in netplay in another country otherwise I'd just use my physical Wii. RE: Netplay Wii Saves Build? - Helios - 09-15-2016 (09-12-2016, 09:56 AM)tamix Wrote: Was there any technical reason this was removed in the first place? From what I remember, the reason given at the time was that a lot of people didn't know how to share their wii saves properly or something, so wii saves in netplay were just removed entirely. Which would be incredibly silly. Sharing wii saves was not an issue and didn't randomly not work correctly or anything. I'm guessing there were reasons why it was better to remove it in order to rework the netplay, but now that wiimote netplay is apparently fixed, or close to be, this seems like the most important next step to get done. No. Wii NAND syncing was making netplay incredibly unstable. So to make it stable, we disabled it in netplay until somebody gets around to properly fixing netplay. It had nothing to do with users. Or very little. RE: Netplay Wii Saves Build? - diabloterrorgf - 09-16-2016 (09-15-2016, 12:47 AM)Helios Wrote: No. Running 4.0-6502 with a friend, it works pretty well. RE: Netplay Wii Saves Build? - Super David - 10-03-2016 I have been able to compile a recent build of Dolphin, and I was sort of able to get saves to load online, but not without issues. Does anyone happen to know what would need to be changed in the source code to have the saves working online like in 4.0-6502? I am, of course, just talking about compiling a build for myself, and I also realize that it might too complicated to change it back that easily. RE: Netplay Wii Saves Build? - leolam - 10-03-2016 (10-03-2016, 04:40 PM)Super David Wrote: Does anyone happen to know what would need to be changed in the source code to have the saves working online like in 4.0-6502? I am, of course, just talking about compiling a build for myself, and I also realize that it might too complicated to change it back that easily. A significant change is likely needed, not just replacing this with that and hitting the build button.
RE: Netplay Wii Saves Build? - JosJuice - 10-04-2016 (10-03-2016, 04:40 PM)Super David Wrote: I have been able to compile a recent build of Dolphin, and I was sort of able to get saves to load online, but not without issues. Does anyone happen to know what would need to be changed in the source code to have the saves working online like in 4.0-6502? I am, of course, just talking about compiling a build for myself, and I also realize that it might too complicated to change it back that easily. In Source/Core/Core/HW/HW.cpp, there's a call to InitializeWiiRoot. Replace the "Core::g_want_determinism" in there with "false". I don't know if this will work well, but if there is any simple way to do it, it's likely this. RE: Netplay Wii Saves Build? - leolam - 10-04-2016 Won't this make it more likely to desync, though? |