.gif Animaitons

How to find or create sprites, graphics, sounds and music.

Re: .gif Animaitons

Postby Jagmaster » Wed May 11, 2011 2:40 pm

pyrometal wrote:
MrJolteon wrote:
pyrometal wrote:I recommend PNG for your every day game graphic (GIF is an 8 bit format, thus a maximum 256 colors in the file).

Yeah, I mainly use PNG in Pokémon Violet(Still the total game size will always end up huge (:/) because of the audio files(They take up 75% of the game's file size, the .exe currently takes 76 kB, while the audio files take up 524 MB(RPG Maker can't make a standalone .exe, I have to include the audio and data files(Data files are not the graphics and stuff in RPG Maker, it's the database(Maps, scripts, characters, etc.))))


What formats are you using for the music and sounds? NEVER use .wav for music. If you can, use midis or a tracker format (.it .xm .mod etc)


What would you recommend for small sounds like jumps/hits Pyro?
I've been trying to use mostly oggs for my game, maybe those aren't the best either?
My .exe's sizes are usually larger than I would prefer. (Around 35 to 40 MB)
User avatar
Jagmaster
 
Posts: 875
Joined: Sun May 08, 2011 4:14 pm
Location: Not where you think.
Score: 82 Give a positive score

Re: .gif Animaitons

Postby pyrometal » Wed May 11, 2011 2:56 pm

pyrometal wrote:What would you recommend for small sounds like jumps/hits Pyro?
I've been trying to use mostly oggs for my game, maybe those aren't the best either?
My .exe's sizes are usually larger than I would prefer. (Around 35 to 40 MB)


ogg is fine for sound effects usually.
What are the largest files in your projects? That is usually a good place to start looking for optimization methods.
SPRITE WARRIOR:
Free, open-source & crossplatform pixel art editor (currently under construction).
User avatar
pyrometal
 
Posts: 706
Joined: Wed Nov 28, 2007 4:07 am
Location: Kingston, ON, Canada
Score: 86 Give a positive score

Re: .gif Animaitons

Postby Jagmaster » Wed May 11, 2011 3:08 pm

pyrometal wrote:
pyrometal wrote:What would you recommend for small sounds like jumps/hits Pyro?
I've been trying to use mostly oggs for my game, maybe those aren't the best either?
My .exe's sizes are usually larger than I would prefer. (Around 35 to 40 MB)


ogg is fine for sound effects usually.
What are the largest files in your projects? That is usually a good place to start looking for optimization methods.


I took a look at my data folder and I did have some .wav files that were a whopping 12 MB! :lol:
Then, I had used .png files for the background, which were about 1 MB each. Perhaps I'm not compressing right? Or mayby not compressing at all?
(Or maby I get carried away with graphics. :lol: )

Thanks for the advice!
User avatar
Jagmaster
 
Posts: 875
Joined: Sun May 08, 2011 4:14 pm
Location: Not where you think.
Score: 82 Give a positive score

Re: .gif Animaitons

Postby pyrometal » Wed May 11, 2011 4:59 pm

pyrometal wrote:I took a look at my data folder and I did have some .wav files that were a whopping 12 MB! :lol:


lol, that would explain a lot right there!

pyrometal wrote:hen, I had used .png files for the background, which were about 1 MB each. Perhaps I'm not compressing right? Or maybe not compressing at all?


Can we see what the background looks like? That way I can tell you the best format to use, or perhaps a better technique to achieve the same effect.

Also, here is an older post about the topic which could be very useful: http://game-editor.com/forum/viewtopic.php?f=8&t=5576
SPRITE WARRIOR:
Free, open-source & crossplatform pixel art editor (currently under construction).
User avatar
pyrometal
 
Posts: 706
Joined: Wed Nov 28, 2007 4:07 am
Location: Kingston, ON, Canada
Score: 86 Give a positive score

Re: .gif Animaitons

Postby Jagmaster » Wed May 11, 2011 5:50 pm

I have the backgrounds in world 1 & 2 in the game I just posted.

I got the biggest one compressesed to about 400 KB. (Which is still pretty big.)
Last edited by Jagmaster on Wed May 11, 2011 7:43 pm, edited 1 time in total.
User avatar
Jagmaster
 
Posts: 875
Joined: Sun May 08, 2011 4:14 pm
Location: Not where you think.
Score: 82 Give a positive score

Re: .gif Animaitons

Postby pyrometal » Wed May 11, 2011 7:18 pm

This is one of these cases where a JPEG is actually useful.

muckstalagtite4.2.zip
(87.03 KiB) Downloaded 138 times
SPRITE WARRIOR:
Free, open-source & crossplatform pixel art editor (currently under construction).
User avatar
pyrometal
 
Posts: 706
Joined: Wed Nov 28, 2007 4:07 am
Location: Kingston, ON, Canada
Score: 86 Give a positive score

Re: .gif Animaitons

Postby Jagmaster » Wed May 11, 2011 7:35 pm

This is what I hate about Jpegs.

These will not work in game editor because Jpegs will blur up the background color, making Game editor think the fuzzy border around the image is part of the sprite.

Ah well...
I'll just have to live with it. :wink:
Last edited by Jagmaster on Wed May 11, 2011 7:42 pm, edited 1 time in total.
User avatar
Jagmaster
 
Posts: 875
Joined: Sun May 08, 2011 4:14 pm
Location: Not where you think.
Score: 82 Give a positive score

Re: .gif Animaitons

Postby pyrometal » Wed May 11, 2011 7:41 pm

Jagmaster wrote:Ah well...
I'll just have to live with it. :wink:


lol, we can never have it all unfortunately.
SPRITE WARRIOR:
Free, open-source & crossplatform pixel art editor (currently under construction).
User avatar
pyrometal
 
Posts: 706
Joined: Wed Nov 28, 2007 4:07 am
Location: Kingston, ON, Canada
Score: 86 Give a positive score

Re: .gif Animaitons

Postby Game A Gogo » Thu May 12, 2011 9:12 am

there is a way to be able save almost lossless quality in jpeg, except size will get bigger
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Re: .gif Animaitons

Postby MrJolteon » Thu May 12, 2011 1:22 pm

pyrometal wrote:
MrJolteon wrote:
pyrometal wrote:I recommend PNG for your every day game graphic (GIF is an 8 bit format, thus a maximum 256 colors in the file).

Yeah, I mainly use PNG in Pokémon Violet(Still the total game size will always end up huge (:/) because of the audio files(They take up 75% of the game's file size, the .exe currently takes 76 kB, while the audio files take up 524 MB(RPG Maker can't make a standalone .exe, I have to include the audio and data files(Data files are not the graphics and stuff in RPG Maker, it's the database(Maps, scripts, characters, etc.))))


What formats are you using for the music and sounds? NEVER use .wav for music. If you can, use midis or a tracker format (.it .xm .mod etc)

.mp3
Join us on Discord!
Game Editor 2
These are the best ways to reach me these days


Your local Community Janitor, always lurking in the shadows...
User avatar
MrJolteon
 
Posts: 2326
Joined: Sat Aug 09, 2008 3:25 pm
Location: Stranded under endless sky
Score: 105 Give a positive score

Previous

Return to Game Resources

Who is online

Users browsing this forum: No registered users and 1 guest

cron