Tutorial: Creating your own Collision Maps

This tutorial demonstrates how to create a collision map. The approach used is to take an image of your map and then draw the collision map on top of the image, using the image as reference, and then saving the collision map.

This example assumes the tile size is 32×32, but you can use it for any tile size. You should use an image editor that provides a grid along with snap-to-grid functionality. The editor I used is Graphics Gale, which you can download for free from the company’s website.

Required

  • Image Editor (paint.NET, Graphics Gale, GIMP, Photoshop, etc.).
    The free version of Graphics Gale can be obtained here
  • A script that allows you to use collision maps, such as Collision Maps
  • A way to get an image of your map, such as using Map Screenshot

Instructions

The following images describe one way you might create collision maps using Graphics Gale.

Closing

When you get used to creating collision maps for tile passage settings, you should find that it becomes much more flexible than relying on the editor’s built-in passage settings. It takes a little more work to create them, but overall it should give you more tools to work with when building your maps.

You may also like...

1 Response

  1. Kevin says:

    Thanks for the Pretty Girl Card game.

Leave a Reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax