User:Rockn-Roll/Beginner Portal Map Tutorial: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 4: Line 4:


====Left Side Toolbar====
====Left Side Toolbar====
{| class="wikitable" width="800" border="1" style="background:white; border: #cccccc solid 1px; font-size: 10px;"
{| class="wikitable" width="600" border="1" style="background:white; border: #cccccc solid 1px; font-size: 10px;"
|-
|-
|colspan="3" align="center"|[[Image:hammer_maptoolstoolbar.png]]
|colspan="3" align="center"|[[Image:hammer_maptoolstoolbar.png]]

Revision as of 10:06, 11 February 2011

Building your first Portal map with Hammer

Contents

This tutorial provides a step-by-step guide to working with Hammer to create a small 128x128x128 room with some walls where portals can be created and some that cannot. Finally, a player start and the portal gun are added then the map is compiled. Portal can then be started and the map loaded for play.

Left Side Toolbar

Hammer maptoolstoolbar.png
Hammer select.png Selection Tool (Shift+S) Closes all other tools and allows selection of a new object. Each time an object is clicked while this tool is selected allows that object to Resize, Rotate, or Shear.
Hammer magnify.png Magnify (Shift+G) Left Click zooms in and Right Click zooms out while this tool is active. Mouse wheel or D (zoom in) and C (soom out) can be used at any time instead of using this tool.
Hammer camera.png Camera (Shift+C) Allows a camera to be placed in the 2D views in order to immediately change the 3D view.
Hammer entity.png Entity Tool (Shift+E) Used to create entities, like a player start location.
Hammer block.png Block Tool (Shift+B) Used to create geometry such as walls, ceilings, and floors.
Hammer ToggleTextureApplication.png Toggle Texture Application (Shift+A) Used to change textures and texture settings. This only works on world geometry created with the Block Tool (not on entities).
Hammer ApplyCurrentTexture.png Apply Current Texture This applies the current texture (as selected in the right side toolbar) to selected object(s).
Hammer ApplyDecal.png Apply Decals (Shift+D) Decals are just what they sound like - images that can be pasted to a wall like stickers.
Hammer ApplyOverlays.png Apply Overlays (Shift+O) Overlays are very similar to Decals, but they have more options, to be explained later.
Hammer ClippingTool.png Clipping Tool (Shift+X) This tool allows objects to be made smaller or cut up into pieces.
Hammer VertexTool.png Vertex Tool (Shift+V) Allows manual movement of individual vertexes (corners) of objects.