Sound and Music: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 42: Line 42:
*[http://www.sdknuts.net/akg/?sdk=tutarts Art & Sound] — tutorials about sound in Source, including adding custom sounds {{TODO|replace with list of sound tutorials}}
*[http://www.sdknuts.net/akg/?sdk=tutarts Art & Sound] — tutorials about sound in Source, including adding custom sounds {{TODO|replace with list of sound tutorials}}
-->
-->
[[Category:Sound System]]

Revision as of 20:05, 13 February 2010

This article is a hub for finding information about sound and music in Source.

Entities

Articles

AI sounds

  • AI sounds are not audible to the player; they are purely an AI construction. They can be placed in-map with the ai_sound entity.

Music

Materials

To specify the set of sounds for a custom material (the noises produced in response to hits, scrapes, etc), see Material surface properties.

Notes

  • To play music, use Hammer Sound Browser to search for keyword music.
  • Many entities can have sounds assigned to them. For example, prop_door_rotating can be assigned sounds for opening, closing, swinging, being locked, and being unlocked. See the individual entities for details.

See Also

External links