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

500 file limit inside HTML5 zip files? #870

Closed
TerryCavanagh opened this issue Aug 8, 2018 · 2 comments
Closed

500 file limit inside HTML5 zip files? #870

TerryCavanagh opened this issue Aug 8, 2018 · 2 comments

Comments

@TerryCavanagh
Copy link

Hello! I was narrowly below the 500 item limit for zip files with my last Dicey Dungeons update, and I think it's possible I'll overtake it soon, especially if I start providing multiple versions in the same zip file.

Just wondering if there are plans to raise this limit? I'm sure it must be a problem for lots of different people - for example, I believe big HTML5 RPGMaker projects can have thousands of tiny files in their zips...

@leafo
Copy link
Member

leafo commented Aug 8, 2018

The 500 file limit isn't a technical one, but a recommendation for developers. RPG maker games using thousands of files are generally better off providing a downloadable version of their game, since the user experience of having to load a game with that many requests is not ideal. We recommend developers creating HTML5 games to consider things that web developers do: minification, concatenation, compression, etc.

We can lift the limit on request though. I've lifted the limit on your account (it's at 3k files)

@leafo leafo closed this as completed Aug 8, 2018
@TerryCavanagh
Copy link
Author

Fair enough!

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