You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use the import script to move the Sonic ROMs around, however, the script doesn't support Windows. Is there a reason for this? I see a windows client on the CDN here: https://developer.valvesoftware.com/wiki/SteamCMD#Windows
I'm just doing it manually right now. If there isn't some other reason for not supporting, I can PR it in.
[Operating system]
Windows 10, 64-bit
[Python version]
3.6.4
[Gym Retro version]
0.10.5
The text was updated successfully, but these errors were encountered:
So, I altered the script so I can run SteamCMD just fine, and it works, but two things are significantly different.
The downloaded directory tree is different. My ROMs are in "steamapps/common/Sega Classics/uncompressed Roms"
The SteamCMD download succeeds and the app updates too, but the return code is 7 so the script exits early. It was tough to figure this out because the print statement happened to be printing the end of the steam download, which indicated success.
Since I figured this out I was able to just copy the ROM over, but it would be nice if this worked. I'm curious what it looks like on Ubuntu, I may try tomorrow
Issue summary
I'd like to use the import script to move the Sonic ROMs around, however, the script doesn't support Windows. Is there a reason for this? I see a windows client on the CDN here: https://developer.valvesoftware.com/wiki/SteamCMD#Windows
I'm just doing it manually right now. If there isn't some other reason for not supporting, I can PR it in.
Windows 10, 64-bit
3.6.4
0.10.5
The text was updated successfully, but these errors were encountered: