Mega Man 8-bit Deathmatch > Tutorial Collection

Flanny's Map making guide for dummies

(1/7) > >>

Flandre Scarlet:
Decided to write this guide for the people that REALLY need it.


To make maps, you need Doom builder 2.
First off, read the Doom builder 2 guide wrote by Cutman Mike, or else you will NOT get any of this to work.

"FX" Keys on your keyboard

F1 - Opens a guide.
F2 - Creates a new map / changes stuff on your map
F3 - Finds or replaces something (I usually use this for textures.)
F4 - Checks for errors on your map. You must ALWAYS do this before releasing something. Unless you want your map to be glitched like hell.
F5 - Preferences
F6 - Game Configurations
F7 - Nothing at all
F8 - By Myroc - "It reloads the wad that contains the map you're working on as well as the wads that you're telling Doom Builder to use via the Game Configurations. Useful if you toy around with any of these wads outside of DB2 (say, SlumpED or Slade)."
F9 - Tests your map.
F10 - Edits scripts
F11 - Checks for Errors and warnings
F12 - Nothing at all
F13 - Makes you ask yourself various questions.

The buttons - File, Edit,view, mode, prefabs,tools, and help... If you can read this, you'll know what they do.

New map - Creates a new map.
Open map - Opens a map
Save map - Saves your map
Open script editor - Opens the script editor
Insert Prefab from file - I have no idea.


Modes -

Vertices mode -

Creates vertices. With this, you can create sectors and stuff around your map. You can also edit a pre-existing vertice.

Linedefs mode -

Creates linedefs. With this, you can create sectors and stuff around your map. You can also edit a pre-existing Linedef.

Sectors mode -
Edits a pre-existing sector.

Brightness mode -
I never needed to use this, so I have no idea. Probably has something to do with Brightness, but that's just me.

Make sectors mode -
You know when you create linedefs around, and a sector doesn't actually "exists"? with this, you can make it exist. BY CLICKING ON IT! Magical, isn't it?

Things -
You can use many of the THINGS on this to do stuff around your map. Weapons, energies, start points, and many more are located here.

Visual mode -
You can see stuff around your map with this. To exit/enter, press W, to move around, use the "ESDF" keys, located on your keyboard.

Find Replace mode - check "F3".

Map analysis mode - Check "F4"


Ok, that's all the basics you need to know. Now, you're not a dummy anymore! You are something more... you're a (9)! Touhou joke, indeed.

Now let's move ahead, shall we?

Your map's brightness needs to be 255. Seriously. Don't use any lower than 255. If you use it on your map to make it look a little bit better, people will complain. I'm serious.

Making stairs -

1 - Create a sector. Works better if you create a sector inside your sector.
2 - Click on "Sectors mode".
3 - Click with your right-mouse button on the sector you've created.
4 - Increase/Decrease the values for "Floor"
5 - Profit!

Increasing/decreasing the ceiling -

1 - Click on "Sectors mode".
2 - Click with your right-mouse button on the sector you want to increase the ceiling of.
3 - Increase/decrease the values for "Ceiling"
4 - Profit!


Oh, Important and serious hint - Make everything be 32x32x32. Meaning, 32 width, height, etc. Multiples of 32, as 64,96,128,160,192,224,256,288,320,etc. also work.

Textures -

When you make a sector and/or change his size, you'll notice that it get's glitchy. To fix that, you must add a texture.

I'll explain how to add a texture to a linedef.

1 - Right - Click the linedef
2 - Click the Sidedefs tab.
3 - You'll see a red triangle with a "!" on it somewhere on the linedef. Click it.
4 - Pick one of the textures located on "All".
5 - Profit!

Before clicking the sidedefs tab, you'll notice a tab called Properties.

