Source SDK

From Wikipedia, the free encyclopedia
Source SDK
Source SDK Launcher menu
The Source SDK is a software development kit compiled by Valve Corporation that is used to create games or mods for the Source engine.
Developer(s) Valve
Initial release November 5, 2004 (2004-11-05)[1]
Stable release Source SDK 2013 / July 2, 2013 (2013-07-02)
Development status Active
Operating system Windows
Type Software development kit
License Proprietary
Website developer.valvesoftware.com

Games like Left 4 Dead, Left 4 Dead 2, Counter Strike: Global Offensive, and Portal 2 are packaged with their own set of 'Authoring Tools' that are tailored for their specific engine builds and come packaged with the game on Steam. These games use most of the same programs below, but the source code can not be dumped.

In 2013, an update was released for Source SDK that allowed users to build OS X and Linux versions of their mods. Additionally, support was added for Valve's new Steampipe content distribution system as well as the Oculus Rift.[2]

Utilities

There are a total of four utilities in the Source SDK:

  • Create a Mod: Dumps Source Engine code into a folder and places a mod directory under the SourceMods folder (Note: This appears neither in the Left 4 Dead (2) Authoring Tools, nor the Source 2009 version of the SDK.)[citation needed]
  • Refresh SDK Content: Checks for data updates and downloads/refreshes new data[citation needed]
  • Reset Game Configurations: Recreates game configurations with the basic games; mods mentioned in the configurations are removed unless manually edited[citation needed]
  • Edit Game Configurations: Edits individual game configurations, primarily for Hammer[citation needed]

Engine versions

The Source SDK currently has three engine versions. A user can choose the 2006 version of the Source engine, which is only used by Half-Life: Source, Half-Life Deathmatch: Source, and various mods built on old Source 2006 code. All other Source games were updated to the most recent 2009 version of the Source engine, with the exceptions of Episode Two, which used the 2007 version between May 11, 2010 and June 23, 2010, and various mods built on old Source 2007 code.[3][4] Half-Life 2: Deathmatch was updated to the 2009 version of the Source engine on September 30, 2010.[5] Although currently, all multiplayer Source games were updated to the Source Engine MP.

Applications

There are three applications in the Source SDK, Valve Hammer Editor, Model Viewer, and Face Poser.

Valve Hammer Editor

The Valve Hammer Editor is a program included in the Source SDK that allows users to create maps for the Source Engine. It can be used with many different game configurations, for Source games like Team Fortress 2, Counter-Strike: Source, and Portal.

Model Viewer

The Model Viewer is a program that allows users to view models and can be used for a variety of different purposes, including development.

Developers may use the program to view models and their corresponding animations, attachment points, bones, and so on. It can also be used to view props, weapons, buildings, and just about any other 3D object found except something which is a brush (an object created in Hammer that makes up the actual world - something like a floor, wall, room, skybox or terrain). The Model Viewer can't view game textures either (Hammer is used for that purpose instead).

Face Poser

Face Poser is the tool used to access facial animations and choreography systems.

This tool allows one to:

  • Edit facial expressions, gestures and movements for characters (known as 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, and the tool takes 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.

Full list of SDK applications

  • bspzip: A command-line program that packs level-specific materials, models, and/or sounds into an existing BSP file.
  • captioncompiler: A command-line program that compiles localized collections of Closed Captioning text into a readable .dat file.
  • demoinfo: A command-line program used to view the data contained in a demo file (.dem format).
  • dmxedit
  • elementviewer
  • glview: A program used to view a map's visibility leaves, a feature of the BSP file format.
  • hammer: The level editor for Source.
  • height2normal: Height map to normal map converter.
  • height2ssbump: Height map to SSBump map converter.
  • hlfaceposer: The tool used to access facial animations and choreography systems.
  • hlmv: A program that allows users to view models.
  • mksheet: A command-line program used to combine frames into a single tiled image for use in particles.
  • motionmapper: A command-line program used to remap skeletal animation motions onto a target skeleton.
  • normal2ssbump: normal map to SSBump map converter.
  • pfm2tgas: A command-line program used to convert HDR textures to multiple TGA textures of different exposures.
  • qc_eyes: A program that allows for the configuration of eye texture orientations in models.
  • SDKLauncher: The launcher program for the SDK.
  • shadercompile: A command-line program that is used to create shaders as part of a compile pipeline.
  • splitskybox: A command-line program that cuts up a skybox image to 6 separate textures: front, back, left, right, up, and down.
  • studiomdl: A command-line program that compiles SMD files into models.
  • vbsp: A command-line program that compiles a VMF file to a native Source map, a BSP file.
  • vbspinfo: A command-line program used to view the data contained in a BSP file.
  • vconfig: An interface used to edit game configurations for the SDK's programs.
  • vrad: A command-line program that calculates radiosity lighting on a pre-existing BSP file.
  • vtex: A command-line program that converts TGA images into VTF texture files.
  • vtf2tga: A command-line program that converts VTF texture files into TGA images.
  • vvis: A command-line program that calculates visleafs (visibility leaves) on pre-existing BSP files.
  • xwad: A command-line program that decompiles GoldSrc WAD files, BMP images, and SPR files into TGA or VTF images.

Useful third-party applications for the Source SDK

  • 3ds Max SMD exporter: An exporter for Autodesk 3ds Max that outputs an uncompiled SMD file.
  • Batch Compiler: An application that allows a user to visually select map compilation parameters and compile a map without leaving Hammer open.
  • Crafty: An application that views bsp, gl, map, mdl, vmf, and several other files. Allows for exporting to common formats like obj.
  • Entspy: An application that views and allows modification of entities in a compiled bsp file.
  • GCFScape: An application that views and extracts the contents of GCF files.
  • GUI StudioMDL: A GUI frontend for studiomdl.
  • MDLDecompiler: A program for decompiling Half-Life 2 and CS:Source models.
  • Pakrat: A GUI version of bspzip.
  • QuArKSAS: A utility to extract files from the Steam Filesystem.
  • Terrain Generator: An application that is used to create terrain. Exports to common formats such as VMF.
  • VMEX: An application that is used to decompile a BSP map to VMF.
  • VTFLib: An application containing two programs, VTFCmd and VTFEdit. VTFCmd has the same functionality as vtex, but has more features such as batch conversion. VTFEdit is a GUI frontend for VTFLib.
  • Wall Worm: A set of tools to get your content from 3ds Max to Source. Includes SMD, VTA, VTF and VMF Exporters. Compile content from 3ds Max.
  • Propper: Is an edited version of vbsp that outputs a model instead of a bsp.

Source engine games packaged with the SDK on Steam

Source Engine Games that come with "Authoring Tools"

Note that any packages including one or more of the above games come with the Source SDK and also that Half-Life: Source, Half-Life Deathmatch: Source and the free release of Portal does not come with the Source SDK.

With the release of the 2013 version, Valve announced that the Source SDK was going to be removed soon, and replaced by individual authoring tools for every source game.[citation needed]

See also

References

  1. Van Autrijve, Rainier (November 5, 2004). "Valve Releases Source SDK Tools". GameSpy. IGN. Retrieved January 28, 2014. 
  2. "Source SDK 2013 Release". Steam News. Valve Software. Retrieved 4 July 2013. 
  3. "Source SDK Update Released - May 11, 2010". 
  4. "Source SDK Update Released - June 23, 2010". 
  5. "Team Fortress 2 Update Released - September 30, 2010". 

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.