Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Too many ZIP files

A topic by Todashi created Jan 23, 2024 Views: 840 Replies: 20
Viewing posts 1 to 2

Hey, I'm trying to publish my first game. It's also supposed to be pretty small. 

When I upload it, it says I have too many ZIP files. I deleted as much as I could and it doesn't work. 

Can anyone help? I'm in a little of a rush to get this done.

Moderator

You mean too many files in the zip archive? No, that's a hard limit for web games. Consider offering the game for download instead.

I think so. When I made it downloadable, it just downloaded the files and I wasn't able to play it.

Moderator

Wait. What did you try to upload, exactly?

My Godot project. (It contains all the files, sprites, scripts, and stuff) When I downloaded it, I just downloaded all those files.

Read this tutorial.
https://foosel.net/til/how-to-export-a-godot-4-game-to-run-on-the-web-on-itchio/

Yeah, I did that-still says too many zip files (1143 > 1000) 

But I really need my game to be on browser.

Moderator

Then maybe make only a small demo for the browser, and offer the whole game for download.

Without knowing your game in detail, it's difficult to recommend something and expect it to work.

But your problem may be that you are not optimizing your files.

For example, in a 2D game, you can have 20 animations for one character.
If you use one image per animation, there are 20 files.
If you use a spritesheet instead, you reduce from 20 to just 1 file.

This is a general suggestion.


If your game cannot be optimized further, then as it says @No Time To Play. You could make a smaller demo and make the full game downloadable only.

(1 edit)

This is where my problem comes in... My game is small, only three levels and a bossfight, my character has only three animations (I made my own sprite sheets too), only two mobs with two animations, etc... So I don't understand why it isn't working, and I can't (or don't know) how to make it smaller...

Ok.

I was doing some testing and you must definitely have some error somewhere else. I just created a stage with some meshes and textures and exported the project to HTML. The total of my files after exporting does not exceed 12 even though I have more than 12 files within the project.


Possible problems that occur to me are that you are exporting the project to a folder that already has other files.


Try this, when exporting, create a new folder, export ONLY the HTML version in that folder. (if you are exporting to another system like windows or linux, create SEPARATE folders for each export). When exporting, uncheck the option that says "export with debug". Check that folder and if you can take a screenshot. You shouldn't have many files. You compress that into a zip and try uploading it to Itch.

(2 edits)

So only 'index.html' should be in the folder uploaded to itch.io?

When I did that everything was black.

I'm still having problems.

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.