Online playing on homebrew emulators? December 05, 2008 11:17PM | Registered: 16 years ago Posts: 186 |
Re: Online playing on homebrew emulators? December 06, 2008 04:17AM | Registered: 16 years ago Posts: 44 |
Re: Online playing on homebrew emulators? December 06, 2008 06:04AM | Registered: 16 years ago Posts: 1,012 |
Re: Online playing on homebrew emulators? December 06, 2008 09:46AM | Registered: 16 years ago Posts: 443 |
Re: Online playing on homebrew emulators? December 06, 2008 10:34AM | Registered: 16 years ago Posts: 1,012 |
Quote
whodares
2. Emulators know when the console's "memory" is altered, it could send all alterations across the network (Address|Length|Data...)
Re: Online playing on homebrew emulators? December 06, 2008 01:30PM | Registered: 16 years ago Posts: 276 |
Re: Online playing on homebrew emulators? December 06, 2008 03:52PM | Registered: 16 years ago Posts: 1,012 |
Quote
ekeeke
I don't think it's a good idea to pause emulation when a input signal takes too much time to arrive
...is that on the one side a lot of time may have passed , before the other side even recieved anything.Quote
emulator 1 (main task) read FIFO and if (start_1 + time() ) >= (start2 + timestamp), updates player 2 data on its side
emulator 2 (main task) read FIFO and if (start_2 + time() ) >= (start1 + timestamp), updates player 1 data on its side
Re: Online playing on homebrew emulators? December 06, 2008 04:03PM | Registered: 16 years ago Posts: 276 |
Re: Online playing on homebrew emulators? December 06, 2008 04:15PM | Registered: 16 years ago Posts: 1,012 |
Quote
ekeeke
if you didn't get any new messages, i think it's better to just keep input state in old state rather than pausing emulation and losing some frames
Re: Online playing on homebrew emulators? December 06, 2008 04:18PM | Registered: 16 years ago Posts: 186 |
Re: Online playing on homebrew emulators? December 06, 2008 05:02PM | Registered: 16 years ago Posts: 1,012 |
Quote
TheManuel
Well, it's worth to ask ourselves how PC games or even Wii games do it nowadays to see it that approach can be used.
Re: Online playing on homebrew emulators? December 06, 2008 10:06PM | Registered: 16 years ago Posts: 289 |
Quote
daniel_c_wQuote
ekeeke
if you didn't get any new messages, i think it's better to just keep input state in old state rather than pausing emulation and losing some frames
exactly. The pause is only needed the resinc both emulators. When the sync is lost you have no other choice.
In a lan environment that is no problem, because the lantency and ping is good enough to execute any remote input on either the same or the next frame. But in todays internet neither ping nor latency are good enough.
As we both agree it won't work without an input latency. Unfortuantely that latency is not guaranteed to stay constant.
Re: Online playing on homebrew emulators? December 06, 2008 11:45PM | Registered: 16 years ago Posts: 920 |
Re: Online playing on homebrew emulators? December 07, 2008 12:18AM | Registered: 16 years ago Posts: 289 |
Re: Online playing on homebrew emulators? December 07, 2008 03:00AM | Registered: 16 years ago Posts: 1,012 |
Quote
strongfan
This is evident in Brawl's online play.
Re: Online playing on homebrew emulators? December 07, 2008 03:12AM | Registered: 16 years ago Posts: 1,012 |
Quote
DrLucky
also, wouldn't some sort of server need to be set up in order for the emulators to be able to connect to each other?
...snip...
The last issue would be game "compatability" both users would have to use the EXACT SAME rom in order for it to work.
...snip....
I don't think it would be piracy since if your friend comes over to your house to play as a second player, he doesn't have to bring his own game.
Re: Online playing on homebrew emulators? December 07, 2008 04:40AM | Registered: 16 years ago Posts: 920 |
Quote
daniel_c_w
Sending over the game is a nice idea, but depending on your local laws it may indeed be piracy. I'm a sure it is not piracy under German law (as long as the other person is really a friend of yours and not some person you met on the internet)
It may be piracy under some other countrie's laws, because you are still creating a copy of copyrighted material
(though the copy is not persistent)
Re: Online playing on homebrew emulators? December 08, 2008 02:47AM | Registered: 16 years ago Posts: 1,012 |
You are comparing apples to oranges.Quote
DrLucky
if you picked up a random guy on the street and brought him to your house to play in a 2 player game, it would still be legal...
Re: Online playing on homebrew emulators? December 08, 2008 02:54AM | Registered: 16 years ago Posts: 186 |
Re: Online playing on homebrew emulators? December 08, 2008 03:00AM | Registered: 16 years ago Posts: 152 |