ceano Posted May 26, 2019 Share Posted May 26, 2019 (edited) As the topic says, how do i remove the hissing/fizzing sound from potions? I hate the annoying sound when you drink restoration potions, i have been able to remove them from the already existing potions but not from the potions you make your self at the alchemy bench...any one that got a clue how to do that? Edited May 26, 2019 by ceano Link to comment Share on other sites More sharing options...
testiger2 Posted May 28, 2019 Share Posted May 28, 2019 you could replace the audio file. that should work for all potions even from other mods Link to comment Share on other sites More sharing options...
ceano Posted May 29, 2019 Author Share Posted May 29, 2019 Yes but when you cant find the potions that you make your self at the alchemy bench in CK, then its very hard to find out what sound files they use :wink: Link to comment Share on other sites More sharing options...
testiger2 Posted May 29, 2019 Share Posted May 29, 2019 well... i have a rather unorthodox idea...-pick a unique sound in .wav format this will be your identifier sound-extract the whole sound.bsa into your data folder-create a batch script (or your language of choice) to replace all sounds in that folder with your identifier-delete folder by folder and drink a potion ingame-once you no longer hear your identifer you know that the sound has to be in the last folder you deleted-its a little more work but the fx folder only has 20 subfolders and a lot of them check out by default so it is still very much doableas i said rather unorthodox ^^ but still better than nothing if you havent found a solution yet Link to comment Share on other sites More sharing options...
ceano Posted May 30, 2019 Author Share Posted May 30, 2019 (edited) I don't know how to write that sort of batch script? Edited May 30, 2019 by ceano Link to comment Share on other sites More sharing options...
testiger2 Posted May 31, 2019 Share Posted May 31, 2019 For /R %%G in (*.wav) do copy /Y ID.wav "%%G" -copy & save this snippet as .bat-put the .bat and your test .wav into the sound folder and rename the .wav to ID.wav-backup folders if necessary-run bat Link to comment Share on other sites More sharing options...
ceano Posted May 31, 2019 Author Share Posted May 31, 2019 Thanks a lot for all your help, will try it out later today :smile: Link to comment Share on other sites More sharing options...
ceano Posted May 31, 2019 Author Share Posted May 31, 2019 (edited) Thanks again i got the sound file now, it was these two files... itm_poisonuse_01.wav itm_poisonuse_02.wav ...replaced them with ordinary potion sounds. Edited May 31, 2019 by ceano Link to comment Share on other sites More sharing options...
Recommended Posts