env_soundscape_proxy
Jump to navigation
Jump to search


This article needs more
links to other articles to help
integrate it into the encyclopedia. Please help improve this article by adding links
that are relevant to the context within the existing text.
January 2024



January 2024



This is a preserved entity in 







If the game has round restart mechanics this entity may not behave as expected.








If the game has round restart mechanics this entity may not behave as expected.
![]() |
---|
CEnvSoundscapeProxy |
![]() |

env_soundscape_proxy
is a point entity available in all Source games. It plays a soundscape with the properties set by an env_soundscape or env_soundscape_triggerable. This is convenient for soundscapes that can be triggered through many possible entrances/exits as it prevents the mapper from having to synchronize settings for many individual entities.
Keyvalues
- Name (targetname) <string> [ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Soundscape entity (MainSoundscapeName) <targetname>
- The soundscape entity to become a copy of.
- Radius (radius) <float>
- Defines the entity's sphere of influence. Players must also have LOS to the entity for it to trigger. -1 means infinite range. A note inside the FGD file says this does not work, but it does.
- Start Disabled (StartDisabled) <boolean>
- Stay dormant until activated (with the
Enable
input).
Inputs
- ToggleEnabled
- Toggle the soundscape on/off.
EnableDisable:
- Enable / Disable
- Enable/disable this entity from performing its task. It might also disappear from view.
Outputs
- OnPlay
- !activator = !caller = this entity
Fired when this soundscape becomes the active one.