Hi all,
I want to upload my HTML game to a website, but the ZIP file contains too many files. Only 500 files are accepted, I have about 880, most of them are sound files.
Those are present twice: Once as .m4a, once as .ogg. I think this is done as not all browsers support all formats, but I need to reduce the amount of files. Would it be possible to delete all the files of one format without interfering with the game? Which audio format is covered by more browsers?
Thanks in advance!
Edit: Unfortunately, deleting files out of the ZIP folder disables my game to load. Is there any way to work around this?