This site requires JavaScript, please enable it in your browser!
Greenfoot back
AngelusNeko13
AngelusNeko13 wrote ...

2016/5/16

Why Greenfoot wont let me publish my game :(

AngelusNeko13 AngelusNeko13

2016/5/16

#
okay, i have an issue im trying to publish Street Racer X but the game is 44.0 MB large, most of the game is tiny car designs i made, 164 designs, i was wondering how i cant publish the full game :(
danpost danpost

2016/5/16

#
AngelusNeko13 wrote...
okay, i have an issue im trying to publish Street Racer X but the game is 44.0 MB large, most of the game is tiny car designs i made, 164 designs, i was wondering how i cant publish the full game :(
If you have large background images, make sure that they are in 'jpg' format. If you have music files, make sure that they are in 'mp3' format. If you have multiple classes that are only different by their images, find a way to use only one class for all of them. If you have multiple classes that are only different by one or two other states, use field values to differentiate between them using a single class. If your sprite images can be reduced in size by removing only transparent pixels, do so. If you have multiple subclasses of a class with similar code in all of them, remove the similar code from the subclasses and put one copy of the code in their superclass (same with field declarations). If you have any unused image or music files in the 'images' or 'sounds' folders of the project, remove them.
AngelusNeko13 AngelusNeko13

2016/5/17

#
thanks, ill see what i can do
You need to login to post a reply.