There are the options that become active when you check them (By clicking them with your mouse

Impassable - Makes the linedef be impossible to pass through.
Block monster - Makes the linedef block monsters.
Double sided - Makes the linedef have two sides.
Upper unpegged  - means the texture will clip at the ceiling, if available.
Lower unpegged - means the same thing, only that's for the floor
Secret - I have no idea.
Block sound - Blocks sound.
Hidden - Affects the Minimap.
Shown - Affects the Minimap.
Repeatable Action - Makes an action (Defined by the "action" below) be repeatable.
Monster activates - Check Secret
Block everything - Blocks everything!
Block players - Blocks players.

Action - Uuuh... there are TONS of actions, and if you want something from it, you can check one that was already made. (Usually, at another map.)

Trigger - Makes the action trigger when what you select here happens.

When you right click a sector, you'll open a tab called Properties. Here, you can adjust lots of thingies, like ceiling height, floor height, etc. Effects has pretty much the same use as "Action".


Tag - Used to identify X Sector/linedef when you use a script/thing


How to make ladders -

1 - Select a linedef
2 - Go on Action
3 - Select action 128
4 - Add set: Add
5 - Force - 15(can be a different number)
6 - Check "repeatable action"
7 - Down Up - you pick.
8 - Trigger - Player bumps
9 - Profit!

Now for something that, if you understand how to do, you'll be promoted from (9) to Not-So-(9)-ish.

Teleporters!

Teleporters can be done in many ways, but this is the most used one -

You'll need -

1 - Things
2 - Sectors

1 - On things, click on "Type", then type in "14"
2 - Go on "Action"
3 - On the tag, put in a tag that hasn't been used by you before.
4 - Create ANOTHER thing.
5 - This time, click on "Type" and type in "9999".
6 - Go to Action.
7 - Select action 70.
8 - Target mapspot tag - Here, you put the same number of the tag you used on "3"

To make sure the teleporters work correctly, create a 32x32 Square sector with Linedefs around the "Things" you've selected.

To add music on your map -

1 - Get slumped/Slade.
2 - On slumped/Slade, open your map.
3 - Create a new lump called "MAPINFO"
4 - Ok, now... You can do this two ways - 1 - Doing line by line by yourself, or 2 - Copying it from someone else. Per example, here is the map info for "SDMMAN":

map SDMMAN "Scarlet Devil Mansion"

{
   cluster = 1
   music = "REMIRMX"
   aircontrol = 0.5
   gravity=800
   levelnum = 1
   next=SDMBASE
}

SDMMAN - The code for the map.
"Scarlet devil mansion" - the map's name.
Cluster - By Ivory - "A cluster is how ZDoom (and it's daughter ports, like Skulltag) create a group of linked maps for the purposes of a Hub or Episodes. In terms of making single maps for MM8BDM, it's not that important. "
Music - The music for your map. Be sure to add the music you're using to the map(using slumped/slade) to the same file of the map!
Aircontrol - Aircontrol.
Gravity - the map's gravity.
Levelnum - the number of the level.
Next - The next map to be played.

To make the music change when 5 frags are necessary for victory...
1 - Go on doom builder
2-  Open your map
3 - Open the scripts editor
Here is the Script for The Scarlet Devil mansion:

Script 1 Enter
{
if(PlayerFrags() == GetCVar("fraglimit") - 5){
SetMusic("TH6REMI",0);
terminate;
}
Delay(1);
restart;
}

To change it to another song, simply copy this, paste it there. To change the song, put in the code for the song in the place of "TH6REMI". Be sure to add the song to the file of the map through slumped/slade!


These are the basics from map making. If you know all this, you can create some maps already. Now go on Doom builder 2, and have fun!

(I created this for the people that are too lazy to try stuff around by themselves, or check examples. Do not copy this and put it somewhere else withouth authorization!)

Myroc:

--- Quote from: "Flandre Scarlet" ---F8 - Reloads resources (Whatever it does.. that's what it says it does.)
--- End quote ---
It reloads the wad that contains the map you're working on as well as the wads that you're telling Doom Builder to use via the Game Configurations. Useful if you toy around with any of these wads outside of DB2 (say, SlumpED or Slade).

Also, brilliant idea. About time someone wrote up an atleast somewhat more extensive tutorial to this thing.

Now let's watch as all the horrible fanmaps pile up.

Flandre Scarlet:

--- Quote from: "Myroc" ---
--- Quote from: "Flandre Scarlet" ---F8 - Reloads resources (Whatever it does.. that's what it says it does.)
--- End quote ---
It reloads the wad that contains the map you're working on as well as the wads that you're telling Doom Builder to use via the Game Configurations. Useful if you toy around with any of these wads outside of DB2 (say, SlumpED or Slade).

Also, brilliant idea. About time someone wrote up an atleast somewhat more extensive tutorial to this thing.

Now let's watch as all the horrible fanmaps pile up.
--- End quote ---

Truce. Let's watch them rise, good sir.  :ugeek:

Copy Robot:
I've been wondering why the boss music doesn't play when I edited the scripts from SlumpEd.

Thank you for the tutorial.

Mr. X:
Hm...well written, covers basic and commonly used techniques, and answers frequently asked questions.  I like it!

Navigation

[0] Message Index

[#] Next page

Go to full version