fodev.net
15.08.2009 - 23.06.2013
"Wasteland is harsh"
Home Forum Help Login Register
  • March 28, 2024, 12:27:41 pm
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Play WikiBoy BugTracker Developer's blog
Pages: [1]

Author Topic: Fire SFX  (Read 3321 times)

Fire SFX
« on: May 18, 2013, 09:27:42 pm »

I would like to ask for help,i want change some gun fire sfx (sounds) but i have no idea where is the files or how to work with them cause i bet they aren't .wav or so...also i have no idea about what quality it must be...
Thanks for any help.
Logged

Alvarez

  • Forget the past, go outside and have a blast
  • Offline
Re: Fire SFX
« Reply #1 on: May 18, 2013, 10:50:42 pm »

Check this out.
You'll have to convert WAV files to ACM.

ACM replacements files are then to be placed in sound/sfx folder with according filename.
Logged
Re: Fire SFX
« Reply #2 on: May 19, 2013, 03:26:07 pm »

Check this out.
You'll have to convert WAV files to ACM.

ACM replacements files are then to be placed in sound/sfx folder with according filename.
But have can i find specific sound like FN FAL burst or so,those files don't have specific names...
Logged

Alvarez

  • Forget the past, go outside and have a blast
  • Offline
Re: Fire SFX
« Reply #3 on: May 19, 2013, 06:46:31 pm »

Either you find references in some cfg file or its trial and error. Usually the file names are telling what's inside.
Logged

Berko

  • Tim Tom Ted
    • http://kabefis.deviantart.com/
  • Offline
Re: Fire SFX
« Reply #4 on: May 19, 2013, 09:07:13 pm »

Hehe,

first we need to find FN_FAL pid :
Code: [Select]
#define PID_FN_FAL                           ( 351 )
next we need to find weapon sound id of our item(351) :
Code: [Select]
Weapon_SoundId_0=72
Weapon_SoundId_1=72
(number indicate primary, secondary or third attack of weapon)

Now what to do with this number? It works like old fallout works :
Sound file are named with 8 letter:
1st = W (weapon)
2 = A (attack) R (reload) ..
3 = id, 72 in ascii = H
4 = attack number
last 4 = to have different file, usually XXX1, XXX2, ...

So our fn_fal is linked to WAH1XXX1 WAH1XXX2 WAH2XXX1 and WAH2XXX2. (2 for single shot and 2 for burst)

All is done by engine based on our "72" soundId

Now engine support some audio format (acm, wav, ogg, ..), I don't know if we can use all of them in weapon sound, I think we can but we need to try.
I also don't know if engine use the SNDLIST.lst where all sound name are defined (master.dat)

So the easier way is to replace acm files by new ones. Good luck.
Info on fallout sound : http://falloutmods.wikia.com/wiki/Making_weapon_sounds
Logged
~~~ Ashes of Phoenix project --> http://fonline-aop.net/ ~~~
Pages: [1]
 

Page created in 0.06 seconds with 21 queries.