The Daily Click ::. Forums ::. Klik Coding Help ::. Why are my games so big?
 

Post Reply  Post Oekaki 
 

Posted By Message

monkeytherat

Hero of Time Jr

Registered
  07/11/2010
Points
  1293

VIP MemberI donated an open source project
8th August, 2012 at 08/08/2012 01:29:01 -

It's a thing I have wondered for a while. My games generally do not contain much content when compared to similarly sized games. For example, my game Jimmy: Dungeon Escape! was only 25 levels long, yet had a filesize of around 80 megabytes (approximately the size of Wolfire's fps "Reciever").

I have thought that it may be the music, but the music source is actually, in total, more space-consuming than the finished product. I have also thought that it may be my excessive use of fastloops, but I do not quite see how that would lead to a huge filesize.

Any thoughts would be helpful, as I am currently revamping my games to be smaller. If youw ould like a sample of source code, just post here and I'll upload it.

 
If you put a million monkeys at a million keyboards, one of them will eventually write a Java program.
The rest of them will write Perl programs.

UrbanMonk

BRING BACK MITCH

Registered
  07/07/2008
Points
  49566

Has Donated, Thank You!Little Pirate!ARGH SignKliktober Special Award TagPicture Me This Round 33 Winner!The Outlaw!VIP MemberHasslevania 2!I am an April FoolKitty
Picture Me This Round 32 Winner!Picture Me This Round 42 Winner!Picture Me This Round 44 Winner!Picture Me This Round 53 Winner!
8th August, 2012 at 08/08/2012 03:06:15 -

I drop alpha channels as much as possible.. Lower your color mode if you can.

Check your sounds, wav is really large for longer sounds.
Check the Data Elements section, it shows how much space each sound file takes, and it also shows what extensions you used.

Check your data/runtime folder of MMF to see the file size of each extension used, those will be included in the final build.

Make sure you have "Compress Runtime" checked in the Application properties. Although sometimes some anti-virus flag your application as malware when this is used, so make sure you scan it afterwards with an online scanner of some sort.

 
n/a

monkeytherat

Hero of Time Jr

Registered
  07/11/2010
Points
  1293

VIP MemberI donated an open source project
8th August, 2012 at 08/08/2012 15:39:13 -

Thank you so much It turns out that the problem was me using wav files for music. By switching to MIDI music, I lowered file size to about 10 mb.

 
If you put a million monkeys at a million keyboards, one of them will eventually write a Java program.
The rest of them will write Perl programs.

-Liam-

Cake Addict

Registered
  06/12/2008
Points
  556

Wii OwnerIt's-a me, Mario!Hero of TimeStrawberry
8th August, 2012 at 08/08/2012 20:07:54 -

I remember making that mistake... Must have been 10-11 years ago now. I feel so old!

 
Image

Tell 'em Babs is 'ere...

UrbanMonk

BRING BACK MITCH

Registered
  07/07/2008
Points
  49566

Has Donated, Thank You!Little Pirate!ARGH SignKliktober Special Award TagPicture Me This Round 33 Winner!The Outlaw!VIP MemberHasslevania 2!I am an April FoolKitty
Picture Me This Round 32 Winner!Picture Me This Round 42 Winner!Picture Me This Round 44 Winner!Picture Me This Round 53 Winner!
9th August, 2012 at 09/08/2012 06:18:55 -

You can use a sound editor to lower the bit rate, or convert the music files to OGG.
Midi is great but it isn't supported on as many platforms as wav, ogg, and mp3.

Lowering the bit rate or using OGG format is the best choice.

 
n/a
   

Post Reply



 



Advertisement

Worth A Click