Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
Sign in to follow this  
Marked

How to Make a Simple Map: Lesson 1 - Creating the Map

Recommended Posts

This thread contains information on how to construct a simple map using RMXP and it's many features. I will show how to use all 4 Layers (Layer 1-3 & Event Layer), how to Show/Move Pictures over your map, and how to use the Panoramas & Fogs to enhance the dynamics of your maps dimensions.

 

I start out with a basic route the party can walk along to get from one end of the map to the other by using a sandy/path looking autotile, preferrably one that blends with a darker, grassy autotile. Hope this tutorial helps new users to RMXP map making. I luv what can be created, and this isn't even the tip of the iceberg with the ruby scripting language. ^.^ rmxp2!!

 

*wakes up*

 

------------------------------------------

 

Contents:

 

Tileset Used - Outer Forest:

Click to View

 

Autotiles Used (All RTP):

G_Water01

G_Shadow01

Grass01

G_Ground02

Sn_Undulation01

Ground02

Waterfall01

 

Sections:

 

-Quick Info

--Usage of Priority Stars

--Layers

--Pictures

--Panoramas & Fogs

-Lesson 1: Creating the Map

--Step 1: Adjust Viewing Settings & Create a New Map

--Step 2: Fill the Map With a Ground Tile (Mainly Using Autotiles)

--Step 3: Mark the Entry Points (All Main Spots for Teleport Events)

--Step 4: Draw a Walking Path (That the Player Can Visibly See)

--Step 5: Add Different Ground Textures (Grass, Sand, Patchy Ground, Etc)

--Step 6: Place Larger Blocking Tiles (Bottom of Trees, Large Rocks, Etc)

--Step 7: Add Any Other Main obstacles (Water, streams, Undulation Autotiles)

--Step 8: Fill in the main features (Finish building Trees, Grass Edges)

--Step 9: Attention to Detail (Add all single/misc tiles, Layer from bottom up)

--Each Layer individually

-Lesson 2: Movable Events, Panoramas, Fogs, and misc other things (coming soon!)

 

--------------------------------------

 

Some quick info:

 

--------------------------------------

 

* = Priority Star. Within Database/Tileset under the Priorities Tab, you can set each tile to have a Priority of 0-5, 0 being No Priority and 5 being above everything (you have more flexibility using Scripts to change the priorities of Pictures/Images/Icons/etc from 0-9999). So if a tile had a priority of 1, I would use *1 to represent that in this tutorial.

 

 

Usage of Priority Stars:

--------------------------------------

 

No Stars: usually tiles that the player cannot walk through (for normal size character sprites). Like single tile plants, logs, and flower bushes (or bottom halves of tall plants/etc, otherwise known as ground touching tiles in this tut).

 

*1: tops of ground touching tiles (plants, pillars, etc) that should appear above the player sprite. !!!If it happens that you can still see the player sprite above a tile with priority *1 (like when you walk towards that tile, the player sprite is partially above it, then when you stop on the same tile location, it is above you, when it should have always been above you!) then you should use *2 instead to keep that little bug from happening.!!!

 

*2-*5: these higher priority numbers are mainly to keep these tiles above other *1 priority tiles, like tree tops and branches, overhangs, or anything you want to show above all tiles (except ones within an Event that have the option marked 'Always on Top'.. those have higher priority than even *5 tiles). The Arshes character sprite appears below all *2 and higher tiles, and while the RTP dragon sprite shows above *1 and *2 tiles, it doesn't show above *3 and higher tiles.

 

 

Layers 1-3: These are the main layers of your Map.

--------------------------------------

 

Layer 1 is basically the ground layer, what you want to have below all other layers (besides the Panorama, more later), like grass/water/rock ledges (more on rock ledges as ground tiles later).

 

Layer 2 should be used to place all ground touching Tiles, like if you use a bush tile that uses 2 tiles, one above the other, and you can't walk on the bottom tile but can walk behind the top tile, as it's Priority is *1, the ground touching tile is the tile you can't walk on. Therefor, Layer 2 should be tiles that the Player cannot walk on, but does not need to be so. You can use Layer 2 as a filler layer later on in making your map to spruce it up with random tiles, like little rock pebbles/etc (more on using Layers to build multiple tiles on eachother later).

 

