Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/suglasp/pwsh_convert_fuz_to_xwm
- Owner: suglasp
- Created: 2021-01-06T13:07:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T17:23:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-18T00:20:47.674Z (over 1 year ago)
- Topics: audio, cli, convert, fallout, fuz, fuze, powershell, samples, sfx, skyrim, util, xwm, xwma
- Language: PowerShell
- Homepage: https://github.com/suglasp/pwsh_convert_fuz_to_xwm
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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 -CustomDirIf 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