Sound and Music: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (removing abstract mapping header)
mNo edit summary
Line 34: Line 34:
== See Also ==
== See Also ==
* [[:Category: Level Design]]
* [[:Category: Level Design]]
* [[L4D_Soundscripts|Left 4 Dead Soundscripts]]


== External links ==
== External links ==

Revision as of 22:18, 19 July 2009

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