amakvana / SwitchEmuModDownloader

SwitchEmuModDownloader - A Cross-Platform One-Click Games Mod Downloader for Switch emulators. Formerly YuzuModDownloader.
GNU General Public License v3.0
567 stars 35 forks source link

Add option for yuzu directory #4

Closed maltejur closed 1 year ago

maltejur commented 3 years ago

See #2 Screenshot 2021-07-27 133408

amakvana commented 2 years ago

Haven't forgot about this. If you use yuzu on Linux with Wine, open Yuzu and check the following for me:

Click on Emulation > Configure > System > Filesystem

Confirm the Mod Load Root path also points to Z:\home\maltejur\.local\share\yuzu

maltejur commented 2 years ago

Linux doesn't have drive names like Z:, the Mod Load Root option just points to /home/maltejur/.local/share/yuzu/load, but if you use wine the path would look like Z:/home/maltejur/.local/share/yuzu/load, yeah. Also the Mod Load Root has the additional /load at the end.

But the whole wine thing was also just an example that people don't always have the yuzu directory in the default location.

amakvana commented 2 years ago

Linux doesn't have drive names like Z:, the Mod Load Root option just points to /home/maltejur/.local/share/yuzu/load, but if you use wine the path would look like Z:/home/maltejur/.local/share/yuzu/load, yeah. Also the Mod Load Root has the additional /load at the end.

But the whole wine thing was also just an example that people don't always have the yuzu directory in the default location.

Oh I see! Okay thanks for the insight! There is another issue opened to do with the directories so I was looking into killing two birds with one stone essentially.

I'm thinking possibly parsing and extracting the Mod Load Root path and using that instead of detecting the default paths.

amakvana commented 1 year ago

As of v1.1.0.0, the path is pulled in via Mod Load Root fixing this https://github.com/amakvana/YuzuModDownloader/blob/main/CHANGELOG.md#1100---2022-04-09