Gaming Underground Network

Come for the mods, stay for the community
 
HomePortalLatest imagesInterviewsRegisterLog in
Search
 
 

Display results as :
 

 


Rechercher Advanced Search
Info Panel
______________
MOD MASTER THREADS:
FALLOUT
THE ELDER SCROLLS

______________


______________


GUNinsider
Fallout Miami: Mika999
Stay Connected

GUNetwork
Keywords
wolfenstein khan Call boomers Ryse commonwealth ghoul body boom mandalorian Mask hunk NPCs riot gauss Gear dead money Overhaul Reforged vault machine daryl marvel power Superpele
Latest topics
» Afterlife discord
Question regarding player's voice modding Emptyby DionysusDreams Yesterday at 2:34 pm

» The Fallout TV show destroyed NV. I'm done with Todd.
Question regarding player's voice modding Emptyby HunterWorld Yesterday at 4:57 am

» How to change the UI sound fx placed by a mod?
Question regarding player's voice modding Emptyby immortallegion Mon May 13, 2024 1:40 am

» big red exclamation marks
Question regarding player's voice modding Emptyby teslatest Sun May 12, 2024 7:02 pm

» [FNV] Menu and cursor doesnt show up
Question regarding player's voice modding Emptyby Anesthatic Sat May 11, 2024 11:20 am

» Just a tired engineer with too little free time
Question regarding player's voice modding Emptyby Allthis Fri May 10, 2024 9:20 pm

» The Next fallout
Question regarding player's voice modding Emptyby Velken Fri May 10, 2024 6:13 am

» (FO4) FO76 BOS Objects
Question regarding player's voice modding Emptyby Velken Fri May 10, 2024 6:08 am

» Announcement: The Winds of Change
Question regarding player's voice modding Emptyby Luke Priefer Fri May 10, 2024 12:16 am

» Starfield
Question regarding player's voice modding Emptyby Velken Thu May 09, 2024 5:34 am

» Not new, but been a long time
Question regarding player's voice modding Emptyby john96 Sat May 04, 2024 6:31 am

» Hey everyone, I've missed this place so much.
Question regarding player's voice modding Emptyby Xehonort Wed May 01, 2024 7:33 pm

» Hello, can anyone help me with the load order?
Question regarding player's voice modding Emptyby Elean Tue Apr 30, 2024 3:21 pm

» Hey guys!!!
Question regarding player's voice modding Emptyby SilverInc Sun Apr 28, 2024 6:39 pm

» The Legion are fascists, let's discuss it.
Question regarding player's voice modding Emptyby monke gaming Sat Apr 27, 2024 8:56 am

» A long overdue introduction
Question regarding player's voice modding Emptyby Athallah Akbar Thu Apr 25, 2024 5:46 pm

» (Fo4) fo76 Steel Dawn Weapons and Armor ports
Question regarding player's voice modding Emptyby Nicward Sat Apr 20, 2024 10:50 pm

» Howdy from grandmastoes
Question regarding player's voice modding Emptyby Apoc Wed Apr 17, 2024 12:06 am

» armor slot changing in creation kit
Question regarding player's voice modding Emptyby Meno Tue Apr 16, 2024 2:22 pm

» {Multi Choice POLL} Fallout 3 or Fallout NV music?
Question regarding player's voice modding Emptyby HardComma Thu Apr 11, 2024 1:42 am

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar
_
May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar

Share
 

 Question regarding player's voice modding

View previous topic View next topic Go down 
AuthorMessage
Swooya

Swooya

Posts : 139
Join date : 2015-02-16
Age : 28

Question regarding player's voice modding Empty
PostSubject: Question regarding player's voice modding   Question regarding player's voice modding EmptyTue May 26, 2015 8:11 pm

Hey there,

I'll go straight to the point, I'm aiming to create a voice mod. (learn how to that is)
If there's someone here that has experience on the matter, a bit of patience and some time to spare, I'd like some lessons.
It's not that big of a deal mod obviously, I'm just tired of the default screams and grunts. I'll share it here once and if I finish.

Cheers. o7

Edit: Fixed the title, I knew it looked odd for some reason, it was the wording. xd
Back to top Go down
Guest
Guest
avatar


Question regarding player's voice modding Empty
PostSubject: Re: Question regarding player's voice modding   Question regarding player's voice modding EmptyTue May 26, 2015 10:15 pm

