Success?

Published November 21, 2004
Advertisement
I am pleased to report tentative success in my truck repairs fiasco. I say tentative, because it works for now... Yet welding the manifold like that is a hack of Microsoftian proportions. Just because it works now doesn't necessarily mean it's going to work tomorrow, or next week, or a year from now. Just to be on the safe side, I've put out word to various friends and connections that I am in the market for a decent-condition used intake manifold. Worse comes to worst, I'll have the manifold on-hand if/when this thing goes south on me.

So, anyway, I've done a few more modifications to the Accidental Engine. Previously, I was storing tilesets as specially constructed bitmaps with an alpha channel rendering portions of the map transparent for use in the various transitional configurations. I've changed it to use simple RGB bitmaps with the alpha channel applied at render time using multi-texturing. This way, I can construct my tilesets not simply as 8x8 banks of tiles, but as one large tile that covers an area of 8x8 in-game tiles. The effect is the reduction of the obvious appearance of tile-based-ness. Instead of graphics repeating every tile, the repetition is spread out over an 8x8 area of tiles. The difference is subtle yet significant.

Before:

After:


It also reduces the size of the tilesets, since I don't have to store alpha information per tileset. On the downside, doing anything but a smooth blend for the transition (such as special border graphics and such) is out of the question.
Previous Entry Prognosticator I am
Next Entry Stuff
0 likes 1 comments

Comments

evolutional
It's looking good :)
November 22, 2004 11:46 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement