Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Ah right. I think it downloads number of pages instead of number of images, which is kind of dumb ^^.

For a fix add 

if ($match_count -gt 52) { break }

after the line

"$match_count = ($match_count + 1);"

This should stop the loop after downloading 52 images. If there are too few images, just up the number in the if.

Hope that helps.

I downloaded the game only to find that the pictures dont load on the cards at all, i check the code and it keeps saying the list index is out of range. can anyone help me with this

Don't know if it helps, but when going over the script I found a few more possible problems + I thought it was a bit slow, so I made it faster.

https://pastebin.com/HQ11fM4C

If that does not help, where do you see the errors? If you also see the errors, when you only start the game (not my script), then something in there is going wrong and I can't change that. Sorry.

I really hope that this is still open but I've been trying for an embarrasing amount of time to get this to work. The powershell doesns't isntantly kill itself, and I got to the part where it makes sure I know what I'm talking about with choosing 1 thourhg 9 but in the end it still tells me 


IndexError: List index out of range

What do I do about this?