Difference between revisions of "Sound Descriptor"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Created page with "'''Type:''' <code>SNDR</code> <BR/> '''Papyrus:''' Sound Script The Sound Descriptor object is found within the Object Window under t...")
 
imported>Qazaaq
Line 14: Line 14:
**'''Stop:'''
**'''Stop:'''
**'''Distance:'''
**'''Distance:'''
=== Descriptor Types ===
There are three kinds of sound descriptor types.
{{ClearFloats}}
{{ClearFloats}}


==== Standard ====
=== Standard ===
[[File:Sound Descriptor Standard Editor.png|thumb|right|400px]]
[[File:Sound Descriptor Standard Editor.png|thumb|right|400px]]
*'''Sound'''
*'''Sound'''
Line 43: Line 40:
{{ClearFloats}}
{{ClearFloats}}


==== Compound ====
=== Compound ===
[[File:Sound Descriptor Compound Editor.png|thumb|right|400px]]
[[File:Sound Descriptor Compound Editor.png|thumb|right|400px]]
*'''Descriptors:'''
*'''Descriptors:'''
Line 50: Line 47:
{{ClearFloats}}
{{ClearFloats}}


==== AutoWeapon ====
=== AutoWeapon ===
[[File:Sound Descriptor AutoWeapon Editor.png|thumb|right|400px]]
[[File:Sound Descriptor AutoWeapon Editor.png|thumb|right|400px]]
*'''Rates of Fire:'''
*'''Rates of Fire:'''

Revision as of 02:01, 2 November 2017

Type: SNDR
Papyrus: Sound Script

The Sound Descriptor object is found within the Object Window under the Audio Category.

Editor Dialog

Sound Descriptor Editor.png
  • ID: The ID, also referred to as Editor ID, is used by the Creation Kit to uniquely identify this record within a Data File.
  • Descriptor Type:
  • Notes:
  • 'Auditioning
    • Play:
    • Stop:
    • Distance:

Standard

Sound Descriptor Standard Editor.png
  • Sound
    • Category:
    • Output Model:
    • Conditions:
    • Static Attenuation (dB):
    • Looping
      • None:
      • Loop:
      • Envelope Fast:
      • Envelope Slow:
    • % Frequency Shift:
    • % Frequency Variance:
    • dB Variance:
    • Priority: Controls the precedence for this object.
    • Alternate For...:
    • Monitor Sends
      • Small Rumble
      • Big Rumble
      • Sidechain
  • Conditions: The Conditions must be met.

Compound

Sound Descriptor Compound Editor.png
  • Descriptors:
    • Add:
    • Remove:

AutoWeapon

Sound Descriptor AutoWeapon Editor.png
  • Rates of Fire:
    • Base Descriptor:
    • RoF (RPM):
    • File:

See Also