Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits) (+1)

So does every other Ren'py VN. None of them ask for complete file access.

Edit: the kind of file access required for a file manager.

(+2)

I don't know what you are implying, but if you have a problem with its functionality on mobile, I'd encourage you to try it on PC or MAC. And if not, that's fine too. 

(+2)

I appreciate your response and the discussion as a whole.

(+2)

Thank you! I appreciate you stopping by my page.

(+2)

Hello, you are correct that by default renpy games on Android do not need this permission. That is because they write saves to app-specific folders. Unfortunately, those folders are deleted when the app is uninstalled. Which means that game updates that people play for a couple of days every few months must remain installed otherwise players will lose their progress.

So, some porters have taken to adding additional functionality to write saves in shared space, which is similar to what renpy does on other platforms. This way you can uninstall the game and your saves will remain until you install the next update. In order to provide that, Android requires file access permissions similar to apps that write shared media types like images. 

It's also required for renpy games that want to move past the 2GB extended APK data limit (renpy supports only a single extension) or to apply external patches. This is game does not require that but it's the kind of feature that indeed requires those permissions you believe are only suited for File Managers.