Editing Sound Descriptor

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 3: Line 3:
'''Papyrus:''' [[Sound Script]]
'''Papyrus:''' [[Sound Script]]


The [[Sound Descriptor]] [[:Category:Object_Classes|object]] is found within the [[Object Window]] under the [[:Category:Audio|Audio Category]]. Sound Descriptors define all sounds in the game. There are three different types, Standard, Compound, and AutoWeapon.
The [[Sound Descriptor]] [[:Category:Object_Classes|object]] is found within the [[Object Window]] under the [[:Category:Audio|Audio Category]].


== Editor Dialog ==
== Editor Dialog ==
Line 58: Line 58:
== Notes ==
== Notes ==


* Sound Descriptors are hardcoded to pull from <code>Data\Sounds\FX</code>. A good modding practice would be to store your new sound files under your mod file name or your namespace and use the same naming conventions the developers used for the vanilla files. Example: <code>Data\Sounds\FX\MyCoolVaultModPrefix\AMB\Interiors\Vault\MyCoolVaultModPrefix_AMB_Int_Vault_Bed_Main_A_01.wav</code>
* Sound Descriptors are hardcoded to pull from '''Data\Sounds\FX.''' A good modding practice would be to store your new sound files under your mod file name or your namespace and use the same naming conventions the developers used for the vanilla files. Example: Data\Sounds\FX\MyCoolVaultModPrefix\AMB\Interiors\Vault\MyCoolVaultModPrefix_AMB_Int_Vault_Bed_Main_A_01.wav
* When archiving, as long as the <code>.WAV</code> file is 44100 Hz 16-bit PCM, the Creation Kit will compress to <code>.XWM</code>, which is the compressed, lossless format the game reads.
* When archiving, as long as the .WAV file is 44100 Hz 16-bit PCM, the Creation Kit will compress to .XWM, which is the compressed, lossless format the game reads.
* Do not compress sound archives, <code>.XWM</code> is already compressed and is a lossless format used for storing high-quality audio. The game will ignore them and not play them. (Which is why Fallout4 - Misc.BA2 is not compressed. It contains Codsworth's sound files.)
* Do not compress sound archives, .XWM is already compressed and is a lossless format used for storing high-quality audio. The game will ignore them and not play them. (Which is why Fallout4 - Misc.BA2 is not compressed. It contains Codsworth's sound files.)
*Use caution when renaming sound IDs, as NIFs and HKX files (animation files) sometimes reference them to play sounds during weapon use. To change sounds played in these files, you will need to open the HKX files with an app that allows you to. Other sounds are tied to the materials on the object's collision. Collision is compressed in Fallout 4 and not available to edit [[Nifskope]].
*Sounds should always be WAV 44100 Hz 16-bit PCM or the engine may not play them. Sounds meant to emit from game objects or are meant to be played in the game world should be mono otherwise they may not function correctly and play at full volume, regardless of distance.


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

Please note that all contributions to the Fallout4 CreationKit Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see FalloutCK:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)