Backgrounds

Make games! Discuss those games here.

Moderators: Bob the Hamster, marionline, SDHawk

Post Reply
User avatar
G-Wreck
Slime Knight
Posts: 113
Joined: Fri May 21, 2010 2:42 am
Location: Oklahoma

Backgrounds

Post by G-Wreck »

Out of curiosity, what programs are everyone using to make backgrounds for battles and such? I'm using Adobe Photoshop CS4, which is great, but I have trouble with colors importing incorrectly.

Also, is it possible to have a background editor in the graphics menu of custom? Or would that be ridiculous since it could technically take up custom's entire screen?
User avatar
NeoSpade
Slime Knight
Posts: 163
Joined: Thu Jun 10, 2010 5:52 pm
Location: North Wales (UK)
Contact:

Post by NeoSpade »

I'm guilty of using MSPaint and enlarging tile-map-tiles. This time I'm planning on using the GIMP or MyPaint. I've stopped using MSPaint since Win7 due to it not being as good for doing pixel art. :/
User avatar
Newbie Newtype
Reigning Smash Champion
Posts: 1873
Joined: Mon Oct 15, 2007 9:44 pm

Post by Newbie Newtype »

I use my cold bare hands.

Nothing has worked out for me yet.
<TheGiz> oh hai doggy, oh no that's the straw that broke tjhe came baclsb
User avatar
Meatballsub
Liquid Metal Slime
Posts: 996
Joined: Mon Oct 15, 2007 6:39 pm
Location: Northwest Georgia
Contact:

Re: Backgrounds

Post by Meatballsub »

G-Wreck wrote:Also, is it possible to have a background editor in the graphics menu of custom? Or would that be ridiculous since it could technically take up custom's entire screen?
Technically it already has this feature, though it may not work as well as you would hope. It's actually what I use to make battle backgrounds and it seems to work pretty well for me.

Just use a full, blank maptile set and export it when you're done. Then, import it in as a backdrop.
User avatar
G-Wreck
Slime Knight
Posts: 113
Joined: Fri May 21, 2010 2:42 am
Location: Oklahoma

Post by G-Wreck »

Meatballsub wrote:Just use a full, blank maptile set and export it when you're done. Then, import it in as a backdrop.
I tried this once or twice before, and it worked. I just remember it being somewhat irritating.

Guess it's worth another try, though :)
Last edited by G-Wreck on Sat Jul 02, 2011 2:49 pm, edited 1 time in total.
User avatar
Meatballsub
Liquid Metal Slime
Posts: 996
Joined: Mon Oct 15, 2007 6:39 pm
Location: Northwest Georgia
Contact:

Post by Meatballsub »

Yeah, it's not the most ideal way of doing things, but it works nonetheless. I have a terrible time doing battle backdrops any other way though. :gonk:
User avatar
Feenicks
Metal Slime
Posts: 696
Joined: Tue Aug 10, 2010 9:23 pm
Location: ON THE AIR IN THE AIR
Contact:

Post by Feenicks »

I use GraphicsGale; I made a blank base thing that used the default OHR palette and just draw stuff from that. It works rather well, although it does take a really long time to make decent-looking stuff.
User avatar
G-Wreck
Slime Knight
Posts: 113
Joined: Fri May 21, 2010 2:42 am
Location: Oklahoma

Post by G-Wreck »

I tried using the map editor again. It's not quite as bad as I thought.

Still not perfect, but I think challenges like these are why I love the OHR. You can do crazy things if you think outside the box.

This is probably what I'll be using now just so I can say all the graphics were made in custom.
User avatar
Pepsi Ranger
Liquid Metal Slime
Posts: 1457
Joined: Thu Nov 22, 2007 6:25 am
Location: South Florida

Post by Pepsi Ranger »

I'll usually outline the basic landscape and any specific objects with the line and draw tools in MSPaint; then I'll fill in objects with some general colors using magic wand to contain any stray marks within the lines; then I'll take a 50x30 landscape texture from an exported tileset or screenshot and stamp it wherever I need grass, mountain, beach, or any kind of detailed texture, again keeping the magic wand outlined so that beach doesn't bleed into mountain when I get stamp crazy. I do all of this with the 256-color palette open in another window so that I don't accidentally choose colors that would map incorrectly. In some instances I'll also mess with drop shadow and lighting tools to enhance the image. Once I have a passable version of the backdrop, I'll import it into a throwaway game file as a tileset, fine tune the ugly colors and bleeding colors and whatever else is off about the image, export the final product, and then reimport it into the WIP game file as the official backdrop. This technique has produced screens such as these:

Image

Image

Image

Image

Image

Image

In capable hands this method works wonders. In my hands, it's passable ;)
Place Obligatory Signature Here
User avatar
Shadowiii
Slime Knight
Posts: 225
Joined: Mon Oct 15, 2007 9:02 pm
Location: The land of milk and honey
Contact:

Post by Shadowiii »

Dang it Pepsi, seeing those screens makes me want to play Powerstick Man again.
Luigi is almost as sexy as me!
User avatar
G-Wreck
Slime Knight
Posts: 113
Joined: Fri May 21, 2010 2:42 am
Location: Oklahoma

Post by G-Wreck »

Pepsi Ranger wrote:I do all of this with the 256-color palette open in another window so that I don't accidentally choose colors that would map incorrectly.
Why I never thought to do this is a mystery. Genius.

Here's what I've got going so far:

Image
User avatar
Meatballsub
Liquid Metal Slime
Posts: 996
Joined: Mon Oct 15, 2007 6:39 pm
Location: Northwest Georgia
Contact:

Post by Meatballsub »

That looks great. How did you end up doing it?
User avatar
G-Wreck
Slime Knight
Posts: 113
Joined: Fri May 21, 2010 2:42 am
Location: Oklahoma

Post by G-Wreck »

I copy/pasted the OHR palette into MS paint, then made 1-point-perspective guides.

Trees and stuff were drawn with the paintbrush then refined with the pencil tool.

The grass was airbrushed, which I'm pretty sure is a no-no for pixel artists (I've already erased the above grass and redid it, it sucked :P ).

I also tried Pepsi's idea of stamping-in textures, but it seemed a bit too assembly-lined for me. Maybe I'm not doing it right.

The biggest thing that helped me, though, was figuring out a rough scale from looking at professionally made backdrops and adapting it to the OHR's dimensions.

Code: Select all

y 0-50 = Background.  Good zone for drawing the sky and very far away objects.

y 51 - 75 = Middle-ground 1.  Good for mid-distance objects, &#40;like the trees in the far left and right of the backdrop I posted&#41;.

y 76 - 99 = Middle-ground 2.  Just above the first hero's position.  Good for close-up objects that aren't actually in the battle space.

y 100 - 200 = Foreground.  Most of the battle space will be here.  I figured you might not want to put much more than ground texture and small objects/decorations like rocks, etc. here, unless they're important to the particular battle. 


Here's the template I made if you're curious. Feel free to use it if it helps anyone.
Image
Post Reply