zach-morris / plugin.program.iagl

The Internet Archive Game Launcher (IAGL) will launch Games from the Internet using Kodi
GNU General Public License v3.0
348 stars 49 forks source link

Unable to start Spectrum games #251

Closed chapas closed 2 years ago

chapas commented 2 years ago

Need some help launching Spectrum games with game.libretro.fuse. Game is being downloaded from archive.org in a zip format, but fuse can't launch a ZIP and it fails. This seems simple, what am I missing here?

Thanks

zach-morris commented 2 years ago

It seems the addon removed zip as an acceptable extension format. I added it manually, and it plays just fine. I'll open a PR or issue for the addon. In the meantime, you can edit the addon.xml and change the extensions and add zip

Screen Shot 2022-04-16 at 1 55 03 PM

.

zach-morris commented 2 years ago

Added PR https://github.com/kodi-game/game.libretro.fuse/pull/9

chapas commented 2 years ago

Thanks for the quick update!