I'm not really sure where to put this... Admins if this isn't the right place to put this can you place it in the right section of the forum.Ok I want to ask for a favor. It's simple but kind of tedious. I'll pay for it though. The task is simply increasing all of my chars volume to the perfect volume... to the fact of me simply adding one "playsnd" instead multiple for the sound to be loud enough to hear during gameplay. I should've had this done a long time ago, (I know) but there's no time like the present. I'd like the voice to still sound clear so some compression may be involved depending on the intensity of the voice. So if anyone is up for this that has anytime to do it, then give me a holler. Like I said I know it's tedious so there will be compensation. But don't try to tear my pockets out lol. Thanks*ie I would like to have just one per sound(voice) instead of multiple. [State 200, Snd]type=playsndtrigger1= animelem = 3value= 5,0channel = 1
DJMouF said, February 27, 2021, 02:28:44 amI'm not really sure where to put this... Admins if this isn't the right place to put this can you place it in the right section of the forum.Ok I want to ask for a favor. It's simple but kind of tedious. I'll pay for it though. The task is simply increasing all of my chars volume to the perfect volume... to the fact of me simply adding one "playsnd" instead multiple for the sound to be loud enough to hear during gameplay. I should've had this done a long time ago, (I know) but there's no time like the present. I'd like the voice to still sound clear so some compression may be involved depending on the intensity of the voice. So if anyone is up for this that has anytime to do it, then give me a holler. Like I said I know it's tedious so there will be compensation. But don't try to tear my pockets out lol. Thanks*ie I would like to have just one per sound(voice) instead of multiple. [State 200, Snd]type=playsndtrigger1= animelem = 3value= 5,0channel = 1maybe i'll make a new video explain a bit of 'sound war' or 'Loudness War'... after my Computer update.
You might want to look into Goldwave. It has batch processing. You should be able to adjust every single sound with just a few button presses. I've been using Goldwave since like 2003.
I have no idea what you are saying about multiple sounds. If you've literally tried playing a sound more than once to make it louder, then lol.Just use volumescale. You can use values above 100 for volumescale in an SCTRL. You can also use volume and/or volumescale under the [Data] section in the character constant file and that number can be above normal.Code: [State 1500, striker shoe]type = PlaySndtrigger1 = AnimElem = 5Value = s1100,0volumescale = 250 ;; seriously.channel = 3
DJMouF said, February 28, 2021, 08:24:39 ambeterhans said, February 28, 2021, 07:39:23 amDJMouF said, February 27, 2021, 02:28:44 amI'm not really sure where to put this... Admins if this isn't the right place to put this can you place it in the right section of the forum.Ok I want to ask for a favor. It's simple but kind of tedious. I'll pay for it though. The task is simply increasing all of my chars volume to the perfect volume... to the fact of me simply adding one "playsnd" instead multiple for the sound to be loud enough to hear during gameplay. I should've had this done a long time ago, (I know) but there's no time like the present. I'd like the voice to still sound clear so some compression may be involved depending on the intensity of the voice. So if anyone is up for this that has anytime to do it, then give me a holler. Like I said I know it's tedious so there will be compensation. But don't try to tear my pockets out lol. Thanks*ie I would like to have just one per sound(voice) instead of multiple. [State 200, Snd]type=playsndtrigger1= animelem = 3value= 5,0channel = 1maybe i'll make a new video explain a bit of 'sound war' or 'Loudness War'... after my Computer update.Would be perfectOdb718 said, March 01, 2021, 08:46:45 amYou might want to look into Goldwave. It has batch processing. You should be able to adjust every single sound with just a few button presses. I've been using Goldwave since like 2003. NotAGoodName said, March 01, 2021, 09:51:14 amI have no idea what you are saying about multiple sounds. If you've literally tried playing a sound more than once to make it louder, then lol.Just use volumescale. You can use values above 100 for volumescale in an SCTRL. You can also use volume and/or volumescale under the [Data] section in the character constant file and that number can be above normal.Code: [State 1500, striker shoe]type = PlaySndtrigger1 = AnimElem = 5Value = s1100,0volumescale = 250 ;; seriously.channel = 3Ill try these methods and see what happens. Thanks guys. If it's successful then I'll mark this post as sovled.