Ad-Hoc Multiplayer on Retro Handhelds - No Internet Required!

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 มิ.ย. 2024
  • There's a new feature within JELOS custom firmware that will allow you to play local multiplayer between Linux-based retro handhelds running the same OS -- no Internet required! This will be great when playing multiplayer games when outside of your home network -- in a car, on a plane, and so on. In this video I'll explain the process and help you get set up with your favorite handhelds.
    JELOS custom firmware: github.com/JustEnoughLinuxOS/...
    PowKiddy X55 starter guide:
    retrogamecorps.com/2023/07/05...
    Devices shown in this video:
    PowKiddy X55: s.click.aliexpress.com/e/_DkI...
    Anbernic RG353V: s.click.aliexpress.com/e/_DeB...
    Anbernic RG552: s.click.aliexpress.com/e/_Dn2...
    AYANEO Air Pro: ayaneo.com/store/5
    If you want to support the channel, please consider Patreon: / retrogamecorps
    Timestamps:
    00:00 introduction
    01:11 JELOS setup
    02:21 devices used in this video
    03:49 setting up local netplay
    05:54 NES demo
    07:54 SNES demo
    09:13 arcade demo
    10:12 four-player arcade setup
    11:10 four-player SNES/Genesis setup
    13:20 Game Boy / GBC link cable setup
    15:12 summary and conclusion
    Find me on Discord! / discord
    Theme song written by Jim Gray of Our Ghosts:
    ourghosts.bandcamp.com/track/...
    More music here: / posts
    Note that this description may contain affiliate links. By clicking on an affiliate link and buying something, I may earn a small commission of the sale at no extra cost to you. You can read more about that here: retrogamecorps.com/about/
    This video is for entertainment and educational purposes only.
    #JELOS #retrohandheld #emulation #multiplayer
  • เกม

