Soundscape debug: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with 'thumb|Soundscape_debug set to 1, displaying a few in-game soundscape entities in [[Portal, neither of them active.]] A [[Convar|console …')
 
m (added language bar.)
Line 1: Line 1:
{{lang|{{PAGENAME}}|$title=soundscape_debug}}[[Category:Console Variables]][[Category: Sound System]]
[[Image:soundscape_debug_1_example.jpg|thumb|Soundscape_debug set to 1, displaying a few in-game soundscape entities in [[Portal]], neither of them active.]]
[[Image:soundscape_debug_1_example.jpg|thumb|Soundscape_debug set to 1, displaying a few in-game soundscape entities in [[Portal]], neither of them active.]]


Line 5: Line 6:
It has three settings (0-2).
It has three settings (0-2).


;soundscape_debug 0 : Off. Do not display any soundscape entities. (This is default.)
;<code>soundscape_debug 0</code> : Off. Do not display any soundscape entities. (This is default.)
;soundscape_debug 1 : Displays all soundscape entities in the [[PVS]].
;<code>soundscape_debug 1</code> : Displays all soundscape entities in the [[PVS]].
;soundscape_debug 2 : Only display currently triggered soundscapes.
;<code>soundscape_debug 2</code> : Only display currently triggered soundscapes.


The status line is colorcoded accordingly:
The status line is color-coded accordingly:
* Green - Currently being triggered.
* Green - Currently being triggered.
* Yellow - Still active but not currently triggered.
* Yellow - Still active but not currently triggered.
* Red - Inactive.
* Red - Inactive.


== See also ==
== See Also ==
 
* [[Soundscapes]]
* [[Soundscapes]]
[[Category:Console Variables]] [[Category: Sound System]]

Revision as of 20:43, 20 May 2022

English (en)Translate (Translate)
Soundscape_debug set to 1, displaying a few in-game soundscape entities in Portal, neither of them active.

A console variable that (when active) renders soundscape entities as purple cubes, each of them with a color-coded status line linking it to the camera.

It has three settings (0-2).

soundscape_debug 0
Off. Do not display any soundscape entities. (This is default.)
soundscape_debug 1
Displays all soundscape entities in the PVS.
soundscape_debug 2
Only display currently triggered soundscapes.

The status line is color-coded accordingly:

  • Green - Currently being triggered.
  • Yellow - Still active but not currently triggered.
  • Red - Inactive.

See Also