Difference between revisions of "Category Snapshot"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(crosslinked)
imported>Qazaaq
Line 3: Line 3:
'''Papyrus:''' [[SoundCategorySnapshot Script]]
'''Papyrus:''' [[SoundCategorySnapshot Script]]


A sound category snapshot is a set of preconfigured volume multipliers for any number of sound categories.
They can be used to achieve temporary audio effects such as muting player footstep sounds, or lowering the level of ambient sounds.
The active snapshot is the highest priority snapshot currently pushed to the global snapshot stack.
Snapshots remain on the stack until removed with the [[Remove - SoundCategorySnapshot] member function.
The [[Category Snapshot]] [[:Category:Object_Classes|object]] is found within the [[Object Window]] under the [[:Category:Audio|Audio Category]].
The [[Category Snapshot]] [[:Category:Object_Classes|object]] is found within the [[Object Window]] under the [[:Category:Audio|Audio Category]].


Line 10: Line 14:
*{{Template:Editor:Property:Priority}} Zero has the highest priority and one hundred has the lowest.
*{{Template:Editor:Property:Priority}} Zero has the highest priority and one hundred has the lowest.
*'''Category Multipliers''':
*'''Category Multipliers''':
**'''Edit Multiplier''':
**'''Edit Multiplier''': A snapshot's category multipliers can only be fractional (0.0-1.0), so they can't be used to amplify/overdrive a category. Press the tab key to commit changes in the text box.


== See Also ==
== See Also ==

Revision as of 01:14, 2 November 2017

Type: SCSN
Papyrus: SoundCategorySnapshot Script

A sound category snapshot is a set of preconfigured volume multipliers for any number of sound categories. They can be used to achieve temporary audio effects such as muting player footstep sounds, or lowering the level of ambient sounds. The active snapshot is the highest priority snapshot currently pushed to the global snapshot stack. Snapshots remain on the stack until removed with the [[Remove - SoundCategorySnapshot] member function. The Category Snapshot object is found within the Object Window under the Audio Category.

Editor Dialog

Category Snapshot 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.
  • Priority: Controls the precedence for this object. Zero has the highest priority and one hundred has the lowest.
  • Category Multipliers:
    • Edit Multiplier: A snapshot's category multipliers can only be fractional (0.0-1.0), so they can't be used to amplify/overdrive a category. Press the tab key to commit changes in the text box.

See Also