The VG Resource
help ripping browser game (not flash) - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html)
+---- Thread: help ripping browser game (not flash) (/thread-38242.html)



help ripping browser game (not flash) - dald22 - 11-23-2020

I wanted to rip this game for shits and giggles its called craftmine its a rip off of minecraft on one of those websites that have a bunch of weird games on them https://lagged.com/play/2341/ I got the idea after seeing one of ]PhoenixSC's video  "I found the perfect Minecraft ripoff game["  I think it html but I cant right click it


RE: help ripping browser game (not flash) - skeddles - 12-03-2020

Unfortunately it looks like the sprites were improperly resized beforehand so you'd have to do a lot of processing to get them.

If you open the network tab in developer tools you can get the games data: https://lagged.com/api/play2/craftmine/data.js

In that is a bunch of references to sprite sheets. Plop those into the url where data.js is and bam you can see the images: https://lagged.com/api/play2/craftmine/images/tilemap.png

Based on the quality of the sprites and how badly they were destroyed, I'm guessing they're just stolen from somewhere else, and you can probably find the originals elsewhere on the net.


RE: help ripping browser game (not flash) - dald22 - 12-03-2020

got it thank you man