Layer 3 should be used to top off your tiles that have Priorities on them above 0. So with that bush from the example above, you would place the top of it that the player can walk behind in this layer.

 

The Event Layer can be used in so many different ways, and for so many different things that I'll explain this as I get to them, but some of the ways are: 1) to place a tile above everything else, ie if you have a ground layer, a partial grass layer, and a bush layer in the same spot and need a tree layer above all of that, you would use an Event to place that tree layer, 2) to place a tile within the water, giving the tile an Opaque of 30-60 & Tinting it's Hue to the water color, which would simulate the effect of being under water), 3) creating little critters/insects for your map and 4) a bunch more things!

 

 

Pictures:

--------------------------------------

 

Pictures can be placed anywhere on the screen, and can be given a specific Hue, Opaqueness, Magnification, etc... They are accessed through your Pictures folder of your Project. These images can be manipulated through Event commands (more later). Using Event commands, you can only show a maximum of 50 Pictures at one time (never liked that), but using Scripts you have the ability of showing up to 9999 Pictures at one time!! (much better, more later).

 

 

Panoramas & Fogs:

--------------------------------------

 

A Panorama can be used to show an image behind all Layers, and is usually 640x480 in size (or longer in width to slow it's scrolling.. more later). These are accessed through the Panoramas folder of your Project. You can only see a Panorama if the tile coordinate is blank (as in when you first create a map, and don't place any tiles yet, you could see a full-screen Panorama if you called one, because all tile coordinates are blank).

 

A Fog can be used to show an image above all Layers, including ones with any Priority setting (0-5 for Database, or 0-9999 for scripts) and can be given a specific Hue, Opaqueness, Magnification, etc...

 

To scroll the Panorama or Fog, change the X,Y speeds of the Panorama/Fog from -256 to 256, where a negative number moves left for X and up for Y, and a positive number moves right for X and down for Y. More advanced functions will come at a later tutorial.

 

Shall we begin...?

 

 

--------------------------------------

 

Step 1: Adjust Viewing Settings & Create a New Map

 

--------------------------------------

 

First off, set your Viewing Settings like this: View All Layers, Dim Other Layers.

 

Second, Create a new Map. We all know how to do this: right-click the Project name in the Map List(bottom-left of the Editor) and select New Map. Don't worry about Encounters right now, or either of the BGM or BGS settings. Just make your map the default size of 20x15 tiles (meaning 640x480 pixels, since each tile is 32x32 pixels in size). You cannot go smaller than this, since RMXP runs at 640x480 in size (for now.. people are working on getting this setting to go higher, and work properly!). Bing! Your new map is created..

 

 

--------------------------------------

 

Step 2: Fill the Map With a Ground Tile (Mainly Using Autotiles)

 

--------------------------------------

 

In order to see what you are working with, go ahead and use an Autotile to Fill in the Map (Paint Bucket) with any ground tile that you would like, using Layer 1 of the Map Layers. Try to use a tile that the player will most likely be walking on (ie some type of grass, sand or rocky surface, etc). ..done? Next step..

 

Example Screenshot:

How to Make Maps Example 01

 

 

--------------------------------------

 

Step 3: Mark the Entry Points (All Main Spots for Teleport Events)

 

--------------------------------------

 

As with any Map, the player should be able to move from screen to screen if it's within a larger area, or should be able to enter buildings.. so with that in mind, use a tile to mark where you would like these Teleport Events to be (place the marking tile in Layers 2 or 3, as Layer 1 was used for the ground and you'll be replacing the marking tile later with a Teleport Event, and don't forget to use the Pencil instead of the Paint Bucket!).

 

Example Screenshot:

How to Make Maps Example 02

 

Try to keep the Teleport spots as seperate as possible, meaning don't bunch them up (unless they are both part of the same building, or a cluster of buildings, if so you can add those later on). So if the player can exit the Map to the north and to the West, place a marking tile somewhere along the top(north) edge of the Map and along the left(west) side of the Map.. done marking the Teleport spots? Let's continue..

 

 

