Toon

Published April 12, 2009
Advertisement
Starting to add some dialog support this week, it's still a work-in-progress at this point. I've got the basic "Get this character to deliver this line of dialog" working, but now need to tackle the harder cases of working out how to present a conversation, and handle player input.

When I first started, I'd always planned to present dialog/narration to the player using comic-book style speech bubbles. I had a lot of this working (ported from an older incarnation of the game), but when I stepped back and looked at it, the honest truth was that it looks cool in a screenshot, but is totally unplayable (hard to read and confusing) in a game itself. It also suggests to the player that the game should still be playable while dialog is on-screen (as there might just be a small, one-word dialog off in one corner of the screen that barely grabs your attention), and it feels really awkward when the whole input system is locked out waiting for you to acknowledge the dialog. I've backed off for a more subtitle kind of approach that isn't as cool, but should be a lot easier to read and clearer as far as "your game is frozen until we go through this dialog".

While I was playing with it, I also scratched a long standing itch to see what things might look like with a toon shader. Still trying to work out whether I really like it, but it does remind me of the old monochromatic spectrum isometric games which is makes me all warm and fuzzy. I still need to sort out some way to monochromatically layer a detail texture over this and see how that changes things, but in the mean time, I'm very interested in any opinions on the look one way or the other.

Disabled

Cheers!

Previous Entry Spaceships
Next Entry Melon Golf
0 likes 3 comments

Comments

mightypigeon
It looks interesting, but to be honest I think the specular highlights from the lighting is a bit too much and makes everything just look like rubber/plastic. Of course that's just parameter tweaking in the end but I wonder what a screenshot with the specular turned down a bit or even off would look like with that shader?
April 13, 2009 07:59 PM
mightypigeon
Oh and I forgot to say, the captions look awesome!
April 13, 2009 08:01 PM
Milkshake
Quote:Original post by mightypigeon
It looks interesting, but to be honest I think the specular highlights from the lighting is a bit too much and makes everything just look like rubber/plastic. Of course that's just parameter tweaking in the end but I wonder what a screenshot with the specular turned down a bit or even off would look like with that shader?


Guilty as charged I'm afraid =)

I did just slap on some quantisation bands after the light loop ... it was mostly just a quick and dirty experiment to see if I liked it - but effectively it's double-lighting the scene to some extent. Good eye by the way!

Right now I'm just trying to work out if I like it enough to prototype a family of toon shaders (that can handle texture/no-texture, colour/no-colour, transparency/no-transparency, etc).
April 14, 2009 07:29 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Moose Sighting

1394 views

Constraints

1563 views

Moose

1296 views

Melon Golf

1856 views

Toon

1359 views

Spaceships

1110 views

Rendering Pt2

1201 views

Hardware Shaders

1241 views
Advertisement