megalith1440 Posted May 11, 2010 Share Posted May 11, 2010 i was attempting to make a mod that replaces the PC's "Voice" (grunts and yells basically). But i cant get the script right. i wanted to replace the sounds for when the PC gets wounded and uses a power attack. also, i wanted to make the mod so i could swap-out the voice file if a found a better one. So basically, a player could replace his or her character's voice with their own. I got kind of close but i had trouble designing a system for the game to detect when the player is wounded. If someone makes this mod PLEASE send me a private message with the download link! Link to comment Share on other sites More sharing options...
Dracula420 Posted May 11, 2010 Share Posted May 11, 2010 Oblivion Sound Sets Link to comment Share on other sites More sharing options...
megalith1440 Posted May 11, 2010 Author Share Posted May 11, 2010 yeah thats not what i mean. i tried that Link to comment Share on other sites More sharing options...
krimzin Posted May 11, 2010 Share Posted May 11, 2010 I was thinking of doing something like this once. maybe I'll try and let you know if I figure it out. Link to comment Share on other sites More sharing options...
Maskar Posted May 11, 2010 Share Posted May 11, 2010 i was attempting to make a mod that replaces the PC's "Voice" (grunts and yells basically). But i cant get the script right. i wanted to replace the sounds for when the PC gets wounded and uses a power attack. also, i wanted to make the mod so i could swap-out the voice file if a found a better one. So basically, a player could replace his or her character's voice with their own. I got kind of close but i had trouble designing a system for the game to detect when the player is wounded. If someone makes this mod PLEASE send me a private message with the download link! There isn't any script required to replace the getting hit and power attack sound. All you need to do is create a quest, go to the combat tab and then add the topics Hit and PowerAttack. Then create a response entry and set the conditions for it (GetIsId to player, etc.). Double clicking the response entry will show the file name you need to save the file(s) under. These files you can then replace whenever you want. The files are stored in the Sound/Voice/youraddon.esp/ folder. This is done in many addons really, including an addon i created (My Voice Extender). In my addon i do however use a result script though to enable switching sound files during play. Link to comment Share on other sites More sharing options...
megalith1440 Posted May 12, 2010 Author Share Posted May 12, 2010 i was attempting to make a mod that replaces the PC's "Voice" (grunts and yells basically). But i cant get the script right. i wanted to replace the sounds for when the PC gets wounded and uses a power attack. also, i wanted to make the mod so i could swap-out the voice file if a found a better one. So basically, a player could replace his or her character's voice with their own. I got kind of close but i had trouble designing a system for the game to detect when the player is wounded. If someone makes this mod PLEASE send me a private message with the download link! There isn't any script required to replace the getting hit and power attack sound. All you need to do is create a quest, go to the combat tab and then add the topics Hit and PowerAttack. Then create a response entry and set the conditions for it (GetIsId to player, etc.). Double clicking the response entry will show the file name you need to save the file(s) under. These files you can then replace whenever you want. The files are stored in the Sound/Voice/youraddon.esp/ folder. This is done in many addons really, including an addon i created (My Voice Extender). In my addon i do however use a result script though to enable switching sound files during play.i considered that, but does it replace the sounds for receiving damage from a fall? Link to comment Share on other sites More sharing options...
megalith1440 Posted May 12, 2010 Author Share Posted May 12, 2010 I tried it and it did work. Much appreciated my friend! Danke! Danke! Ser Gut! Thanks for your help too krimzin. Kudos to both of you! Link to comment Share on other sites More sharing options...
Maskar Posted May 12, 2010 Share Posted May 12, 2010 Yes, it's the same (automatic) trigger and glad to hear you got it working. Link to comment Share on other sites More sharing options...
Recommended Posts