ACK, acm sound problems

Discuss the creation and scripting of new fan-made games and mods for the Fallout series of games.
Post Reply
User avatar
Sirgalahadwizard
Vault Dweller
Vault Dweller
Posts: 151
Joined: Wed Apr 24, 2002 3:56 am
Location: 7th floor of the west-tek facility.

ACK, acm sound problems

Post by Sirgalahadwizard »

Im making sound files for Fallout 2.

My new sounds lock up the game when it tries to play them.

Original sounds were: 22500 khz, 16 bit, (mono/stereo unknown).

Im using the Snd2Acm.exe utility to convert files. The utility doesnt seem to have a problem converting them.

- Should my sound files be smaller than the originals?
- Should I make my sound files 8bit instead of 16bit?
- If not, should I specify both '-wav' and '-8' flags for the utility?
(current syntax: snd2acm -wav *.wav)

-----
Another question:

Is there a file in the master.dat which specifies the current sound definitions?
- Can it be modified or does it have hardcoded components?
- Can I add new sounds (such as another energy weapon, with a burst mode)?
ABel
Scarf-wearing n00b
Scarf-wearing n00b
Posts: 33
Joined: Tue May 28, 2002 12:44 pm
Location: Krasnoyarsk, Russian Wasteland
Contact:

Re: ACK, acm sound problems

Post by ABel »

Sirgalahadwizard wrote:My new sounds lock up the game when it tries to play them.
Try to covnert these ACMs back to WAV format with acm2wav. If the decompression succeeds, the Fallout itself should not have any problem playing your sounds. But to install new sound effects into Fallout you need to alter data\sound\sfx\sndlist.lst file (see below).
Sirgalahadwizard wrote:- Should my sound files be smaller than the originals?
- Should I make my sound files 8bit instead of 16bit?
- If not, should I specify both '-wav' and '-8' flags for the utility?
(current syntax: snd2acm -wav *.wav)
- In most cases, the ACM files are smaller than the original sound files.
- 16bit WAVs are preferred.
- snd2acm file.wav file.acm is enough.
Sirgalahadwizard wrote:Is there a file in the master.dat which specifies the current sound definitions?
- Can it be modified or does it have hardcoded components?
The data\sound\sfx\sndlist.lst list file contains information about all sound effects in Fallout2. If you modify some of the ACMs, or add new sounds, you need to modify this list file, otherwise the game can refuse to play some of the ACMs.
The simplest way to modify this list-file is to use regsnd utility - it can find all changes in ACMs and record them into sndlist.lst.
User avatar
Sirgalahadwizard
Vault Dweller
Vault Dweller
Posts: 151
Joined: Wed Apr 24, 2002 3:56 am
Location: 7th floor of the west-tek facility.

Post by Sirgalahadwizard »

Hey man, thanks for the help. I actually got it to work pretty good. Congrats on some nice editors. (I dont wanna even THINK about how those file formats work).
Our Host!
Post Reply