Live data from Hacker News

Sometimes it is amazing how many images are required for even a small video-game

blog.knolif.com

1–10 of 16 posts

Re: Sometimes it is amazing how many images are required for even a small video-game

#3
Proper planning is key, both to ensure that you don't find yourself suddenly and unexpectedly needing 500 new images, and to find areas for optimization.

What's the value in having enemies have slight differences in appearance as they get close to death? Will players actually notice or care about this? In a 2D games, it probably makes a lot more economical sense to add some kind of procedural effect to show this, such as tinting them red, making them flash, or showing a bright red outline.

Re: Sometimes it is amazing how many images are required for even a small video-game

#4

Proper planning is key, both to ensure that you don't find yourself suddenly and unexpectedly needing 500 new images, and to find areas for optimization. What's the value in having enemies have slight differences in appearance as they get close to death? Will players actually notice or care about this? In a 2D games, it probably makes a lot more economical sense to add some kind of procedural effect to show this, suc…

That can work (as I'll dot that for frozen aka slow characters or rage aka fast characters) However certain things just can't be replaced, like a big bite out of a plant or a black eye on another character with blood on the corner of their mouth.

Re: Sometimes it is amazing how many images are required for even a small video-game

#5
post #2

This is incredibly true. I've been making a flash game recently, and it's my first, but I've just been overwhelmed with how many images are required. At every step I'm realizing, "Oh damn, I need images for this. Finds my graphics buddy "

It really is a labor of love, best advice really is do as little organic / moving items as possible. They can be added later without feeling the need of "Oh my god not another batch!"

Re: Sometimes it is amazing how many images are required for even a small video-game

#6
This is why video game companies hire more artists than programmers.

Counting frames is often not productive though, cut-out animations (which PvZ appears to be using) allow artists to render many frames from one base illustration and some extra work. They're not necessarily easy but they're often a large time savings over frame by frame.

Re: Sometimes it is amazing how many images are required for even a small video-game

#8
post #6

This is why video game companies hire more artists than programmers. Counting frames is often not productive though, cut-out animations (which PvZ appears to be using) allow artists to render many frames from one base illustration and some extra work. They're not necessarily easy but they're often a large time savings over frame by frame.

Yes, my idea behind it is generally draw a sprite, copy it into a new frame, move some parts of it, then reconnect and clean up the ugliness that results from an arm being completely disconnected from a shift in the rest of the image.

Re: Sometimes it is amazing how many images are required for even a small video-game

#9
post #6

This is why video game companies hire more artists than programmers. Counting frames is often not productive though, cut-out animations (which PvZ appears to be using) allow artists to render many frames from one base illustration and some extra work. They're not necessarily easy but they're often a large time savings over frame by frame.

The figure I've seen is that typically 70% of a game's budget will go to art

Re: Sometimes it is amazing how many images are required for even a small video-game

#10

Proper planning is key, both to ensure that you don't find yourself suddenly and unexpectedly needing 500 new images, and to find areas for optimization. What's the value in having enemies have slight differences in appearance as they get close to death? Will players actually notice or care about this? In a 2D games, it probably makes a lot more economical sense to add some kind of procedural effect to show this, suc…

That can work (as I'll dot that for frozen aka slow characters or rage aka fast characters) However certain things just can't be replaced, like a big bite out of a plant or a black eye on another character with blood on the corner of their mouth.

[deleted]
Post reply on HN