Reduce file size?

dorkyrooster
14 Sept 2013, 03:42
I have had trouble uploading my game, which is 35MB. I.e., it doesn't upload. (Alex has uploaded it manually for me once.)

I would like to try and reduce the size of it so I can upload on my own. It has images and sounds, which I guess is why it is big. Is there a way to see what is taking up so much space? Can I delete a saved image in the game? What is the upload size limit?

Thanks for any help.

jaynabonne
14 Sept 2013, 09:00
Do you have a game URL? If so, I could download it and see what the files are.

Also, are your images and sounds compressed?

Finally, are all the images and sounds that end up in your game necessary? (You can see what's in the .quest game by making a copy of the file with a .zip extension and then opening it up as a compressed folder.)

Pertex
15 Sept 2013, 14:15
You could load images from another location just using <img src="http://...."> but these images will only be available, if the player is online

dorkyrooster
16 Sept 2013, 03:44
Thanks for the replies, I think I have figured it out.