Difference between revisions of "Music Track"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Created page with "'''Type:''' <code>MUST</code> <BR/> '''Papyrus:''' None The Music Track object is found within the Object Window under the :Category:Au...")
 
m (→‎See Also: added notes section)
 
(3 intermediate revisions by one other user not shown)
Line 5: Line 5:
The [[Music Track]] [[:Category:Object_Classes|object]] is found within the [[Object Window]] under the [[:Category:Audio|Audio Category]].
The [[Music Track]] [[:Category:Object_Classes|object]] is found within the [[Object Window]] under the [[:Category:Audio|Audio Category]].


== Editor Dialog==
== Editor Dialog ==
[[File:Music Track Editor.png]]
[[File:Music Track Editor.png]]
*{{Template:Editor:Property:ID}}
*{{Template:Editor:Property:ID}}
*'''Track Type:'''
*'''Track Type:''' There are three kinds of track types for music tracks.
*'''Has Conditions:'''  If checked, music will only play if the conditons on the Conditions Tab are met.
{{ClearFloats}}


=== Track Types ===
=== Palette Track ===
There are three kinds of track types for music tracks.
[[File:Music Track Palette Track Editor.png|thumb|right|400px]]
 
==== Palette Track ====
*'''Duration (seconds):'''
*'''Duration (seconds):'''
*'''Fade-Out (seconds):'''  
*'''Fade-Out (seconds):'''  
*'''Layer:'''  
*'''Layer:'''  
{{ClearFloats}}


==== Single Track ====
=== Single Track ===
*'''Choose File:'''  
[[File:Music Track Single Track Editor.png|thumb|right|400px]]
*'''Choose File:''' The music track.
*'''Choose Finale:'''
*'''Choose Finale:'''
*'''Cue Points (in seconds):'''
*'''Cue Points (in seconds):'''
Line 27: Line 29:
**'''Loop Ends (secs):'''
**'''Loop Ends (secs):'''
**'''Loop Count:'''
**'''Loop Count:'''
{{ClearFloats}}


==== Silent Track ====
=== Silent Track ===
[[File:Music Track Silent Track Editor.png|thumb|right|400px]]
*'''Duration (seconds):'''  
*'''Duration (seconds):'''  
{{ClearFloats}}
== Notes ==
* It is a good modding practice to add new music tracks using your own prefix or the mod file name rather than use the default directory. Example: Data\Sound\Music\MyCoolModPrefix\_shared\Explore_01.wav


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

Latest revision as of 13:56, 8 February 2024

Type: MUST
Papyrus: None

The Music Track object is found within the Object Window under the Audio Category.

Editor Dialog[edit | edit source]

Music Track 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.
  • Track Type: There are three kinds of track types for music tracks.
  • Has Conditions: If checked, music will only play if the conditons on the Conditions Tab are met.

Palette Track[edit | edit source]

Music Track Palette Track Editor.png
  • Duration (seconds):
  • Fade-Out (seconds):
  • Layer:

Single Track[edit | edit source]

Music Track Single Track Editor.png
  • Choose File: The music track.
  • Choose Finale:
  • Cue Points (in seconds):
  • Import Metadata:
  • Contains Loop:
    • Loop Begins (secs):
    • Loop Ends (secs):
    • Loop Count:

Silent Track[edit | edit source]

Music Track Silent Track Editor.png
  • Duration (seconds):

Notes[edit | edit source]

  • It is a good modding practice to add new music tracks using your own prefix or the mod file name rather than use the default directory. Example: Data\Sound\Music\MyCoolModPrefix\_shared\Explore_01.wav

See Also[edit | edit source]