Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suglasp/pwsh_convert_fuz_to_xwm

Powershell bulk convert Fallout/Skyrim FUZE file format to XWM sound files (Natively reads fuz files in Powershell code, no 3rd party tools).
https://github.com/suglasp/pwsh_convert_fuz_to_xwm

audio cli convert fallout fuz fuze powershell samples sfx skyrim util xwm xwma

Last synced: 1 day ago
JSON representation

Powershell bulk convert Fallout/Skyrim FUZE file format to XWM sound files (Natively reads fuz files in Powershell code, no 3rd party tools).

Awesome Lists containing this project

README

        

*.fuz to *.xwm sound converter
-------------------------------

Used for the Fallout sfx conversion kit. See project https://github.com/suglasp/fallout4_fallout76_sfx_conversionkit .

A powershell script that can read a folder with fuz data files from Skyrim or Fallout,
and extract in bulk the xwm data from all fuz files present in the folder.
The fuz files or xwm files, are processed natively in Powershell.
No 3rd party tools needed.

Setup:
Download convert_fuz_to_xwm.ps1 to a folder.

Usage:
Start Powershell (works in Powershell 7 to on Windows).
Run .\convert_fuz_to_xwm.ps1 -CustomDir

If a .fuz file is seen, it will extract the xwm data to a xwm file and place the new file next to the fuz file.
In case a xwm file with the same name as the fuz file exists, the script will skip the file and notify you.

Pieter a.k.a. Suglasp