dblstallion / s3eAndroidXAPK

Marmalade extension to help with Android APK Expansion file processing.
MIT License
1 stars 0 forks source link

Download of OBB? #1

Open Mullen47 opened 8 years ago

Mullen47 commented 8 years ago

Is this solution suppose to be able to download the obb if its missing, cause I cannot see anywhere this is handled?

deemen commented 8 years ago

It doesn't download the OBB if its missing. That must be handled by a separate system. In our game, we used Marmalade's cross-platform HTTP client to download the missing files.

Mullen47 commented 8 years ago

Ah ok, thought as much. So this basically just resolves the download links? Cheers for the quick reply btw!

deemen commented 8 years ago

Correct! Handling the downloading in the extension is a lot of extra work since it would need to be done in Java while Marmalade already has a serviceable downloader in application space.