Its not too terribly difficult to do.  You can add a new voice type to a mod that you already use, or create a new one (by opening GECK and just checking Fallout.ESM, then clicking Okay).

For the purposes of this tutorial lets assume you will just make your own.
 
Under Actor Data on the left, look for the Voice Type category and click it.  In the list that brings up, right-click and create a new one.  Name it something like PlayerCustomVoice and set it to whichever gender you'd use.  Then in the Actor > NPC list, look for Player and assign your custom voice as their VoiceType.

Afterward save the first time, name your plugin PlayerCustomVoice.esp.

Then under Actor Data, look for Quest and create a new one.  Name it PlayerCustomVoiceQuest, check Start Game Enabled and give it a priority of 77+.  Click Okay to close your Quest.

Now go into your Fallout folder, specifically into Data > Sound > Voice.  Make a new folder and name it PlayerCustomVoice.esp (name it exactly in that fashion).  If you're adding your new voice to an existing mod (for example, one with custom races) then name the folder whatever that mod's esp is called - for example, DragbodyRaces.esp or CptRexStarWarsMod.esp.

Now, inside the first folder you made, create another one and name it PlayerCustomVoice.  

That second folder is where the sound files will go.   The sounds have to be in .ogg format in order to hear them in-game, and if you wish to generate lip-sync files they'll need to be in .wav as well.

Now go back into your PlayerCustomVoiceQuest, at the top you'll see various tabs.  Quest Objectives, Topics, Combat, etc.  Combat is the one you want.

Go into that, right click the empty list on the left and Choose Add Topic.  You'll need voices for Power Attack, Hit, and Death - so add those categories.

With each of those categories, you'll right click in the space on the right (Under Topic Tex/Info) and choose 'New'.  This brings up a window where you can enter what you want them to say.  Type in "Ugh!" or "Ahh!" or whatever 'grunt' sound you plan to use, check 'Random' (so that you don't hear the same voice file every time) then click okay.

Then go down to the Conditions section, right click and choose New.  For these sounds we'll use the condition GetIsVoiceType > PlayerCustomVoice = 1.  This means that if the NPC (in this case, the player) uses your custom voice type, it'll play sounds from this quest.
Summary of these steps:
Once you've added that Condition, double click the entry to bring up this:
Final Step:
Note that you'll also need to rename both the .ogg file and the equivalent .wav file as described in that image in order to generate Lip files.

I know this looks like a lot of work but once you get used to the process it only takes a minute or so per line.  So not that bad, unless you're doing thousands of them. >.<

Once again, under Actors > NPC, look for Player/PlayerFemale (depending on the gender you use) and change their Voice Type to your custom voice type. Very important.

Also if you're adding your voice to an existing mod, like if you use a custom race, go into Actor Data > Race and load the custom race and assign your custom voice type as its Default Voice Type.  Make sure you select the correct gender.

If you're using a default race there's a chance you'll still here the original voice files.  You'll need to load the GenericPlayer quest and set its combat dialogue to use the condition GetIsVoiceType > PlayerVoiceMale (or Female) == 1 so that the default player dialogue/sounds will check for that.


Last edited by Tesvixen on Tue May 26, 2015 10:40 pm; edited 1 time in total
Back to top Go down
Swooya

Swooya

Posts : 139
Join date : 2015-02-16
Age : 28

Question regarding player's voice modding Empty
PostSubject: Re: Question regarding player's voice modding   Question regarding player's voice modding EmptyTue May 26, 2015 10:31 pm

Okay, I haven't read it yet but by looking at the size of that post I'm sure it'll help me somehow haha.

When I get the time I'll follow your instructions and see if something pops up from that, thank you for taking your time to help me. o7
Back to top Go down
Sponsored content




Question regarding player's voice modding Empty
PostSubject: Re: Question regarding player's voice modding   Question regarding player's voice modding Empty

Back to top Go down
 

Question regarding player's voice modding

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» Question for Fallout 76 Players
» [Help/Modding Question] Custom INI files for mods?
» Big modding project's question's
» A basic modding question.
» Question about Modding Interface for Fallout 4

Permissions in this forum:You cannot reply to topics in this forum
Gaming Underground Network :: Fallout :: Troubleshooting-