Hammer Editor Documentation: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(collapsed user's guide page into main hammer page)
(added intro, screenshot)
Line 1: Line 1:
[[Category:Level Design]]
[[Category:Level Design]]
[[Image:Hammer splash.png]]
[[Image:Hammer splash.png]]<br style="clear:both">


The Valve Hammer Editor is a 3D design tool used for creating levels for Source engine games. Geometry and gameplay elements can both be created using Hammer.
----
 
[[Image:Hammer screen.jpg|right|thumb|A Hammer Editor screenshot.]]
The Valve Hammer Editor is a 3D design tool used for creating levels for Source engine games.
 
The Hammer editor can be used for:
* Creating level architecture -- geometry, texturing, and lighting.
* Placing modes (props) created in 3D modeling packages, such as [[XSI]].
* Placing [[Creating_Entities|entities]] for gameplay.
* Scripting gameplay entities with [[Inputs and Outputs]].
* Adding [[:category:AI|AI]] navigation information.
* [[Hammer_Run_Map_Normal|Compiling]] and running game levels.
<br style="clear:both">


==Getting Started==
==Getting Started==

Revision as of 14:11, 8 August 2005

Hammer splash.png


A Hammer Editor screenshot.

The Valve Hammer Editor is a 3D design tool used for creating levels for Source engine games.

The Hammer editor can be used for:

  • Creating level architecture -- geometry, texturing, and lighting.
  • Placing modes (props) created in 3D modeling packages, such as XSI.
  • Placing entities for gameplay.
  • Scripting gameplay entities with Inputs and Outputs.
  • Adding AI navigation information.
  • Compiling and running game levels.


Getting Started

Introduction to Editing - A introduction to the basic principles of editing with the Hammer Editor.

What's New - New features of the Valve Hammer Editor for Source.

Hammer Reference

Menus - Reference guide to the menus and their contents.

Dialogs - Reference guide to various dialog boxes.

Toolbars - Description of the toolbars and their icons.

Hotkey Reference - Listing of all keyboard shortcuts.

See Also

Source Mapping Conversion - For users familiar with the Half-Life 1 Map Editing Tools.

Source SDK FAQ - Information to help solve some common problems.

SDK Release Notes - Find out about current known issues in the Source SDK.