Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)(-16)

apk has a size limit of 2GB IIRC. This game is about 11GB and already compressed

(+1)(-12)

Runey my lord, what limit are you talking about? I've download other lewd game that has more than 2GB size? So why are you having that problem.. 

(+2)(-15)

I use the built in renpy APK builder, it tells me the limit is 2GB. If anyone knows a way around this, I would be grateful to know

(2 edits) (+1)(-6)

Most do it by seperating the rpa file inside the "game" folder and having the apk install everything else. As long as the file location isn't inside android's data folder and somewhere else like the document folder (which is how most devs are doing it now since android is denying access to data files) it's fairly easy for the users to just move or copy the rpa file into the game folder themselves. Just zip the apk and the rpa files together with maybe a txt document for installation instructions and post it up on itch to download. Although I'm not sure specifically how to do any of that since I've never personally done it myself, the method is there you just might need to ask around a bit.

(+1)(-4)

Setup a server to host the game's files. Then create an APK with just a title screen, this title screen app is just there for the user to receive the game's files from an external server. Then have the app just overwrite its files with those downloaded from the external server. Or you can reference/use RADC. RADC should give you an idea of where to start, or you can use it as is while buggy does what is needed.

(1 edit) (+1)(-4)

if its already compressed then i guess there's not much that can be done about file size. But either way joiplay is prone to crashing in my experience and I lost a ton of progress the last time I tried playing your game to a crash. Since then I unistalled and just refuse to use it.