From Valve Developer Community
Jump to navigation
Jump to search
|
|
Line 1: |
Line 1: |
| ==== Default ==== | | ==== Default ==== |
| {{MdCodeBlock|<nowiki>// DSP Effects | | {{CodeBlock|<nowiki>// DSP Effects |
| // 0 : "Normal (off)" | | // 0 : "Normal (off)" |
| // 1 : "Generic" | | // 1 : "Generic" |
Line 64: |
Line 64: |
|
| |
|
| ==== Limited ==== | | ==== Limited ==== |
| {{MdCodeBlock|limited|<nowiki>// DSP Effects | | {{CodeBlock|limited=1|<nowiki>// DSP Effects |
| // 0 : "Normal (off)" | | // 0 : "Normal (off)" |
| // 1 : "Generic" | | // 1 : "Generic" |
Line 127: |
Line 127: |
|
| |
|
| ==== Outline ==== | | ==== Outline ==== |
| {{MdCodeBlock|outline|<nowiki>// DSP Effects | | {{CodeBlock|style=1|<nowiki>// DSP Effects |
| // 0 : "Normal (off)" | | // 0 : "Normal (off)" |
| // 1 : "Generic" | | // 1 : "Generic" |
Line 191: |
Line 191: |
|
| |
|
| ==== Outline Limited ==== | | ==== Outline Limited ==== |
| {{MdCodeBlock|outline-limited|<nowiki>// DSP Effects | | {{CodeBlock|style=1|limited=1|<nowiki>// DSP Effects |
| // 0 : "Normal (off)" | | // 0 : "Normal (off)" |
| // 1 : "Generic" | | // 1 : "Generic" |
Revision as of 09:02, 22 January 2023
Default
// DSP Effects
// 0 : "Normal (off)"
// 1 : "Generic"
// 2 : "Metal Small"
// 3 : "Metal Medium"
// 4 : "Metal Large"
// 5 : "Tunnel Small"
// 6 : "Tunnel Medium"
// 7 : "Tunnel Large"
// 8 : "Chamber Small"
// 9 : "Chamber Medium"
// 10: "Chamber Large"
// 11: "Bright Small"
// 12: "Bright Medium"
// 13: "Bright Large"
// 14: "Water 1"
// 15: "Water 2"
// 16: "Water 3"
// 17: "Concrete Small"
// 18: "Concrete Medium"
// 19: "Concrete Large"
// 20: "Big 1"
// 21: "Big 2"
// 22: "Big 3"
// 23: "Cavern Small"
// 24: "Cavern Medium"
// 25: "Cavern Large"
// 26: "Weirdo 1"
// 27: "Weirdo 2"
// 28: "Weirdo 3"
"tf2.respawn_room"
{
"dsp" "1"
"playlooping"
{
"volume" ".6"
"pitch" "100"
"wave" "ambient/underground.wav"
}
"playlooping"
{
"volume" ".30"
"pitch" "100"
"wave" "ambient/machine_hum2.wav"
}
"playlooping"
{
"volume" ".75"
"pitch" "100"
"position" "0"
"attenuation" "0.7"
"wave" "ambient/machine_hum.wav"
}
}
Limited
// DSP Effects
// 0 : "Normal (off)"
// 1 : "Generic"
// 2 : "Metal Small"
// 3 : "Metal Medium"
// 4 : "Metal Large"
// 5 : "Tunnel Small"
// 6 : "Tunnel Medium"
// 7 : "Tunnel Large"
// 8 : "Chamber Small"
// 9 : "Chamber Medium"
// 10: "Chamber Large"
// 11: "Bright Small"
// 12: "Bright Medium"
// 13: "Bright Large"
// 14: "Water 1"
// 15: "Water 2"
// 16: "Water 3"
// 17: "Concrete Small"
// 18: "Concrete Medium"
// 19: "Concrete Large"
// 20: "Big 1"
// 21: "Big 2"
// 22: "Big 3"
// 23: "Cavern Small"
// 24: "Cavern Medium"
// 25: "Cavern Large"
// 26: "Weirdo 1"
// 27: "Weirdo 2"
// 28: "Weirdo 3"
"tf2.respawn_room"
{
"dsp" "1"
"playlooping"
{
"volume" ".6"
"pitch" "100"
"wave" "ambient/underground.wav"
}
"playlooping"
{
"volume" ".30"
"pitch" "100"
"wave" "ambient/machine_hum2.wav"
}
"playlooping"
{
"volume" ".75"
"pitch" "100"
"position" "0"
"attenuation" "0.7"
"wave" "ambient/machine_hum.wav"
}
}
Outline
// DSP Effects
// 0 : "Normal (off)"
// 1 : "Generic"
// 2 : "Metal Small"
// 3 : "Metal Medium"
// 4 : "Metal Large"
// 5 : "Tunnel Small"
// 6 : "Tunnel Medium"
// 7 : "Tunnel Large"
// 8 : "Chamber Small"
// 9 : "Chamber Medium"
// 10: "Chamber Large"
// 11: "Bright Small"
// 12: "Bright Medium"
// 13: "Bright Large"
// 14: "Water 1"
// 15: "Water 2"
// 16: "Water 3"
// 17: "Concrete Small"
// 18: "Concrete Medium"
// 19: "Concrete Large"
// 20: "Big 1"
// 21: "Big 2"
// 22: "Big 3"
// 23: "Cavern Small"
// 24: "Cavern Medium"
// 25: "Cavern Large"
// 26: "Weirdo 1"
// 27: "Weirdo 2"
// 28: "Weirdo 3"
"tf2.respawn_room"
{
"dsp" "1"
"playlooping"
{
"volume" ".6"
"pitch" "100"
"wave" "ambient/underground.wav"
}
"playlooping"
{
"volume" ".30"
"pitch" "100"
"wave" "ambient/machine_hum2.wav"
}
"playlooping"
{
"volume" ".75"
"pitch" "100"
"position" "0"
"attenuation" "0.7"
"wave" "ambient/machine_hum.wav"
}
}
Outline Limited
// DSP Effects
// 0 : "Normal (off)"
// 1 : "Generic"
// 2 : "Metal Small"
// 3 : "Metal Medium"
// 4 : "Metal Large"
// 5 : "Tunnel Small"
// 6 : "Tunnel Medium"
// 7 : "Tunnel Large"
// 8 : "Chamber Small"
// 9 : "Chamber Medium"
// 10: "Chamber Large"
// 11: "Bright Small"
// 12: "Bright Medium"
// 13: "Bright Large"
// 14: "Water 1"
// 15: "Water 2"
// 16: "Water 3"
// 17: "Concrete Small"
// 18: "Concrete Medium"
// 19: "Concrete Large"
// 20: "Big 1"
// 21: "Big 2"
// 22: "Big 3"
// 23: "Cavern Small"
// 24: "Cavern Medium"
// 25: "Cavern Large"
// 26: "Weirdo 1"
// 27: "Weirdo 2"
// 28: "Weirdo 3"
"tf2.respawn_room"
{
"dsp" "1"
"playlooping"
{
"volume" ".6"
"pitch" "100"
"wave" "ambient/underground.wav"
}
"playlooping"
{
"volume" ".30"
"pitch" "100"
"wave" "ambient/machine_hum2.wav"
}
"playlooping"
{
"volume" ".75"
"pitch" "100"
"position" "0"
"attenuation" "0.7"
"wave" "ambient/machine_hum.wav"
}
}

Available doc translations
…
EnglishThe
Template:CodeBlock/sandbox/doc documentation page does not exist.
English documentation will be displayed instead, which you can translate using Google Translate (or similar software). If there is nothing after this message, most likely the documentation does not exist even in English.
Template:CodeBlock/sandbox/doc