Home | Forums | What's new | Resources | |
Tile based maps |
Tym - Feb 4, 2002 |
TakaIsSilly | Feb 4, 2002 | |||
Well, if you want to make a tile based maps, you are waaay lucky. Sega Saturn was built for them. basicly, if you find a way to build 8x8 256 color tiles, and getting a 64x64 tile map done (for example), you can just upload it to the Sega Saturn video memory and it will draw it. and move it with no extra code. The Saturn Programming Tutorial, that's part of the documentation explains how to do that on the Saturn. Biggest problem, is to draw the tilemaps. If you're handy, there's a link at http://saturndev.emuvibes.com... to OpenTUME, a open source tile editor and map creator. You'll never the less need to thinker with C, if you want to see them on the Saturn. (Edited by TakaIsSilly at 11:22 pm on Feb. 4, 2002) |