--------------------------------------

 

Step 4: Draw a Walking Path (That the Player Can Visibly See)

 

--------------------------------------

 

To help illustrate the more walked areas of any map, you should draw path-like roads on the Map, by either a) using Layer 1 and an Autotile that is similar to the first ground Autotile you placed (like grass and sand in the screenshot example below), or B) using Layers 2-3 to place an Autotile that has a transparent border (like sand or grass, or whatever can be walked on).

 

Example Screenshot:

How to Make Maps Example 03

 

Try to lead the paths towards the teleport spots, because you want the player to be able to distinguish where he/she should go (unless you want a Teleport spot to be a secret, you would then NOT lead a path towards it!). There looks like there is alot of green space that needs to be filled in... well, it will be! Let's continue..

 

 

--------------------------------------

 

Step 5: Add Different Ground Textures (Grass, Sand, Patchy Ground, Etc)

 

--------------------------------------

 

So we have something basic... let's add some different ground tiles to give detail to the Map. Using Layer 1 again, select a Tile (or Autotile) and draw in areas that you want to have a different ground texture. Keep in mind that if these tiles/autotiles don't blend with the surround tiles, you usually won't want them to be near eachother.

 

Example Screenshot:

How to Make Maps Example 04

 

In the above example, look at how I placed the darker grass tiles away from the sand/grass tiles. This is because we will add the borders to that darker grass later, using Layers 2-3. I'll explain the borders to grass tiles later.

 

 

--------------------------------------

 

Step 6: Place Larger Blocking Tiles (Bottom of Trees, Large Rocks, Etc)

 

--------------------------------------

 

OK... so you should have a Map that has the basic ground, paths and Teleport spots, now you need to put in some tiles that the player cannot walk through. This will help you layout an actual walkable path for the player, so he/she can't just walk straight through the Map, but must explore all areas of the Map to move on. Like so...

 

Example Screenshot:

How to Make Maps Example 05

 

So I added some tree trunks without all the foliage, and a big rocky cliff area. I won't show each Layer individually, would take too many screens. Notice on of the tree trunks I used as a Teleport marker is now the cave entrance.

 

Let me explain again that all ground-touching tiles (such as the tree trunks, larger plants, bottom of larger plants, etc) should be on Layer 2, UNLESS 1) you only have 1 Layer left plus the Event layer because of mixed ground tiles taking up Layer 1 and 2, or 2) you have placed several tiles there already, overlapping eachother (one above the other), and you are left with NO layers left inwhich to place a ground-touching tile... in that case you are always left with the Event Layer as a last resort to place a tile.

 

Also, you can always make an Event somewhere else on the Map, usually next to the spot that needs the tile, make the Event's sprite the image of the tile needed, and when the Map first initializes (you teleport to it), the Event Tile's Event Commands run in Parallel process and can Move that Event to the spot where it's needed, turn a Switch ON, and then remain either as an overlaying tile image, or one that the Player cannot move through (or whatever else an Event can do!).

 

What you do not need to place right now are the bottom edges of cliff ledge tiles, or any ledge tiles that have an overlapping bottom edge (or top edge), mainly because you will be placing other little things around the map that might need you to erase those overlapping tiles, or use the layer it's on, therefor having to move the overlapping ledge tile UP a Layer.

 

Let me show you what I mean by overlapping edge tiles, this goes for rock ledges, grass, etc:

 

Example Screenshot:

How to Make Maps Example 06

 

This is Layer 2, and the darker areas are all other Layers. Notice how the tiles on this Layer are overlapping tiles, or tiles that show another tile beneath it. Usually you won't place ground touching tiles on these, just tiles that appear above the player's sprite (ie tops of tall plants/bushes/pillars/etc).

 

With grass tiles that have overlapping edges, try to place those below any plants/rocks/ledges/etc, but directly above the actual ground tile. So you may end up with the top missing to a 2-tile horizontal plant, because you've used all 3 Layers: 1 ground tile, 1 grass border tile, and 1 a flower/bush tile (or something hidden behind the top of the horizontal plant's top). In that case, place the tile using an Event, with 'Always on Top' checked.

 

 

