Gaming World Forums
Creativity => Game Design & Demos => Topic started by: Terrorantula on October 01, 2010, 07:07:10 pm
-
IceManual's request for overlays inspired me to try my hand at making some. I believe they''ll work- they're the correct color and size levels for Rm2k3- unless I missed converting a few- and have visual interest as well as dark and light segments. I'll admit I'm not quite clear whether overlays must be pure B&W to be effective, or if they can contain varied shades of gray, like these images.
Feedback welcome.
(https://legacy.gamingw.net/etc/i26.photobucket.com/albums/c103/Purplesnoopy/RM2k3%20Panoramas/arcanecloud1.webp)
(https://legacy.gamingw.net/etc/i26.photobucket.com/albums/c103/Purplesnoopy/RM2k3%20Panoramas/mistyway256.webp)
(https://legacy.gamingw.net/etc/i26.photobucket.com/albums/c103/Purplesnoopy/RM2k3%20Panoramas/lonelyspotlightb.webp)
(https://legacy.gamingw.net/etc/i26.photobucket.com/albums/c103/Purplesnoopy/RM2k3%20Panoramas/dustmotes256.webp)
(https://legacy.gamingw.net/etc/i26.photobucket.com/albums/c103/Purplesnoopy/RM2k3%20Panoramas/holymist.webp)
(https://legacy.gamingw.net/etc/i26.photobucket.com/albums/c103/Purplesnoopy/RM2k3%20Panoramas/softmist.webp)
-
Look guys, I really wanna know what you think. Give me some feedback here.
-
This is Amazing. I never use Overlays like this in My games. The Third from Top gives me an Idea for my game in RMK2K3.
-
Rm2k3 uses 320*240 resolution.
-
Whoops- I got mixed up! Overlays are pictures, not panoramas, aren't they? I'll post properly-scaled versions in a jiffy. Anyone's welcome to use them, but please credit me. Thanks.
(http://i26.photobucket.com/albums/c103/Purplesnoopy/RM2k3%20Panoramas/holymist2.png)
I''l put the restr up later *yawnj*
-
I really like the first one you posted, but I'm not overly impressed with the rest. For a first shot though, you did a pretty darn good job.
-
Thanks. Here we go, but for two:
(https://legacy.gamingw.net/etc/i26.photobucket.com/albums/c103/Purplesnoopy/RM2k3%20Panoramas/arcanecloud1b.webp)
(https://legacy.gamingw.net/etc/i26.photobucket.com/albums/c103/Purplesnoopy/RM2k3%20Panoramas/dustmotes2.webp)
(https://legacy.gamingw.net/etc/i26.photobucket.com/albums/c103/Purplesnoopy/RM2k3%20Panoramas/luvaticover.webp)
(https://legacy.gamingw.net/etc/i26.photobucket.com/albums/c103/Purplesnoopy/RM2k3%20Panoramas/mistyway2.webp)
Just to give proper credit, the symbol in the top image is one of Obsidian Dawn's Arcane Circles (http://) brushes.
BTW, please move this to the Resources subsection.
-
I think the overlays would work better if they were separated into parts. Like the funky symbols in the first one should be a separate image.
-
which would violate the TOS. (http://www.obsidiandawn.com/terms-of-use) That circle of symbols is merely the brush- I can use it in a composition, but not merely plop it down on black and pass it around. Besides, part of the point here is to combine the materials in creative ways to make new things.
-
Well, most of them are kind of pointless as overlays. I could see someone using the third and the last one, but that's about it.
-
RPG Maker 2000 & 2003 can't display pictures with a color depth higher than 256 colors.
So, your overlays need to have their color depth reduced to 8 bpp (bits per pixel)
8 bpp = 256 colors
24 bpp = 16.7 million colors
You can use a graphic editor, like IrfanView, to reduce the color depth to 8 bpp.
-
Wait, I thought I'd done that before posting them. . . OK, I'll fix that. I'll alos put up some items I did completely on my own, though I'm not certain they're convincing as natural light. Of course, in a fantasy setting, there are any number of sources of unnatural light, such as spells, monsters, Yog-sothoth, etc . . .
-
You really should build these things to match the map. old example (https://legacy.gamingw.net/etc/wedemandhtml.com/tmp/ds_omeg_waterfall.png)
-
yeah dada is right, they only ever look good when they interact with the environment (like, y'know, real light does)
-
Sorry for the late response, Terror,
But thanks a bunch for these, I'll try and experiment.
-
Sure. Just double-check to make certain they're the right color level before you do so- apparently I forgot to drop the colors down to 8-bit, though I'll try to post corrected versions ASAP. Also, if you give me screen shots of your maps, I could attempt to design overlays to fit them ,as Dada suggests. Cloud are more general-use, I suspect. . .
-
Here's what I always did to simulate real transparent overlays (since rm2k3 only supports 1-bit alpha in images):
1. reduce colors of overlay to the amount of images you're willing to use. 8 is usually good enough.
2. bring image back to 32-bit colors so you can edit it more easily (at least, in photoshop)
3. use the magic wand (set to no anti-aliasing and no tolerance) to cut every shade of the image into its own separate layer.
4. now recolor all your layers so that they don't fade to black anymore. so if your overlay went from white to black, all your layers should be white after this.
5. now save all individual layers as separate images. import these into rm2k3.
6. display all images at the same time. the layers that were originally darker get lower transparency than the ones that were originally bright (before you made them all white).
note I we didn't do this in the screenshot I posted just now because it was okay for the whole thing to be a bit darker. if the scene needs to be fully bright by default, something like this can be useful. of course this only APPROXIMATES real alpha translucency and you'd really do well to move on to an engine that doesn't impose these absurd restrictions on you.
-
That's really complex. I mainly made these for IceManual, so he'll have to decide how far he wants to go. Another option would be to use a frame to obscure the unlit parts of the area- occasionally useful in dark caves.
Clouds and mist are by definition going to obscure the view, so their use seems quite simple.
Ice wanted some clouds, so I'll see if I can whip some up....
-
Here's what I always did to simulate real transparent overlays (since rm2k3 only supports 1-bit alpha in images):
1. reduce colors of overlay to the amount of images you're willing to use. 8 is usually good enough.
2. bring image back to 32-bit colors so you can edit it more easily (at least, in photoshop)
3. use the magic wand (set to no anti-aliasing and no tolerance) to cut every shade of the image into its own separate layer.
4. now recolor all your layers so that they don't fade to black anymore. so if your overlay went from white to black, all your layers should be white after this.
5. now save all individual layers as separate images. import these into rm2k3.
6. display all images at the same time. the layers that were originally darker get lower transparency than the ones that were originally bright (before you made them all white).
note I we didn't do this in the screenshot I posted just now because it was okay for the whole thing to be a bit darker. if the scene needs to be fully bright by default, something like this can be useful. of course this only APPROXIMATES real alpha translucency and you'd really do well to move on to an engine that doesn't impose these absurd restrictions on you.
Holy fuck. why have i never thought about this.