so i have a few problems with getting custom player voices to play, ive gotten 4 gumball machine quotes from Der Eisendrache (one for each player) and these are the problems im having:
1 - only two of them are converting, nikolai (player 2) and takeo (player 3) quotes are not converting, they were made the same way as the other two though.
2 - the sounds that did work wont play, this is the function i used to play it (called on the player)
Code Snippet
Plaintext
play_gumball_dialog() { index = maps\_zombiemode_weapons::get_player_index(self); player_index = "plr_" + index + "_"; sound_to_play = "vox_gumball"; self playsound(player_index + sound_to_play); }
these probably have something to do with my soundallias, so heres that too
just tried, and it didnt, i guess i converted it wrong or something, not too experienced with sounds
Did you add the sounds in mods folder and tick in Launcher? Also, I suggest adding them in folder, since you are atm calling them from sounds folder. Something like sounds/gumball/sound would be better and then in soundalias do gumball/sound.wav
Did you add the sounds in mods folder and tick in Launcher? Also, I suggest adding them in folder, since you are atm calling them from sounds folder. Something like sounds/gumball/sound would be better and then in soundalias do gumball/sound.wav
they are added and ticked off. i'll change the folders around for sounds, would make things a lot easier if i added a heap of sounds
I constantly fought sounds in waw. Are the ones that you have issues with shorter than the others? I always had issues with shorter sounds. Have you tried renaming them and doing them again?
I constantly fought sounds in waw. Are the ones that you have issues with shorter than the others? I always had issues with shorter sounds. Have you tried renaming them and doing them again?
they are pretty short, i'll try over with different names
if this helps, i converted to wav in audiocity as type: other uncompressed file header: wav encoding: unsigned 8 bit
Try this, Always works for me : Type : WAV Microsoft Signed 16-Bit Pcm Set the Rate to : 44100 And the Project Rate to : 44100 And ofc it should be mono. when you're done use this, just drag and drop and will automatically convert, RDV's Tool FTW!
they are pretty short, i'll try over with different names
Yeah, I don't know why, or if it is even relevant, but I had to add dead space, or just no sound to the end of a few. I forget how long I made them so I didn't have issues. Maybe it had nothing to do with it, idk, but for the longest time I thought my tools were broken cause of it, lol. I also always had to change the names for some reason, when it failed to convert.