ความคิดเห็น • 192

  • @CreativityNull
    @CreativityNull 9 หลายเดือนก่อน +46

    Since I'm a networking enthusiast, I have to dig into the semantics. This is likely using Wi-Fi Direct, a protocol that essentially makes the server/host device itself the router and wireless access point. You're still using the wifi protocol, but you have an ad-hoc network to attach to. We saw this in home printers for awhile. EDIT: As commented below in this thread, it's actually turning the host device into a wireless hot spot. The effect is still the same when it comes to the end user though.
    However, the difference here is that JelOS has tacked on a layer so that the client devices (the other devices connecting to the original host) don't have to manually connect and identify the wifi direct host. It will also disconnect automatically when the need is over. This is the actual really awesome part of this. This also means, if it's open sourced or otherwise available, that other OSs could implement this local play and be intercompatible with each other and all you would need to worry about is emulator settings themselves. EDIT: It was confirmed that JelOS is open source, but given the implementation of the wifi hotspot, it may not be intercompatible, but other OSs could still implement the same kind of process to the same effect.

    • @CreativityNull
      @CreativityNull 9 หลายเดือนก่อน +2

      @fewtarius aaahh, I was wondering how you did that with the SSID, though I figured you just had the clients look for a common name . Didn't know you implemented WPA2 but it's good that you did. I guess that makes sense why he kept saying you needed the same JelOS version. I figured he was incorrect and you just needed compatible versions of the program that was automating the connection, but since you're creating a common connection by using the OS/firmware versions as authentication keys then it would be important.
      I hadn't looked into JelOS but I figured it was open source since generally these projects are lately. Thank you for the comment and the clarification!

  • @skycloud4802
    @skycloud4802 9 หลายเดือนก่อน +45

    It's nice that these multiplayer options are slowly coming in various ways, but it's very niche. With all these different software/firmware solutions, I think there is an increasing need for some kind of a unified option tying it all together for multiplayer with other people with different handhelds.
    Some people have anbernics, some have retroids, or powkiddys, and so on...and each of these may have it's own various different emulators, firmwares, or custom frontends. Some Android based, some Linux, some higher end Windows.
    I think it would be nice for a third party application solution to step up for LAN, custom online servers, Bluetooth local couch multiplayer etc and tie it all together somehow. Download the software on different devices like a emulator, and it will draw and pull that all together.

    • @kevman9111
      @kevman9111 9 หลายเดือนก่อน +5

      Definitely feel this. I have a Miyoo Mini Plus and my friend has a RG353v. Weve been playing through Pokemon Unbound together and have mentioned several times that it would be cool to be able to battle. We would be able to if we both had the same device but I didn't want to spend the extra for the Anbernic device since I only wanted to emulate up to PS1, while my friend really wanted N64, and at the time there was 0 netplay options, so why spend 50 bucks if you don't have to? Hopefully this happens eventually.

    • @skycloud4802
      @skycloud4802 9 หลายเดือนก่อน +1

      @@kevman9111 I'm having the same issue with a friend too, which tempted me to write this. I also have two completely different devices myself that don't really have any way to link up to each other for online gaming or cloud saving (I have a cheap Chinese handheld and Steam Deck).
      I've put ROMs and emulators on both, but there's isn't any seamless way of playing multiplayer across them, or also carrying saved data across quickly via cloud.

    • @kevman9111
      @kevman9111 9 หลายเดือนก่อน +1

      @skycloud4802 Good point about the saved data issue also. At the rate some of this stuff is advancing, it will probably only be a matter of time at least. I've only gotten into emulation and handhelds earlier this year, and it's crazy how many new devices and other upgrades have come out in such a short time.

    • @skycloud4802
      @skycloud4802 9 หลายเดือนก่อน +1

      @@kevman9111 I don't even think that cloud storage save data should be too hard either, but nobody seems to be attempting it.
      Like say, maybe store the device roms and saved data in a linked Google Drive, One Drive, or Dropbox folder of which which can be accessed from the device emulators.
      That way all devices and emulators can share that data, and you could theoretically play and complete games across any devices without hassle.

    • @RetroGameCorps
      @RetroGameCorps  9 หลายเดือนก่อน +9

      Definitely a great point, there are several solutions out there but none that unifies the experience across multiple operating systems. This JELOS solution is at least closer in that multiple devices from various manufacturers are supported, and their code is all open source and available on GitHub if others want to integrate it into their OS. There are also limitations within RetroArch, considering that it needs to be the same RA version, core, and game to work, which gets complicated with multiple OS and device options. Cloud saving is another beast, there are many options but it gets exceptionally complex when trying to tie them all together between Android, Windows, Linux, etc.

  • @Bizzletron25
    @Bizzletron25 9 หลายเดือนก่อน +2

    Russ. These are the exact type of video I like from you. Thank you and keep up the good work

  • @snoozathon
    @snoozathon 9 หลายเดือนก่อน +1

    i thought the formula was gonna sink in but videos like these keep me on my toes!! thanks very helpful!!

  • @rebornreaper194
    @rebornreaper194 9 หลายเดือนก่อน +1

    I wish I had your style, man. I'm always jelos of your room at the beginning. :)

  • @cypress732
    @cypress732 9 หลายเดือนก่อน +10

    Recently found your videos and I find them well paced, produced and so informative. Thank you!

    • @RetroGameCorps
      @RetroGameCorps  9 หลายเดือนก่อน +1

      Thanks for the support!

  • @caseMasterxL
    @caseMasterxL 8 หลายเดือนก่อน

    Excellent video. One of the big drawbacks to retro gaming for me was not having a good multiplayer experience. This is incredible. Thanks.

  • @Metal-Josh
    @Metal-Josh 9 หลายเดือนก่อน +1

    This is awesome! I’ve been trying to see how this could be done. I’m interested in getting a handheld, but didn’t know if it mattered what brand where there’s so many, I didn’t want to get a couple for myself and the kids and this can’t be done. It’s awesome we get both online and local play all across multiple handhelds.

  • @ungratefulmango
    @ungratefulmango 9 หลายเดือนก่อน +1

    The video I've been waiting for! ❤

  • @mattb6522
    @mattb6522 9 หลายเดือนก่อน +2

    Thank you, Russ! This news is a dream come true! I am actually introducing these handheld retro devices to my gaming friends and this is just an added bonus! I think one of the key games we would probably play would be the Bomberman games.
    Honestly, it would have been amazing to have this technology as a kid. It definitely would have made long car or plane trips much more bearable. 😅

    • @jlGuitarGuy7
      @jlGuitarGuy7 9 หลายเดือนก่อน

      No Gameboy link cable on those trips?

    • @mattb6522
      @mattb6522 9 หลายเดือนก่อน

      @@jlGuitarGuy7 I never had a GameBoy as a kid. 😅

  • @disconinja108
    @disconinja108 9 หลายเดือนก่อน +21

    The only problem none of us have friends 😔

  • @rhythmandblues9302
    @rhythmandblues9302 9 หลายเดือนก่อน

    Your commitment to guiding others makes me cry copious man-tears.

  • @lawrence8895
    @lawrence8895 8 หลายเดือนก่อน

    This is so tight. I could see me and my friends playing mega bomber man or micro machines on the megadrive using this setup.

  • @andretti10
    @andretti10 9 หลายเดือนก่อน +3

    Seriously, what a time to be alive

  • @TeamPandory
    @TeamPandory 9 หลายเดือนก่อน +4

    Who saw THIS coming?! Great video, Russ! 🐔

    • @SchmurtzAlex
      @SchmurtzAlex 9 หลายเดือนก่อน

      Us ;) This is the equivalent of "Easy Netplay" feature from Onion 😉

  • @petertomley1385
    @petertomley1385 9 หลายเดือนก่อน +4

    bomberman was always a great 4 player game on megadrive - More compatible multiplayer is the thing that really holds me back from buying a device. I want to be able to play with friends more and the ease and compatibility across various emulators and devices I dont believe is quite there yet

  • @Jokerwolf666
    @Jokerwolf666 9 หลายเดือนก่อน

    DS would be sweet, tons of amazing multiplayer games on there. Thank you for the video!

  • @googaboogaloo
    @googaboogaloo 9 หลายเดือนก่อน

    This is a great way to show screen differences

  • @z3row0rm
    @z3row0rm 9 หลายเดือนก่อน +4

    Great video. Very informative. Thanks.

    • @ungratefulmango
      @ungratefulmango 9 หลายเดือนก่อน +3

      Commenting 10 minutes after a 16 minute video is available 😂
      Tell me you didn't watch the whole video without telling me

    • @MF.FINLAY
      @MF.FINLAY 9 หลายเดือนก่อน

      @@ungratefulmangohe could have skipped the intro and demonstration, you never know

    • @v31003
      @v31003 9 หลายเดือนก่อน

      ​@@MF.FINLAYor playback speed @ 2X.

    • @ungratefulmango
      @ungratefulmango 9 หลายเดือนก่อน

      @@v31003 I forgot people used that

  • @jasonyates7568
    @jasonyates7568 9 หลายเดือนก่อน

    I love this! Thank you!

  • @DonaldWyman
    @DonaldWyman 9 หลายเดือนก่อน +1

    This is really neat. I don't have any JELOS devices to try this with, but still, it is cool to know this exist.

    • @jaaxc1036
      @jaaxc1036 8 หลายเดือนก่อน +1

      You just need the same version of retroarch and same ROM honestly, no need jelos

    • @DonaldWyman
      @DonaldWyman 8 หลายเดือนก่อน

      @@jaaxc1036 Yeah I knew it was doable on retro arch I have just never messed with it.

  • @calinnilie
    @calinnilie 9 หลายเดือนก่อน +3

    From what I understand in your explanation of where the boundries of JelOS and Retroarch are in allowing this connection, it seems like one could join a session even from a non-JelOS device like a Steam Deck or a Windows handheld, just running Retroarch. They would have to have the manual SSID/Password combo to log in to that ad-hoc network, but after that it should be good to go. Similarly a non JelOS device could be the host, everyone else would just have to manually add the SSID/Pass.
    I was thinking of writing a Decky plugin to do that for Steam Decks but have sold mine in the meanwhile, but it would definitely be nice to have a unified way to temporarely share a Wi-Fi Direct network without the need to type in credentials (maybe with some stricter limitations for security, like enabling passwordless joining for a limited time, such as only when the host is in a particular menu screen)

  • @Likwidfox
    @Likwidfox 9 หลายเดือนก่อน

    This is cool, I was tring to do this off of one RP3 but Android didnt like multiple BT controllers connected.

  • @aishacs
    @aishacs 9 หลายเดือนก่อน

    I love watching your vids even though I don’t own the device keep up the great content:)

  • @TruSuCiO23
    @TruSuCiO23 9 หลายเดือนก่อน +6

    Our kids now have no idea how lucky they are with these handhelds for emulation as well as setting them up for multiplayer and even streaming services...waking up early for Saturday morning cartoons are a thing of the pass😢

    • @adamkane7513
      @adamkane7513 9 หลายเดือนก่อน +1

      Yes, we were happy with less back then.
      When I was a kid there were only _two_ genders...
      Now the options are legion!

  • @OliverDavidStation
    @OliverDavidStation 9 หลายเดือนก่อน +8

    Can we please get a video for guidance on local multiplayer on a single android device? As in a multiple Bluetooth controller local patty type of scenario as a home console

    • @iananth0ny
      @iananth0ny 9 หลายเดือนก่อน

      Second this, please! 🙏🏾

    • @tompratt2381
      @tompratt2381 9 หลายเดือนก่อน

      Also can we do something similar to this video in android by creating a WiFi hotspot?

  • @simplestuffmatters
    @simplestuffmatters 9 หลายเดือนก่อน +1

    now I have a reason to upgrade from my RG350. How about turning the background music down. ok for intro, not great for main section. Thanks for producing these great guides and reviews.

  • @TheLexikitty
    @TheLexikitty 9 หลายเดือนก่อน +2

    As a network engineer, I always wanted to have a button for flipping on something like this but never got around to actually setting up and trying it. So cool.

    • @CreativityNull
      @CreativityNull 9 หลายเดือนก่อน

      Yup, they took wifi direct and made it automated, which is actually great. The lack of automation is what kind of killed wifi direct adoption.

  • @martijn5207
    @martijn5207 9 หลายเดือนก่อน

    Nice video! Any tips for getting mame roms to work on the powkiddy x55? A lot of games briefly show a black screen and return to the menu/game list...

  • @supakidd
    @supakidd 9 หลายเดือนก่อน

    Definitely would be playing Kirby’s dream course if I had one of these!

  • @MrRetrostage
    @MrRetrostage 9 หลายเดือนก่อน +2

    GB and GBC is excellent, hope that 4 player support will be added in the future.

  • @amwVekko
    @amwVekko 9 หลายเดือนก่อน

    i double clicked in your video at the JELOS setup section, because i thought my video was not in fullscreen

  • @No1Noz
    @No1Noz 9 หลายเดือนก่อน

    Happy gaming!

  • @carlosyoshitonishi4911
    @carlosyoshitonishi4911 9 หลายเดือนก่อน

    This is amazing! Did you try this with fighting games?

  • @dike3873
    @dike3873 9 หลายเดือนก่อน

    So long waiting for it

  • @rsorry
    @rsorry 9 หลายเดือนก่อน +1

    JELOS the goat with constant updates 🔥

  • @yotaiji012
    @yotaiji012 9 หลายเดือนก่อน

    This is pretty amazing

  • @Pridetoons
    @Pridetoons 9 หลายเดือนก่อน

    YES this is amazing!!!

  • @Pridetoons
    @Pridetoons 9 หลายเดือนก่อน +9

    Can you also make a Video about Touchscreen Functionality on JELOS?

    • @RetroGameCorps
      @RetroGameCorps  9 หลายเดือนก่อน +2

      I'm not sure that would warrant a whole video, but I did test it for you this morning with my RG353V. Touchscreen doesn't appear to work in the menus, and for NDS the touchscreen simply moves around the virtual stylus cursor. So you can't tap on the screen like a stylus, instead you have to press and slide on the screen to move the stylus around like a trackpad, and where the stylus is pointed will click when you tap on it. So definitely a worse experience than using the Android interface.

    • @Pridetoons
      @Pridetoons 9 หลายเดือนก่อน

      ​@@RetroGameCorpsThank You Russ. 😢

  • @focuslegendlight1025
    @focuslegendlight1025 4 หลายเดือนก่อน +1

    the day we can exchange pokemons, I'll be the happiest of men.

  • @Moes_Prep_and_Tech
    @Moes_Prep_and_Tech 9 หลายเดือนก่อน

    Hey Russ Could you do a Review/Setup guide for the Sinden Light Gun. Light Gun Games was a major retro game thing back in the CRT days

  • @Jabinho
    @Jabinho 9 หลายเดือนก่อน +1

    would be cool to see fightcade incorporated into retro handheld custom firmwares

  • @saltyfry4328
    @saltyfry4328 9 หลายเดือนก่อน +3

    90s kids "man kids these days are lucky there is a device that can play all the old consoles". Kids these days "let's play microtransactions on the phone!"

    • @maxedout199
      @maxedout199 9 หลายเดือนก่อน +1

      Lmao us 90s kids are the ones buying these things

    • @saltyfry4328
      @saltyfry4328 9 หลายเดือนก่อน

      IKR, its funny how kids couldn't care less about the stuff we were crazy about. Now I know how my grandparents feel when they see me playing games instead of doing what they used to do for fun.@@maxedout199

  • @martiusr2404
    @martiusr2404 2 หลายเดือนก่อน

    Splendid guide, I admit that it's one thing that I was missing a lot in handhelds (multiplayer feature without external network).
    Although it saddens me, that in case of GBA multiplayer it's not supported. As it's probably ATM one of the systems where I have a couple of games that I would really like to try them in MP. And in better manner than Revo K101, which had cable-connection and MP support, but based on my experience, it's a bit "unstable".

  • @RaphaToInfinity
    @RaphaToInfinity 7 หลายเดือนก่อน

    RG ARC + Arcade Multiplayer = ❤

  • @clbuzzetta
    @clbuzzetta 9 หลายเดือนก่อน

    Gammaos should add this feature. What a great add on!

  • @snowzZzZz
    @snowzZzZz 9 หลายเดือนก่อน +1

    online multiplayer emulators for lan do exist so if this can be combined with that underneath a simple to use UI that is as unified/cross platform as possible, I think that is the peak

    • @snowzZzZz
      @snowzZzZz 9 หลายเดือนก่อน +1

      the average user should not be concerned by what's under the hood, it should just work in as few steps as possible, but the option for technical settings should be there
      this is a step in the right direction but without a geek or technically proficient person, or a highly ambitious intermediate, this feature probably won't be too popular
      simple to us but would it be simple to someone who is used to DS download play or xbox splitscreen?

    • @snowzZzZz
      @snowzZzZz 9 หลายเดือนก่อน +1

      this is amazing though and i'm not trying to bring the achievement down just looking ahead

  • @derekswitzer9624
    @derekswitzer9624 9 หลายเดือนก่อน

    oh wow! I'm really interested to see what Windows-based handhelds (like the Aya you used) also works with JEOLOS in dual-boot - that's awesome! I know batocera works with x86 devices, is this a similar compatibility? If you have a vid (or could DO ONE that goes over some Windows-based handhelds (x86) that could dual-boot JELOS that could be awesome

  • @jusqueicitoutvabien
    @jusqueicitoutvabien 5 วันที่ผ่านมา

    Which handheld would you recommend primarily for retro multiplayer? Im thinking about to buy 2 miyos, but maybe theres better options (rgb30 or something else) out there?

  • @SicketMog
    @SicketMog 9 หลายเดือนก่อน +1

    This sounds like an AMAZING update. Don't have the proper people to play with around rn, childhood friends busy with marriage and kids and whatnot, but yeah... To just fire these devices up and play multiplayer on a screen each? Fire!🔥
    Edit: ah is it more for the newer devices? I'm still on the 351P (love it).

    • @roflBeck
      @roflBeck 7 หลายเดือนก่อน

      I love the 351p. It's a shame the power button broke on mine. GBA games look perfect on it.

  • @PoppleTod
    @PoppleTod 9 หลายเดือนก่อน +1

    14:07 I tried setting up Game Boy w/ link cable on the PC version of RetroArch a while ago. From what I remember, the way TGB Dual works is it actually emulates 2 Game Boys on the same system. It ends up using the host's save file, but the client's save file is never sent over and thus is never used.
    The Gambatte core will emulate the link cable more in the way you would expect in that it has working save files for both players and thus trading and battling actually works. I haven't tested it on JELOS but on Windows, Gambatte had some serious downsides. Link cable play was a lot harder to setup as you had to manually input IP addresses for both devices and even then performance was very poor with games like Tetris barely managing 40FPS due to network latency.

    • @heathturner6362
      @heathturner6362 7 หลายเดือนก่อน

      While connected to the same wifi I was able to Trade Pokémon with with Gambetta core. Quick settings, core options, game link, put in the IP of the server address and trade between red and blue.
      No net play required. (Local net play disabled)

  • @andrussmith
    @andrussmith 9 หลายเดือนก่อน

    I had the same problem with dual gb emulation, but using batocera. There is a way to load different roms for each player and that makes the emulator save for both of them. Even the same game with different named copies of the game should work, maybe following the batocera wiki tutorial to make it load different roms could help.

  • @Chrisezo
    @Chrisezo 19 วันที่ผ่านมา +1

    Can you compare the performance on using Ad Hoc vs using an actual router with maybe WiFi 6E or something, I'm just curious because for example WiFi signal, could introduce problems and I don't know how strong the WiFi signal is between these devices, but regularly routers do have more coverage because of their external antennas and other features.

  • @nicemecha
    @nicemecha 9 หลายเดือนก่อน +3

    The second player of TGB Dual uses a different type of savegame file ('.sa2' if I'm not mistaken). So you can't load from a player 1 (.sav).

    • @RetroGameCorps
      @RetroGameCorps  9 หลายเดือนก่อน +1

      I'll try that out, thanks for the tip!

    • @RetroGameCorps
      @RetroGameCorps  9 หลายเดือนก่อน +2

      Unfortunately I tried it with an sa2 file (which indeed was a requirement with the TGB Dual standalone emulator) and it's still not working. On the Miyoo Mini Plus this same setup worked fine, so I'll keep working at it. There a lot of reports about this issue on the Internet but I haven't found any solution.

    • @danielstahl2443
      @danielstahl2443 8 หลายเดือนก่อน

      Can you make a new video or post a comment or reply when you do find out how to work the GBC link cable gameplay? I've been trying to trade my pokemons for so long.
      @@RetroGameCorps

  • @emilianomontanari283
    @emilianomontanari283 9 หลายเดือนก่อน

    fantastic

  • @sevbait
    @sevbait 9 หลายเดือนก่อน +4

    I tried Zelda Four Swords in Pizza Boy GBA emulator with my son on local wifi, and it was awful and unplayable. This was on the Retroid 3.

    • @kiyoshimatsutsuyu1931
      @kiyoshimatsutsuyu1931 6 หลายเดือนก่อน +1

      Thanks, that stopped me from investing money into things that don't work

  • @mrmerlin6287
    @mrmerlin6287 9 หลายเดือนก่อน

    Can't wait to get Pokémon working.

  • @pgodna672
    @pgodna672 9 หลายเดือนก่อน

    Great video. Can you do a multiplayer/local lan version for port master ports ?
    I.e. tmnt shredders revenge, sorr

  • @joselozano3105
    @joselozano3105 หลายเดือนก่อน +1

    Can you trade Pokémon in game boy advanced? There’s several series of software updates since then. I have two powkiddy x55’s so I’m curious.

  • @GoogleHelpYou
    @GoogleHelpYou 9 หลายเดือนก่อน +2

    I wonder if they will develop an Android app for it so I can use for my Retroid flip

  • @peejae082004
    @peejae082004 9 หลายเดือนก่อน +3

    Is there any way to do this on Android handhelds? If none, this is the single biggest advantage of running Linux.

  • @TeAiLu
    @TeAiLu 9 หลายเดือนก่อน

    Does anyone notice the buzzing noise from the speakers while in JELOS menus? I have 3x Anbernic devices that do this and no reviewer seems to mention this

  • @theultra1167
    @theultra1167 5 หลายเดือนก่อน

    What if you have 2 x55 and just use a usb cable for trading? Would that theoretically work? Or connecting the devices via Bluetooth pairing and trying to link that way? Alternatively have you tried running on sameboy?

    • @theultra1167
      @theultra1167 4 หลายเดือนก่อน

      I can confirm that running sameboy under retroarch with subsystem cable link works to trade Pokémon within the same console. You run one rom and simultaneously run the other with a separate controller. Note: All roms and saves intended for subsystem should be within the same directory folder so that you get the continue status rather than a start new game. Hope this helps.

  • @WillC1020
    @WillC1020 9 หลายเดือนก่อน

    Curious does any of these handhelds have Bluetooth connectivity and options to display to a tv? If so, would it be easier to connect a few Bluetooth controllers and use multiplayer features that way?

    • @RetroGameCorps
      @RetroGameCorps  9 หลายเดือนก่อน +1

      Sure, many of them have that option, and JELOS has BT controller support baked into their OS. I will generally demonstrate that in my review videos. But this is a different way of connecting, like on a road trip without access to a TV or internet!

  • @KatRollo
    @KatRollo 9 หลายเดือนก่อน +2

    For the uninitiated, this is still WiFi. In layman's terms, it's creating a WiFi connection directly between devices. Pretty much the same technology the PSP uses for ad-hoc multi-play.

  • @kokbasE
    @kokbasE 8 หลายเดือนก่อน

    Do you think the RG405M could handle playstation netplay? I really want to get my twisted metal on with some friends.

  • @GOLDFiiNGERR
    @GOLDFiiNGERR 8 หลายเดือนก่อน

    would gba work as well I got all this up and running on 2 of my devices but I can’t get four swords to work they link up and everything but it doesn’t detect player 2

  • @gallegostoledo
    @gallegostoledo 9 หลายเดือนก่อน

    Hey man! I've been watching your videos lately and I need your help or anyone who has lots of knowledge is the area. I have an RG350, which is pretty outdated as for today... Could you recommend me what to get? I just want to get the best experience for playing Retro games (most recent console being N64) i dont mind vita switch ps2 etc. What should I get?? pls help was about to buy the RG 405M but not sure... Help! The issue w/ my RG350, some PSX games look weird and/or lag.

  • @WARCHIEFf93
    @WARCHIEFf93 6 หลายเดือนก่อน +1

    I only wish it was as easy it is in the video. Out of all the 3 devices i got that i tried this only the RGB30 connects to wifi and can host, the X55 refuses to connect to Wifi and turn on netplay as well as the RG351M does the exact same thing. The weird thing is they both can see the network, psw is correct but the absolutely refuse to connect. Sofware issue??? Man i just wanted to play with my cousins some old MAME games as we used to do on an old laptop back in the day

  • @samh5886
    @samh5886 9 หลายเดือนก่อน +1

    Thought this is supported by retroarch/the emulators themelves??
    Not possible for non jelos devices to do the same or join a game hosted by someone on Jelos?

    • @RetroGameCorps
      @RetroGameCorps  9 หลายเดือนก่อน +3

      You could set up internet netplay or local wifi netplay between other OS devices, provided they are running the same RetroArch version, same core, and same ROM. But for this particular function (local netplay) JELOS only connects with other devices using that same connection standard that they set up. Their source code is available on their GitHub, so it's possible that other OS options could integrate it in at some point.

  • @XINN1X
    @XINN1X 25 วันที่ผ่านมา

    Can you make an updated version of this video using the RG35XXH?

  • @edjecollins4141
    @edjecollins4141 8 หลายเดือนก่อน

    I'm hoping to play quake 3 arena multi-player between retro pocket 3+ and the Odin 2

  • @thatguy00271
    @thatguy00271 9 หลายเดือนก่อน

    important video

  • @msh9488
    @msh9488 9 หลายเดือนก่อน

    Can u make a video on ayaneo device using jelos inculding wii u & dwitch emulator??

  • @FitzAF
    @FitzAF 19 วันที่ผ่านมา +1

    Wait, so this can potentially let you trade pokemon on GBA versions as well like Fire Red and Leaf Green?

    • @LumbyMcGumby
      @LumbyMcGumby 18 วันที่ผ่านมา

      I ended up here looking for answers on this too. Apparently this function is on arkos now also and I wonder if it works now because in the video he couldn't get player 2's save file to load

    • @FitzAF
      @FitzAF 18 วันที่ผ่านมา

      @@LumbyMcGumby A good question indeed. I saw a redditor yesterday say the same thing about ArkOS. Looks like what's left now is for someone who has 2 devices to use it

  • @AdamS-nd5hi
    @AdamS-nd5hi 9 หลายเดือนก่อน +1

    The 90s were the shit

  • @airthrowDBT
    @airthrowDBT 9 หลายเดือนก่อน

    Any good turn based games so host advantage/lag doesn't matter?

  • @the_realJAMES
    @the_realJAMES 9 หลายเดือนก่อน

    Why is it limited to 8, 16 bit and arcade again? Would love to play dreamcast like this. 🤔

  • @PRuDislav
    @PRuDislav 9 หลายเดือนก่อน +1

    is there a jelos for 35xx?

  • @emilianomontanari283
    @emilianomontanari283 9 หลายเดือนก่อน

    OT how can i play svumm games on x55? i added roms but it can’t see theem

  • @bigboyanimation3799
    @bigboyanimation3799 9 หลายเดือนก่อน

    Run and gun2 for MAME is the best basketball game

  • @durona
    @durona 9 หลายเดือนก่อน

    Magic Sword would be excellent!

  • @TarikA
    @TarikA 9 หลายเดือนก่อน

    So they (JELOS) did what Onion did. I wish all CFW would do that and that it would be compatible across all of them so all those handhelds can ad-hoc connect to each other.
    Or... you know... just port Onion to every single handheld out there (although that's not easy since the underlying Miyoo OS is closed source).

  • @kiyoshimatsutsuyu1931
    @kiyoshimatsutsuyu1931 6 หลายเดือนก่อน

    BEST JELOS-capable handheld? Want to buy 2; cost is not a concern... (I realize it tops out at PSX)😅

  • @simple.visuals
    @simple.visuals 9 หลายเดือนก่อน

    Does Android retro handhelds have this like rp3+ or rg405m?

  • @gg31hh
    @gg31hh 9 หลายเดือนก่อน

    Can you do this for ArkOS? or just JELOS?

  • @Vandel212
    @Vandel212 9 หลายเดือนก่อน

    Does this work with GBA for something like Zelda 4 swords?

  • @seancook6879
    @seancook6879 3 วันที่ผ่านมา

    Was a solution ever found for pokemon trading and battling?

  • @Leviathannnnn
    @Leviathannnnn 7 หลายเดือนก่อน

    will two Miyoo mini plus devices work?

  • @Hauntcade
    @Hauntcade 9 หลายเดือนก่อน

    Great video! Can you run JELOS on a PC? It is Linux after all...

    • @RetroGameCorps
      @RetroGameCorps  9 หลายเดือนก่อน

      Yes, it should work on a PC, although it isn't as thoroughly tested as something like Batocera, so compatibility issues might arise.

    • @Hauntcade
      @Hauntcade 9 หลายเดือนก่อน

      I intitial wanted to run it on my Win600 but I'd prefer to experiment on an old 2012 Mac Mini or older PC. Weekend project soon lol, Thanks!@@RetroGameCorps

  • @SchmurtzAlex
    @SchmurtzAlex 9 หลายเดือนก่อน

    So Jelos now have "Easy Netplay", that's great 😉 So may be Onion Team will be mentioned in the credits of Jelos 😅 ?

    • @RetroGameCorps
      @RetroGameCorps  9 หลายเดือนก่อน +3

      I definitely think my OnionOS easy netplay video inspired them to figure it out on their OS. Thanks for putting it together!

    • @SchmurtzAlex
      @SchmurtzAlex 9 หลายเดือนก่อน +3

      @@RetroGameCorps That's great to be a source of inspiration for retrogaming projects, we are proud of that and it's not finished because we still have great and innovative ideas.
      Thank you for the visibility that you give to all these retrogaming projects thanks to your great videos. Without your explanations, some features on which we spent a lot of development time would go completely unnoticed.
      Btw I have massively improved Easy Netplay recently : now we manage different cores version, different rom versions, auto select Netplay core, overclocking, TGB dual and Pico auto configuration (no more manual steps anymore)...
      It means for example that it will sync your core version with the one from the host if necessary, without altering your current Onion installation !

    • @RetroGameCorps
      @RetroGameCorps  9 หลายเดือนก่อน

      @@SchmurtzAlex that sounds awesome!

  • @LumbyMcGumby
    @LumbyMcGumby 18 วันที่ผ่านมา

    So does gb link cable work now or nah

  • @mrlucky793
    @mrlucky793 9 หลายเดือนก่อน

    Can you do multiplayer between a miyoo mini and a miyoo plus?

    • @RetroGameCorps
      @RetroGameCorps  9 หลายเดือนก่อน +2

      Unfortunately no, the original Miyoo Mini does not have a WiFi chip inside. You would need two Miyoo Mini Plus devices.

  • @bluemoon5929
    @bluemoon5929 22 วันที่ผ่านมา

    "Project End of Life" - R.I.P. JELOS

    • @seancook6879
      @seancook6879 3 วันที่ผ่านมา +1

      Switch to rocknix. Its a continuation of jelos. Literally exact same thing just changed name and continued working on it. Believe it has a few of the original devs still but also some different people

  • @bobcake8904
    @bobcake8904 9 หลายเดือนก่อน +2

    Bro- playing Four Swords with this would be so cool- everyone on the game boy advance. Wait- I guess that would only be two player, which not quite the same as playing with dolphin but still super fun. (imagine being able to play in connection with dolphin!)

  • @obvious_giraffe8386
    @obvious_giraffe8386 9 หลายเดือนก่อน

    Is there an anbernic tinder to find friends to play with?

    • @airthrowDBT
      @airthrowDBT 9 หลายเดือนก่อน

      Lmao@ Anbernic Tinder

  • @ounhy5359
    @ounhy5359 9 หลายเดือนก่อน +1

    if only if i had friendsd to do this 😅😅

  • @roflBeck
    @roflBeck 7 หลายเดือนก่อน

    I wish the was a way to do this with GBA. Oh well, still pretty cool

  • @teamgh0ul
    @teamgh0ul 9 หลายเดือนก่อน

    BOMBERMAN would be awesome on this

  • @KyleRuggles
    @KyleRuggles 9 หลายเดือนก่อน

    This is Wi-fi direct, eh? Nice!