XanthousSet Posted August 1, 2017 Share Posted August 1, 2017 Hi !So i wanna create my first mod, which is a Terry Crews voice remplacer but i can't find the player's voice on the creation kit (player's voice = scream during power attack, "ugh" when you take fall damage etc...)It's the only thing i couldn't find and it's probably the most important for my project so 'im kinda stuck right now. If anyone could help me i'll be gratefull, thx ! Link to comment Share on other sites More sharing options...
Lisselli Posted August 1, 2017 Share Posted August 1, 2017 The voice will be different according to the race. So.. you'll need to get the current race of the player and then check their voice type. Two papryus functions can do this. GetRace() and GetVoiceType(). It looks like voice type can't be changed at run time, so... I don't know what to suggest other than change the default voice type of the race forms to the voice type you want. And that will be a huge incompatibility. Maybe someone has a better idea. Link to comment Share on other sites More sharing options...
Recommended Posts