04-02-2017, 02:29 AM
Most (if not all of) the image data appears to be in the form of regular PNG files.
Assuming you've figured out how to extract the APK, bulk-renaming the content of assets\data\ will do the trick. You can either just do a "ren * *.png" at the command prompt (shift-right-click the folder to get there quickly), or, if you want to add extensions to the other files in there too, hit them with something like ExifTool.
Assuming you've figured out how to extract the APK, bulk-renaming the content of assets\data\ will do the trick. You can either just do a "ren * *.png" at the command prompt (shift-right-click the folder to get there quickly), or, if you want to add extensions to the other files in there too, hit them with something like ExifTool.