JTNDev / galaxy-integration-wii

MIT License
14 stars 1 forks source link

GOG Galaxy 2.0 is not detecting Dolphin Roms #1

Closed DoyesBoyes closed 4 years ago

DoyesBoyes commented 4 years ago

So I just implemented this plugin, set up my paths (with / and not ) and renamed a few of my ISOs to better reflect the Index.txt, yet GOG Galaxy 2.0 does not detect them.

Here's my user_config ss+(2019-08-14+at+10 39 46)

Here's my ROM folder (note not all of them have been renamed but I did do to a few of them as a test) ss+(2019-08-14+at+10 40 44)

JTNDev commented 4 years ago

Hi, a couple of hours ago I deleted the binary for the application and forgot to replace it, so I'm assuming you downloaded the source code.

I just tested it with the binary and it's working while it doesn't work with the source code out of the box. Ignore what I said earlier about renaming the folder, download the binary as I made a small error.

DoyesBoyes commented 4 years ago

Hey I downloaded the latest release (0.1.1) but it doesn't seem to have fixed the problem.

JTNDev commented 4 years ago

Can I see your AppData\Local\GOG.com\Galaxy\plugins\installed and the plugin's folder? Thanks

Curotos commented 4 years ago

I downloaded the updated version as well and it didn't fix it either, gog

JTNDev commented 4 years ago

@Curotos The reason why it's not working is the "galaxy-integration-wii-master" folder must be named "dolphin_fc3e85e4-c66b-4310-96c0-8f95cc43e546". It seems like you downloaded the source code not the binary which is why the folder is named that way. Try copying the folder from here or rename the folder to "dolphin_fc3e85e4-c66b-4310-96c0-8f95cc43e546"

Curotos commented 4 years ago

I tried renaming the folder and it did not work then I tried downloading the folder you linked and it still isn't working?

JTNDev commented 4 years ago

Can you please show me your user config file? Also, is it not showing up in Galaxy or are the games not importing?

Curotos commented 4 years ago

It is being detected by galaxy and it creates the tab for Nintendo Wii it just doesn't import the roms gog user

JTNDev commented 4 years ago

It works for Wii games not GameCube games, do you keep your Wii and GameCube games in the same folder? Also, can I please see your ROMs folder so I can see if the ROM names are right?

Curotos commented 4 years ago

Ah I see, yes I keep them both in the same folder for dolphin. gog roms

JTNDev commented 4 years ago

I've never tested the program with iso files before, just wbfs so I'll see if that's the problem and get it working with ISOs. I might not be able to do it today but I'll try to narrow down the problem as soon as possible

Curotos commented 4 years ago

I gotcha, thatd be awesome! No rush, i'm just super excited to get these emulators running in galaxy!

Curotos commented 4 years ago

Really weird after leaving it alone for a while I reopened it and it imported some of the roms? gog games

JTNDev commented 4 years ago

I think I've finally figured out the problem. Can you put Batman, Wind Waker and TMNT in a separate folder, and try disconnecting and reconnecting the plugin? I think the problem is that games with a ":" in their names aren't recognized by my plugin (because you can't include : in a Windows file) and I've noticed that if one game isn't recognized, none of the games get imported. Also, I didn't realize GameCube games are in the index file so GameCube games will work as well! Oh oops, I didn't notice your previous post!

Curotos commented 4 years ago

Alright the only two games that aren't showing now are wind waker and tmnt, plus I was able to edit the unknown games using the gog meta data thingy. They all run perfectly through gog!

DoyesBoyes commented 4 years ago

@JTNDev I can confirm that games that have a ":" in there title aren't recognised. I got it to work by putting games that don't have have symbols in them (:, -, etc...) and they were picked up. As soon as I put a game with a - in the title it fails to get recognized. Can I suggest maybe implementing GiantBomb API support since I believe that can circumnavigate the problem (assuming of course you can). I know the PCSX2 plugin did this and that was the only way I was able to get the plugin to read my folder.

Edit: I discovered that you could simply remove the : in the Index.txt and replace it with a character that a file could recognize and that fixes the issue.

JTNDev commented 4 years ago

@Curotos I'll try to implement GiantBomb API support eventually, and I'll also try to enable support for games with symbols in them!

On Thu, Aug 15, 2019 at 9:42 PM DoyesBoyes notifications@github.com wrote:

@JTNDev https://github.com/JTNDev I can confirm that games that have a ":" in there title aren't recognised. I got it to work by putting games that don't have have symbols in them (:, -, etc...) and they were picked up. As soon as I put a game with a - in the title it fails to get recognized. Can I suggest maybe implementing GiantBomb API support since I believe that can circumnavigate the problem (assuming of course you can). I know the PCSX2 plugin did this and that was the only way I was able to get the plugin to read my folder.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JTNDev/galaxy-integration-wii/issues/1?email_source=notifications&email_token=AJ5LEJ3EOLL3S52U3CJRWM3QEYAXNA5CNFSM4IL2RON2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4NNY3I#issuecomment-521854061, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ5LEJ4V45HRBSEXJNAANY3QEYAXNANCNFSM4IL2RONQ .

Curotos commented 4 years ago

Alright dope thank you my man, you are genuinely giving us an ultimate gaming experience!

DoyesBoyes commented 4 years ago

I think it's safe to close this issue out now