O Ilusionista
Captain 100K
Its possible to complie the Android version with a .pak inside, so the user doesn't needs to copy the file to the specific folder?
Plus, can I change the default icon?
Plus, can I change the default icon?
Android port now uses relative directory instead. It can also carry a default pak if it is placed properly in assets folder (experimental).
main/assets/
This is empty. You can use it to store raw asset files. Files that you save here are compiled into an .apk file as-is, and the original filename is preserved. You can navigate this directory in the same way as a typical file system using URIs and read files as a stream of bytes using the AssetManager. For example, this is a good location for textures and game data.
CopyPak("BOR");
CopyPak("Avengers")
Google Play currently requires that your APK file be no more than 50MB. For most applications, this is plenty of space for all the application's code and assets.
bWWd said:You have to be programmer moron to lock OS like that for 50MBim sure one person is responsible for that kind of stupid decision and im sure he's proud. :
![]()
CopyPak("wargems");
String fileRoot = Environment.getExternalStorageDirectory().getAbsolutePath() + "/" + ctx.getApplicationInfo().loadLabel(ctx.getPackageManager());
wargems/Paks/wargems.pak
extern DECLSPEC char *SDLCALL SDL_GetBasePath("/mnt/sdcard/Android/Obb/org.tekken.malik/");