Is there any android version compressed?
This may or may not be easily compressible depending on whether or not android and the android version are set up to load webp images. Much hangs on the libraries used to load and render the images. The standard library of the JDK
ImageIO
isn't readily available on Android for instance. And it also needs additional files to read webp (see
You must be registered to see the links
).
I guess the people actually compressing games are more knowledgeable on that matter and posting a
compression request may lead to more insightful reactions.
Don't the game still require a lot of space to install?
I just had a go at converting the image files (jpg, png) to webp:
Code:
1,3 GiB [##########] /original
539,8 MiB [#### ] /compressed
Edit: the sizes shown are for the complete game (once with full images and once with compressed images inside the corresponding folder)