NiceneNerd / BCML

Breath of the Wild Cross-Platform Mod Loader: A mod merger and manager for BOTW
308 stars 57 forks source link

Cemu flatpak issues #521

Closed halfmexican closed 1 year ago

halfmexican commented 1 year ago

I'm trying to get this set up working with CEMU installed as a flatpak, but nothing works.

I couldn't set a cemu install directory as there is no exe and the flatpak binary didn't work

I tried setting the export path to .local/share/cemu and that didn't work nor did making a path within the flatpak installation directoy.

How would I go about getting this to work with CEMU installed as a flatpak

GingerAvalanche commented 1 year ago

Depends entirely on where the flatpak executable reads the graphic packs from. That's something you should look into with the flatpak repository/wiki/whatever. Bcml is no longer supported and the flatpak cemu build was only released 2 days ago.

Whatever it is, you'd set the export path to [flatpak graphic pack folder]/BreathOfTheWild_BCML and bcml will put the files there. Might also need to make your own rules.txt file and set the option to Disable links for master mod if bcml doesn't put its own rules.txt there.

halfmexican commented 1 year ago

Thank you! I got it working!