giongto35 / cloud-game

Web-based Cloud Gaming service for Retro Game
https://www.youtube.com/watch?v=GUBrJGAxZZg
Apache License 2.0
2.32k stars 348 forks source link

Only 2 person can control the game characters #353

Closed wojxhr closed 3 years ago

wojxhr commented 3 years ago

When I add some multiplayer games,I found that player index 3 and index 4 are useless.How can I enable 3 or more people to control the game characters at the same time?

sergystepanov commented 3 years ago

Any game example to check?

wojxhr commented 3 years ago

Any multiplayer game like Super Dodge Ball(Chou Nekketsu Koukou Kunio) or Mbounce winning fighter(Nekketsu Kakutou Densetsu)

sergystepanov commented 3 years ago

This' more of a Libretro issue. So it's NES and DS. Speaking of NES, the emulator should be configured with multitap like that https://github.com/giongto35/cloud-game/issues/192#issuecomment-646299806. Hope this helps.

wojxhr commented 3 years ago

I'm sorry that your project struct is changed so that I can't find the correspond directory and files :(. Could you please guide me to configure with the newest version? Thanks very much.

sergystepanov commented 3 years ago

Make a new .cfg file with your params in the assets/cores folder (next to the mupen64 .cfg), then add it into configs/config.yaml (see n64 core config for an example).

wojxhr commented 3 years ago

Wow,Thanks for your kind help!

wojxhr commented 3 years ago

Sorry to bother you again :(. Is there any multiplayer game can enable player3 and player4 in the CloudRetro?I tried many other games like Super Bomber man,but it still not work.

sergystepanov commented 3 years ago

Take a look at the full list of NES games that support 4 players. I think, multitap patched ROMs exist as well. I only tested R.C. Pro-Am 2 (U).nes and that it seems to be working as expected. Tried Nekketsu [J] on Retro and on the standalone Nestopia app -- no success. Therefore games with more than two players should be possible if a ROM is multitap-ready.

wojxhr commented 3 years ago

Thanks again! You are so kind.