This subject is related to a real world perspective.
This is a safe article. Click for more information.

Source SDK

From Combine OverWiki, the original Half-Life wiki and Portal wiki
Jump to: navigation, search

This subject is related to a real world perspective.
This is a safe article. Click for more information.

Source SDK.svg
Source SDK
Original author(s)

Valve Corporation

Developer(s)

Valve Corporation

Initial release

November 5, 2004[1]

Operating system(s)

Windows 2000, XP, Vista, 7

Platform(s)

PC

Size

977MB

Available in

English

Development status

Active

Type

Software development kit

Website

Valve Developer Community

The Source SDK is a collection of applications used for developing maps and modifications for games that use Valve's Source engine. Along with the packaged programs, the SDK also includes source code for the engine and various entities used within the games.

Overview[edit]

The Source SDK contains many programs useful for editing Source-based games, such as Half-Life 2. It also contains the source code for Half-Life 2, which can be edited to introduce new entities, NPCs and vehicles or left as is and used as a base.

Currently, the SDK supports four versions of the Source engine: Source 2006, 2007, 2009, and Source Multiplayer.

Tools[edit]

The SDK is made up of various tools, some of which are accessible from a menu. The major tools are listed below.

Hammer icon.png Map Editor[edit]

Main article: Valve Hammer Editor

The Hammer World Editor is used to design and script maps used in games and mods. It allows the user to create brushes of various shapes and model them accordingly, as well as place and control entities via the I/O scripting system.

Its icon is a green hammer encased in a blue stone wall.

Faceposer icon.png Face Poser[edit]

The Face Poser tool.

Face Poser is the tool used to access and sequence facial animations and choreograph scenes. It is used to create in-game animation sequences, and for adding dialogue to maps.

Its icon is the hairless head of Alyx Vance's model next to a yellow Lambda logo.

This tool is used to:

  • Edit facial expressions, gestures and movements for characters (called "actors"), allowing one to mix or blend several expressions on the fly.
  • Lip-synch speech with the speech the characters use (and blend the speech with other facial expressions). The phonemes used for lip-synching can be extracted from existing spoken .wav files, the tool taking care of the real-time association between the spoken phonemes and the movements of the lips.
  • Sequence expressions and other acting cues and preview what the scene will look like in the game engine. A scene can refer to multiple actors and thus can be used to block out fairly complicated interactions and dialogue between game characters.

Hlmv viewer.png Model Viewer[edit]

The Model Viewer.

The Model Viewer is a program that allows users to view models.

The Model Viewer is primarily used for viewing models. It has the option to show just the model, with various adjustments such as shadows and texture options, however there are options to view models with their corresponding animations, attachment points, bones, and other features.

Its icon is a wireframe view of the Fast Headcrab model above a yellow Lambda logo.

Other tools[edit]

The SDK also contains tools that can only be accessed via the program folder. studiomdl.exe is used for creating models to be used in Source games. bspzip.exe packs content into the finalized map file so that it is extracted on run. vtex.exe converts image files into Valve Texture Files and Valve Material Files (.vtf and .vmt).

Trivia[edit]

In the playable Half-Life 2 leak, some tools used in Half-Life, such as the Half-Life Dedicated Server, are mixed in with the tools used in the final Source SDK.

Gallery[edit]

See also[edit]

References[edit]

  1. Source SDK Tools Available Now on Steam (November 5, 2004)

External links[edit]