RPGMaker games are getting too big, not gameplay size, but file size. I keep seeing more and more RPGM games be well over 80mb, the limit for RPG Maker to compress is 128mb, I've seen people hit the limit and send people folders of uncompressed MP3's and graphics.
RPG Maker's Limit is 128mb
If you encrypt an RPG Maker project that is over 128mb in size it will encrypt some of it and stop, usually it will stop half way through the large files. Keep your game under 128mb! There are tricks to go over the limit but it is best to be under it anyway, file sizes puts some people off downloading games.
Fileformats to use
GRAPHICS
Convert from MP3/WAV to OGG
Download Audacity, install it, open it then click on Project --> Import Audio, find your MP3 file and select that, go to File --> Export As OGG Vorbis and then continue through the obvious steps and you'll find that your file is compressed massively! If you want to further compress it, before you export to OGG vorbis lower the bitrate at the bottom left corner, this might lower the quality but it also lowers file size (Thanks Zekallinos)
RAR better than ZIP
The RPGMaker encryption doesn't compress very much, if you compress your game yourself into a .RAR file instead of the encryption or a .ZIP file you'll lower the download size as a whole, although for .RAR you may need an extra program to extract and compress the file. (Thanks Zekallinos)
RPG Maker's Limit is 128mb
If you encrypt an RPG Maker project that is over 128mb in size it will encrypt some of it and stop, usually it will stop half way through the large files. Keep your game under 128mb! There are tricks to go over the limit but it is best to be under it anyway, file sizes puts some people off downloading games.
hima":3gnus1ej said:Actually, there's a way to encrypt a game that is bigger than 128 MB though. If after you've tried to reduce your game size but it still exceeds 128 MB, there's still hope
Here are the steps to encrypt the game that is larger than 128 MB. This is useful for games that are large because of the graphics or , very unlikely, data files.
1.) Encrypt the game as usual
2.) When it's saying that it's working with the audio file, go to your game folder. You'll see the Game.rgssad file is already there. Copy and paste it somewhere else. Try to do this fast, since the rggsad file will be deleted once the making setup file process is done.
3.) Now, you can copy your game folder and paste it somewhere. In your copied folder, delete graphic and data folders, and paste your Game.rgssad there. Also, don't forget to delete Game.rxproj file.
4.) Your copied folder is now an encrypted version of your game. Just zip it, or do whatever you feel like doing.
I've faced this problem when I was working with Fluffy and the Gang. Scared the heck out of me though
Fileformats to use
GRAPHICS
- BMP - Use ONLY if you index your colours to a set pallette, it's best to avoid BMP altogether anyways. Do not use for title screens, panoramas or gameovers.
- PNG - Use for sprites, animations, icons, tilesets, windowskins, basically anything that needs transparency in it, that's generally materials that overlap other ones. Do not use for title screens, panoramas or gameovers. If you want to compress PNG further, you can index your colours like with BMP, although this loses general quality and alpha channels (Thanks Sol_Fury for that one)
- JPG/JPEG - Use only for title screens, panoramas or gameovers. Don't use for anything else as JPEG simply won't work with anything else.
- GIF - Just don't use.
- MP3 - Don't use MP3! It's very large in filesize as it store information that RPGMaker doesn't even need to use! See below for instructions on how to convert from MP3 to better formats.
- WAV - Gets waaaaay too big for full music tracks, if you are going to use WAV, keep it for sound effect that last under 2 seconds.
- MIDI - Best format for music, but you need to know how to compose MIDI to use it, also it can sound very electronicky in use.
- OGG - My personal favourite audio format! Way smaller than MP3 but same audio quality. In RMXP, OGG loads the track before playing, unlike MP3 which streams the track, so you may experience a short freeze in audio before it is played. In RMVX the track will stream with no loading pause. (Thanks Reives and Yeyinde for that)
OGG can also be "tagged" at certain points in the track to loop with programs such as winvorbis, RPGMaker VX uses this and will recognise it for your own loop tagged OGG tracks. If you want this for RPGMaker XP, Cowlol has made a script that "retools" RPGMaker XP's audio library and can allow you to tag looping points in OGG tracks through the script itself. (Thanks Miek?)
Convert from MP3/WAV to OGG
Download Audacity, install it, open it then click on Project --> Import Audio, find your MP3 file and select that, go to File --> Export As OGG Vorbis and then continue through the obvious steps and you'll find that your file is compressed massively! If you want to further compress it, before you export to OGG vorbis lower the bitrate at the bottom left corner, this might lower the quality but it also lowers file size (Thanks Zekallinos)
RAR better than ZIP
The RPGMaker encryption doesn't compress very much, if you compress your game yourself into a .RAR file instead of the encryption or a .ZIP file you'll lower the download size as a whole, although for .RAR you may need an extra program to extract and compress the file. (Thanks Zekallinos)