I moved to a new URL! Check it out!

Dev Log: Example Game Arts

Dev Log: Example Game Arts
For my upcoming 2d framework built with C# and SFML I'm building an example game that at first was going to be a super quick project, but when it comes to art I'm still a little stumped on what the best workflow is going to be.

The game is going to be a little simple platformer, and if this were pixel art then I would have no problem just jamming out a bunch of pixel art for it... but with high res comes all kinds of problems.

I usually have used GraphicsGale for pixel art and animation, but now with high res Gale is no longer a very viable option. There's animating in Photoshop but it's horrible for animating. I really wish the animation options in Photoshop were better. There's tools like Spine and Spriter, but they're more for 2d bone animation and don't really help at all when it comes to frame by frame hand drawn animations.

There's also the problem of tile sets. With pixel art comes a very limited canvas site and color set per tile so making tiles line up with each other is a relatively simple task. When the resolution of color and canvas size increase then it becomes more and more of a pain to make each tile line up. I tried this with Snapshot but eventually I gave up and just faked using a tile set by making a bunch of independent images about the size of a tile and just stamped them on top of each other. Unfortunately right now that isn't an option for this game since I'm using Ogmo Editor as my level editor and strict tiles is probably my only option.

Here's a quick sketch of what I want the game to sort of resemble and I can already tell the tile set is going to be a nightmare because of the bleed of certain tiles (like grass, even stones have bleed, argh!)

Image


So that's where I'm at right now. I'm continuing to chip away at code somewhat as I think about how to possibly solve these art pipeline issues, and I expect to be done with the example game sometime next month along with the first public release of the framework.

Comments

Jesse Chounard
Jesse Chounard
I really dig the concept sketch. It looks great.

In my game, I'm using the approach from Snapshot (and Aquaria) with raw textures layered to build the environment. I wish there was a good generic tool for this sort of thing. I'm using my own forked version of Gleed2d, but I'd gladly pay for a higher quality tool.
Posted September 17th 2013 10:32 AM
Kyle
Kyle
Yeah, there is a huge opening right now for anyone that wants to swoop in and make a 2d level editor with free form placement as well as a tile editor.
Posted September 17th 2013 1:54 PM
Esa Karjalainen
Esa Karjalainen
Well...
1. I still like Plastic Animation Paper for animating at decent resolutions. Graphicsgale can still open up exported images and turn them into a sprite strip.

2. Tiled has the possibility of placing Tile Objects in any position, although it doesn't do scaling or rotation, AFAIK. Seems like a bit of a workaround.

Right now, DAME actually seems like the strongest 2d level editor, although it doesn't look very nice IMO. but, I was impressed by the features displayed in the video. http://youtu.be/zLfa4doeNBg
Posted December 11th 2013 4:38 AM
Kyle
Kyle
I think I've used Dame before but I didn't realize it had freeform image placement!
Posted December 11th 2013 11:09 AM
new comment!

Post your comment!

Name
Email
Comment