--------------------------------------

 

Step 7: Add Any Other Main obstacles (Water, streams, Undulation Autotiles)

 

--------------------------------------

 

Before you go off and populate your map with goodies, decide on whether you want any other prominent fixtures strewn across your map. I decided on this:

 

Example Screenshot:

How to Make Maps Example 07

 

A wee lil stream... I also filled in the rest of the big tree. The inner part of the big tree's bulk is on Layer 2, because there's nothing needed behind it. If I wanted to stick something behind the tree, and have halfway sticking out, I'd place only the tree tile needed to be above the ground tile on Layer 3, and leave the rest of the tree's bulk on Layer 2 (unless, again, you want to have something blocking the path below the tree, so you might just want to have the edges to your trees on Layer3 to start so you get used to the idea of saving Layer space ;)).

 

To have a blank blocking tile, you can also use an Event that uses a Tileset Sprite with Passability set to X. That Tile can be blank, just remember that you set it to X, and don't use it on accident, or you won't know why you can't walk on a blank spot... o.O because little worms will eat away at your brain.. leaving unclenchable aches of agony writhing horribly before thee...

 

:unsure:

 

err... where was I...?

 

oh yeah.. a wee stream... big tree... fill in map somemore... oh yes. I also added some undulations... the raised ground Autotile. All done placing all blocking tiles??? Stuck in all your rocky walls, raised autotiles, streams, waterfalls, tree trunks???? good..

 

 

--------------------------------------

 

Step 8: Fill in the main features (Finish building Trees, Grass Edges)

 

--------------------------------------

 

Now just go through the map and clean up the edges to the darker grass areas and make the trees have some tops (mind the overlapping grass and rock edges, they tend to take up all 3 Layers).. add a few blocking tiles around certain areas so that the player can't walk everywhere. Kind of makes it funner to make them find the walkable path to get through your map. You could have a dead tree trunk laying across a path, blocking it, so the player must find a way through the surrounding foliage to get around.

 

All done constructing the main part of your map, giving it a good foundation before we continue on with adding detail..?

 

Here's what mine looks like:

 

Example Screenshot:

How to Make Maps Example 08

 

So you can basically see how quickly a map can fill up. I haven't even done any of the little things yet. With making larger maps, the larger the map doesn't necessarily mean the larger the spaces inbetween the tiles. You can have a large map and still have plenty of detail laying all over the place, without massive gaps that look like no attention to anything was put there. Gaps to me mean empty canvas... if it's anywhere on the map, it's in the game. No one wants to see a game filled with gaps...??? do they? :unsure:

 

if it's in the game, it's in the game... =/ um.... nevermind..

 

 

--------------------------------------

 

Step 9: Attention to Detail (Add all single/misc tiles, Layer from bottom up)

 

--------------------------------------

 

oh yimminy... my favorite part............... the details.

 

*plops down some yummy tiles*

 

..a little bush here... a little bush there... here a bush... there a bush.. everywhere a bush bush... =/-~

 

So now you look at your map and add the little things that stick out when people tend to look at your map for more than 5 seconds without going "mmhmm, i see"...

 

Throw in some pebbles along the sandy walking path... add a few flowers across the map randomly so they aren't bunched up too much om just one area. I tend to use certain flowers/plants for certain areas of our game, so that the player can sort of tell what area he/she may be in without having to look it up. I'll give each of my maps something different that stands out. Use animated autotiles to your advantage (ie get some good wavering grass autotiles and use those sparingly across your map in certain open areas so that it looks as though a small breeze is drifting through).

 

..and wallah!!!!

 

Example Screenshot:

How to Make Maps Example 09

 

So this is what a completely filled Map should look like. Not that hard to do... just use your imagination eh.. =)

 

 

--------------------------------------

 

Each Layer individually:

 

--------------------------------------

 

Layer 1:

How to Make Maps Example 10

 

Layer 2:

How to Make Maps Example 11

 

Layer 3:

How to Make Maps Example 12

 

--------------------------------------

 

Map As Seen Ingame:

 

--------------------------------------

 

How to Make Maps Example 13

 

 

 

And that's how you do that... End Lesson 1!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...