Thank you for the new level. Tested quickly a bit your updates.. Nice work on this large demo level. Knowing the actual limitations for now I didn't found nothing wrong.
Suggestions:
1 - Lasers don't seem lasers. Since aren't that usual vivid red beam or have transparency I thought first that were "spear traps".
2 - This time I forgot who is the one who rolls across holes so I keep pressing action button with blue guy without notice the message just because the action icon was there. I thought that removing from that char the "cross hole" icon could be an idea since is a not available action. However I understood later that indication is needed to call the other char there and don't need to use the tall one to find the passages. So, what about non-possible actions be with other color than the yellow (red, greyed?) or have an "X" over it?
Herbie & Jamal
- SimonLarsen
- Party member
- Posts: 100
- Joined: Thu Mar 31, 2011 4:47 pm
- Location: Denmark
- Contact:
Re: Herbie & Jamal
I think it's a great way to do tile based maps if you don't want to make a map editor. We use this file for reference, and just select whatever tile we want with the color picker tool. I'm still considering making a map editor. First of all to make it easier for Lukas to do maps, but also to make third party maps a posibility. It's just quite a lot of work.Jasoco wrote:I like how you use the same method Notch did in Prelude of the Chambered to store maps in image files. Guess it makes it easier to draw the maps, but harder to figure out which color does what unless you have a chart in PhotoShop or something.
The lighting was a quick hack that I hope to replace with something better later on. Here's how it works:Jasoco wrote:Also the lighting. How did you do it? How do you invert it so the solid pixels become transparent and the transparent ones are solid on screen? I noticed your lighting images were inverted.
It first draws the two black circle-thingies to an almost white (#ebebeb) framebuffer. Yielding something like this: The entire level is then drawn and at last the framebuffer is drawn on top of it all using subtractive blend mode: That way the black areas will subtract nothing from the original image, while the almost white areas will darken it almost completely.
- SimonLarsen
- Party member
- Posts: 100
- Joined: Thu Mar 31, 2011 4:47 pm
- Location: Denmark
- Contact:
Re: Herbie & Jamal
Very useful suggestions.coffee wrote:Thank you for the new level. Tested quickly a bit your updates.. Nice work on this large demo level. Knowing the actual limitations for now I didn't found nothing wrong.
Suggestions:
1 - Lasers don't seem lasers. Since aren't that usual vivid red beam or have transparency I thought first that were "spear traps".
2 - This time I forgot who is the one who rolls across holes so I keep pressing action button with blue guy without notice the message just because the action icon was there. I thought that removing from that char the "cross hole" icon could be an idea since is a not available action. However I understood later that indication is needed to call the other char there and don't need to use the tall one to find the passages. So, what about non-possible actions be with other color than the yellow (red, greyed?) or have an "X" over it?
1. I've given the lasers a bit of transparency. Not sure if I want to make them thicker though, as sensor lasers are usually rather thin.
2. I'm definitely changing the icon for action a player cannot perform.
Thanks.
Re: Herbie & Jamal
Perhaps you can make it more thin if "compensate" with some red tone color animation.SimonLarsen wrote:Not sure if I want to make them thicker though, as sensor lasers are usually rather thin.
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: Herbie & Jamal
A very clever way of doing this, I must say!SimonLarsen wrote:<lighting stuff>
When I write def I mean function.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Herbie & Jamal
Agreed. I never would have thought to use that method. It will work perfectly when I need lighting for my sidescroller and adventure engines later on down the road. I assume it needs to be either a solid pixel or a fully transparent one and partial transparency won't work. Canvases/FrameBuffer's don't seem to like partial transparency for some reason. Which sucks.
- slime
- Solid Snayke
- Posts: 3166
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: Herbie & Jamal
Partial transparency works fine in framebuffers/canvases AFAIK. If you want to do regular alpha blending you need the "premultiplied" blend mode when drawing them, which is available in LÖVE 0.8.0.
Re: Herbie & Jamal
Cool project. I like the art style but I can't get it to play. I mean, I don't know how to exit the very first house. I tried using the projector but it didn't work.
- lukaserritsoe
- Prole
- Posts: 4
- Joined: Thu Jan 19, 2012 4:22 pm
Re: Herbie & Jamal
yeah for now you have to press "esc" and choose load level. The current playable level is titled "los"
Re: Herbie & Jamal
Hay-soos this looks rad. I wish I could play it but my onboard card doesn't support framebuffers.
I've done the image palette = tile method before. It's almost as big an ass-pain as editing text files! But still, good to see it works for someone.
I've done the image palette = tile method before. It's almost as big an ass-pain as editing text files! But still, good to see it works for someone.
Who is online
Users browsing this forum: Amazon [Bot] and 8 guests