Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download of OBB? #1

Open
Mullen47 opened this issue Nov 9, 2015 · 3 comments
Open

Download of OBB? #1

Mullen47 opened this issue Nov 9, 2015 · 3 comments

Comments

@Mullen47
Copy link

Mullen47 commented Nov 9, 2015

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

@deemen
Copy link
Contributor

deemen commented Nov 9, 2015

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
Copy link
Author

Mullen47 commented Nov 9, 2015

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

@deemen
Copy link
Contributor

deemen commented Nov 9, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants