AuthorTopic: Tile Transition Template?  (Read 3531 times)

Offline Snow Fenrir

  • 0001
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile

Tile Transition Template?

on: August 18, 2013, 11:06:36 pm
Is there any tile transition templates that I can use for reference to know which tiles do I need to make for a working tileset?

Offline ptoing

  • 0101
  • ****
  • Posts: 3063
  • Karma: +0/-0
  • variegated quadrangle arranger
    • the_ptoing
    • http://pixeljoint.com/p/2191.htm
    • View Profile
    • Perpetually inactive website

Re: Tile Transition Template?

Reply #1 on: August 18, 2013, 11:35:12 pm
This entirely depends on what kind of game you are making and the style you are going for. You could make a game which has nothing that really tiles, everything blocky. Or something with a lot of transitions.

Also depending on your perspective and how you set up your rooms/levels you will need different corner tiles and so on.

This really is mostly a common sense kinda issue, imo. Make some mockups, see what you need, go from there.
There are no ugly colours, only ugly combinations of colours.

Offline tcaud

  • 0001
  • *
  • Posts: 60
  • Karma: +0/-0
    • View Profile

Re: Tile Transition Template?

Reply #2 on: August 18, 2013, 11:39:38 pm
Explain in more detail what you are looking for, please.

Offline Snow Fenrir

  • 0001
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile

Re: Tile Transition Template?

Reply #3 on: August 18, 2013, 11:44:44 pm
What do most top down rpg's use? I'm looking to make a random rpg world generator so tiles wont be placed by hand.

Offline Seiseki

  • 0011
  • **
  • Posts: 915
  • Karma: +1/-0
  • Starmancer
    • OminuxGames
    • http://pixeljoint.com/p/35207.htm
    • StarmancerGame
    • View Profile
    • Starmancer Patreon

Re: Tile Transition Template?

Reply #4 on: August 19, 2013, 02:21:14 am
I think it's 8 tiles, + 4 for inner corners.

Check out RPG Maker, the different versions use different kinds. Search for RPG Maker auto-tile tutorial, to get a hint on how they do it.
The latest versions use a quite complex system it seems, dividing 32x32 tiles into 16x16 tiles.

Offline yrizoud

  • 0010
  • *
  • Posts: 330
  • Karma: +0/-0
    • View Profile

Re: Tile Transition Template?

Reply #5 on: August 19, 2013, 03:42:01 am
I think this kind of layout can represent all the variations, with no duplicates :

Offline ptoing

  • 0101
  • ****
  • Posts: 3063
  • Karma: +0/-0
  • variegated quadrangle arranger
    • the_ptoing
    • http://pixeljoint.com/p/2191.htm
    • View Profile
    • Perpetually inactive website

Re: Tile Transition Template?

Reply #6 on: August 19, 2013, 11:58:12 am
Here is a tileset I made for Dr. Dobbs Challenge Deuce.



the 24 (empty space counts as a tile too) tiles in the top left are all we used and the other stuff is all the possible metatiles.
You can see that there are actualy more than in the one yrizoud posted. This all depends on what kinda setup you use.
There are no ugly colours, only ugly combinations of colours.

Offline Mathias

  • 0100
  • ***
  • Posts: 1797
  • Karma: +2/-0
  • Goodbye.
    • http://pixeljoint.com/p/9542.htm
    • View Profile

Re: Tile Transition Template?

Reply #7 on: August 19, 2013, 04:45:15 pm
Great set, ptoing. Looks awesome.


@Snow   Here's my tiling study.

Offline Snow Fenrir

  • 0001
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile

Re: Tile Transition Template?

Reply #8 on: August 19, 2013, 06:06:23 pm
Thanks guys that is exactly what I was looking for! ;D