Fallout 2 Modding - New SFX

preview_player
Показать описание

Links to Software Used in this Video:
Snd2Acm
RegSnd (NEW 2025 re-compile from the original source-code)
DAT Explorer II v1.40
Audacity
FFmpeg
How to install FFmpeg

Batch File Scripts:

Convert to WAV:
set /p vtype="The original video file extension is (default mkv): "
IF NOT DEFINED vtype SET "vtype=mkv"
For /F "tokens=*" %%G IN ('dir /b *.%vtype%') DO ffmpeg -i "%%G" -ar 11025 "%%~nG WAV.WAV"

Convert to ACM:
set /p atype="The original audio file extension is (default wav): "
IF NOT DEFINED atype SET "atype=wav"
For /F "tokens=*" %%G IN ('dir /b *.%atype%') DO snd2acm "%%G" "%%~nG.acm"

Wiki entry for sound effects:
NMA Forum discussion:
ASCII to Decimal Conversion Chart:

Music Used in this Video:
TeknoAXE - Ascent to the Station
TeknoAXE - Cruising the Night Sky
~ TeknoAXE: ↓↓↓

Sagittarius V - Lucidator
Рекомендации по теме
Комментарии
Автор

Hello again :3 So I managed to change the soundtrack of The Hub (A trader's life) by something else in Fallout the first. Now, I'll try to design new soundtracks for Fallout 2 locations which already use tracks from the first game (with the exception of Moribund World, because it fits completely to Klamath). Wish me luck. And thanks again, sir !

NarquelieNarmo
Автор

Good day Quantum Apprentice, I have followed your Fallout 2 Modding series for a while and I appreciate how you cover such priceless information in a way that is both very engaging and easy to process which is certainly appreciated as I'm interested in modding Fallout 2. However, there is a problem that I'm having with the software that I would appreciate some help with, last week I downloaded the RegSnd file from the link provided in your description, however this file was packed with a virus which required me to factory reset my computer after all my other methods of removal were unsuccessful, as such I was wondering if you could set up an alternative link with your copy of the software as I take it that you have the untainted version. It would be most appreciated, thank you and take care.

conradharvard
Автор

I was trying to replace a dialogue in speech with a mocked up one with the low pitch (arch Dornan) but the audio came out horrible I don't know if I did something wrong since it's not a gun sfx file or music.

retrgamertv
Автор

Does anyone have a new link for RegSnd (the updated version in the description)? The link is broken. :(

Banjo-Oz
Автор

is there a code can i convert wav to acm wav ?

giovannigiorgio
Автор

Is there a way to remove the sound effect from idle animations? The constant 223 pistol reload sound will drive me insane. Im not good with coding but any pointer will help. Thanks

unter