Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Here is the version for Rule34.xxx: https://pastebin.com/H4LAjX7b and the updated version for the old one (Just some syntax things on my side, so no need to download the new one if you already have the old one): https://pastebin.com/q7ZDqLYp

You still have to create your own .bat file (just copy start.bat, rename it and change the text in it to the right .ps1 file)

I also added some comments on what to do if you want to change websites. Sadly it is not very straight forward and you kind of have to understand regexes, a little bit of HTML and of course some PowerShell. But they might help to give at least some pointers on what to do.

(+1)

Thank you very much, i might try to dwell into HTML coding again because of thi

So... this works quite well. Too well, one might say. I was scrolling through the images it downloaded and I reach number 47/48 and saw it was still downloading. Turns out it was currently downloading image 73... I really don't have much use for images past 52, and anything more than 60 is probably excessive. So if anyone finds this fix, don't let it run and walk away or something.

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?