Qbasicnews.com

Full Version: i need isometric tileset can anyone help ???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i need to download isometric tileset for my game where can i find one ??
Uncle Google is your friend Wink

Try looking for "isometric tiles", "rpg maker tiles", or anything along those lines. In particular, try RPG Maker websites...occasionally they have an isometric tileset or two.
what is an isometric tileset? never heard of that before.
Take a normal tileset, imagine it's 3d, and turn it 45 degrees.

Imagine a house in the rpg world. Non-isometric:
Code:
____
/____\   <- flat roofed house
|   _  |
|__|_|_|

Isometric:

Code:
|\    /|
| \  / |       ... When I say I do ascii gfx better than real gfx,
\  \//|/             imagine my real gfx...
\ | |/
  \|/        
[ad] I'm preparing for the Qbasic.tk rouge-style challenge, you should too [/ad]

The whole map is also turned 45 degrees, many stragegy games have it, too.

Something like that.
Also you need to set a 2:3 (height/width) aspect ratio to make it look good.. I think..
Yeah it's about 2:3 H:W. I generally just tend to call em "squashed" Wink
Actually the rotation is 23.7 degrees and the aspect ratio is 2.1:1.

Here's loads of resources on isometric programming: http://www.gamedev.net/reference/list.asp?categoryid=44
...except for the man wants tiles.

just make some crappy ones. variously colored tiles arent difficult, even if you cant draw...
um, whoops. ok, maybe they are 2.1:1. So shoot me!