Changes

562 bytes added ,  22:55, 19 October 2021
Added XWB extractor choices
Line 14: Line 14:  
All audio content is stored within <tt>Content/XACT</tt> in the form of soundbanks, which store all of the game's sounds and music. The two soundbank files available are <tt>Wave Bank(1.4).xwb</tt> and <tt>Wave Bank.xwb</tt>.
 
All audio content is stored within <tt>Content/XACT</tt> in the form of soundbanks, which store all of the game's sounds and music. The two soundbank files available are <tt>Wave Bank(1.4).xwb</tt> and <tt>Wave Bank.xwb</tt>.
   −
If desired, audio files can be extracted and browsed with an XWB extractor like {{github|mariodon/unxwb|unxwb}}. Sounds can also be browsed with {{github|vgmstream/vgmstream|VGMStream}} and [https://www.foobar2000.org/download foobar2000]. (Note that these applications are not cross platform.) For a full track list, see https://stardewvalleywiki.com/Modding:Audio#Track_list.
+
If desired, audio files can be extracted and browsed with an XWB extractor:
 +
 
 +
{| class="wikitable"
 +
|+ XNB Extractors
 +
|-
 +
! Tool name !! Platforms supported !! Features !! Notes
 +
|-
 +
| {{github|mariodon/unxwb|unxwb}} || Windows, macOS || Extracts an XWB soundbank into .wav files and hex codes || A straightforward open and extract utility.
 +
|-
 +
| [https://www.vgmstream.org/downloads VGMStream] plugin for [https://www.foobar2000.org/ foobar2000] sound player || Windows || Views XWB soundbanks with integer codes and many in-game codes included in filenames || Very convenient file browser. (For some reason, it increments audio IDs by 1, and each audio cue is looped.)
 +
|-
 +
| [https://shrinefox.com/browse?post=xacttool XACTTool] || Windows || Extracts an XWB soundbank into .wav files and integer codes. Can also manipulate soundbanks. || Command-line only.
 +
|}
 +
 
 +
For a full track list, see https://stardewvalleywiki.com/Modding:Audio#Track_list.
    
===Changing music and sounds===
 
===Changing music and sounds===
41

edits