amakvana/SwitchEmuModDownloader

Games not detected on Linux

CozMedic opened this issue · 1 comments

Describe the bug
Unable to properly detect or download mods for games on a Steam Deck. I believe it is because of my "yuzu folder" (File > open yuzu Folder) is to /home/deck/.local/share/yuzu but my NAND & other paths are set to /home/deck/Emulation/storage/yuzu/. This means that ~/.local/share/yuzu/load for example is empty.
I'm not sure if it's possible to tell YuzuModDownloader where to look or provide it with custom paths on Linux.

To Reproduce
Steps to reproduce the behavior:

  1. Download/Run YuzuModDownloader
  2. Select a Repo which has mods for a game in yuzu
  3. Click Download
  4. Receive message that mods were downloaded for 0 games

Expected behavior
Should detect/recognize what games have mods available and download mods for those games as intended.

Screenshots
N/A but I can gather any if necessary.

Desktop/Laptop (please complete the following information):

  • OS: SteamOS/Arch
  • Yuzu Version: EA 3949 (latest at time of writing)
  • Yuzu Standalone or Installed: Standalone(?) running the EA AppImage
  • Game Title: Tested with The Legend of Zelda: TOTK as an example
  • Game Title ID: 0100F2C0115B6000

Additional context
Configuration > System > Filesystem paths:
NAND: /home/deck/Emulation/storage/yuzu/nand
SD Card:/home/deck/Emulation/storage/yuzu/sdmc
Dump Root:/home/deck/Emulation/storage/yuzu/dump
Mod Load Root:/home/deck/Emulation/storage/yuzu/load

This was due to the Title ID, not the paths not being recognized.