Kablooey- Lighting is Fun!

When asked what was the most important factor in a game’s visual excellence, a Guerrilla dev (Killzone 2) said it was the lighting. Not the textures, or the geometry, or even the post processing, but the lighting.


I’ve always felt the same way. Not that my opinions would even be nearly of value as someone who’s worked with Guerrilla, but I’ve always had a somewhat unhealthy obsession with lights. Whenever I was fooling around with custom level makers in games like LittleBigPlanet and Timesplitters, I’d always play around with the lights more than anything else. I really don’t have any clue why.

The only game up to this point to really live up to my ideals of lighting was Vivid Conceptions. What a fun game that was to make! Putting the lights in the caverns, placing random red lights mixed in with the darkness, the colors blending in with one another…it was great fun, and the result, to me, was fantastic.


Vivid Conceptions ran under a unique lighting engine done by GearGOD, and was heavy in GML Code. Unfortunately, the problem with the engine was that it required a powerful computer to pull off, something I didn’t know until it went into beta testing. Sadly I had to release a “core” version that had no lighting engine, resulting in a somewhat lesser version of the game. I was crushed, and knew I could never use the engine again.

And here we are with Kablooey. You might have already read about how the game uses color filters to pull off its own unique method of lighting, and more importantly how I said each building was pre-lit for the specific daytime filter that I had set. It looked good, but the downside was that it wouldn’t be able to react well to different times of day (like say, sunset).

But I thought, what the heck, let’s go for it and see what happens. The results kind of astounded me. Without changing any part of the game aside from the color filter overlay and the backgrounds, I got some amazing results:




I couldn’t believe how the sprites and images were able to blend in so well with the color filters. There are still some drawbacks to this method of lighting…I can’t implement a nighttime mode, because I would need to retexture the buildings with lights. Because the filter would have a “dark” tone to it, the lights on the buildings would blend into the darkness. I could have a light overlay over the filter, but then we’d have overlapping issues, and it’s just too difficult and unnecessary. The other downside is that I can’t do a smooth transition from one time frame into another, so I’m going to have to get tricky in transitioning to the next scene.

But those are minor issues. While I’m not exactly placing lights all over the scene like Vivid Conceptions, this new method of filter lighting brings back a whole new joy into my game making. Weird, sure, but I don’t care. :mrgreen:

6 Commentsto Kablooey- Lighting is Fun!

  1. blueflare says:

    Holy crap! Those look fantastic!

  2. Awesome, though while lighting is very important. I’d have to argue that art style > everything. Thankfully, Killzone 2 has a really lovely art style, in my opinion.

    But yeah, agree with blueflare here. It looks great! I especially like the sunset.

  3. ashkan_gc says:

    very good effects chubs.
    and fortunately when GM8 comes out of the box you can have those effects again by using transparent and alpha images in PNG format.
    you can use photoshop to create a circle with a color at center and an opace color in boundaries then you can place that image in your games as light balls.
    it don’t take much texture memory because all of them use the same image and is not a buttleneck for CPU because it’s not a slow GML code to run for multiple times.

    i know how that code is because i wrote one myself.
    that is a loop that makes a circle using triangles using commands like draw_trianglefan method for drawing complex shapes.

    developers should change this GML interpretor with a compiler or at least bytecode compiler if they want allow users to make good games with GM.

    P.S playbasic is a good 2D engine and torque game builder is the best 2D game development engine.

  4. amidos2006 says:

    WOW AWESOME SO FACINATING
    its very awesome i love it alot 🙂
    I didnt understand all what was written in the post as i dont understand alot about light filters and these stuffs i always wanna create something like it

    Hope to do that one day (Hope so)

    Waiting for Kablooey but i have a question what is meant by Kablooey ???????? 😀

  5. Ajax says:

    Yay Guerilla! Yay Holland!
    Nice blogpost.

  6. chubigans says:

    @ashkan, indeed GM8 is bringing lots more to the table. I can’t wait.

    @amidos, Kablooey is another term for explosions, though not necessarily the fiery kind. It’ll make more sense with the trailer perhaps. 🙂