Hello, I'm working on a game using the Visual Novel Maker engine and when I export the game for the web it generates a huge amount of files. The current build of the game containing the first chapter have about 300 files, but the size of the game when zipped is only 40mb. So I'm pretty sure it'll have more than 500 files very soon, but I'm sure the full size won't reach 1gb (it will probably be around 250mb).
I'm not sure if I understood the rules of zip files for web games, it mentions:
"The ZIP file should not contain more than 500 individual files after extraction." and "There are less than 3000 files in the zip file"
That means that I can upload a zip file with up to 3000 files if there is no need to extract its contents for the game to work?
I'm asking this now so I don't start uploading the game and then I have to put it on another place in the future.