HowToUseTiledToCreateStendhalMaps: Difference between revisions

From Arianne
Jump to navigation Jump to search
imported>MiguelAngelBlanchLardin
No edit summary
imported>MiguelAngelBlanchLardin
No edit summary
(No difference)

Revision as of 18:17, 1 June 2005

How to Use Tiled

Tiled is a tile editor that support layers and different tilesets.

How to create a Map

Load template.tmx and resize the map to desired size.
We are going to work on a 64x64 map.

Now edit layers names, so that they are named like the zone we are going to create.
We are going to create a small village, so we name them small_village:

  • small_village_collision
  • small_village_objects
  • small_village_roof
  • small_village_object
  • small_village_floor

Now save this map as small_village.tmx

Let's start

Layers

As you see there are five layers at the map. It is mandatory for all of them to exists. Although you can let them be empty.

The three firsts layers are the ones that hosts graphics:

  • floor
  • object
  • roof

The draw order is:

  1. roof
  2. object and sprites like players, monsters, etc... sorted from lowest y, lowest x
  3. roof

That means that everything will be draw as common games, and roof will be above everything. Right? Ok, now let's edit.

Editing the map

Choose floor Layer.

Our village is a rich one, so let's look for a nice ground for it. Now click on Fill and fill the floor. ok?

It is too tiled, so let's add a few details.

Yes? But the map still looks too simple. So now let's add some details on the object layer, like walls and so. Make sure you choose object layer.

Again, we draw the basic and add more details. See how to play with layers.

Now let's add a house and a tree for our cementery.

And now the tree

Did you noticed how to handle layers?

Let's add a path to the house and create a door at the wall.

Yes? Still there? Ok, now let's add lots of details to make a good map!.

Complete the map yourself :)

Finally we need to add two important things:

  • Objects
  • Collision

Collision layer determines what is trespasable and what not. Draw in red everything that is not trespasable.

Finally let's add a portal for tomb and a few zone entries. And of course a waiter for our Bar.

And done! :)