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
upgrades boom Ryse dead Gear khan Mask commonwealth FCOM hunk Superpele NPCs Call body machine Reforged wolfenstein vault mandalorian space ghoul daryl boomers riot marvel money
Latest topics
» Your favorite mods for F:NV
Question regarding player's voice modding Emptyby ZedraxStereo Yesterday at 10:44 pm

» Whats the Number 1 mod you really want? (NV)
Question regarding player's voice modding Emptyby john96 Yesterday at 1:53 am

» Unpopular Opinion: Too many mods ruin the game
Question regarding player's voice modding Emptyby Lupinboi Tue Mar 26, 2024 8:43 pm

» Who Would Win: Ulysses or Joshua Graham?
Question regarding player's voice modding Emptyby Lupinboi Tue Mar 26, 2024 8:26 pm

» Guns you want in Fallout
Question regarding player's voice modding Emptyby Lupinboi Tue Mar 26, 2024 8:21 pm

» black doors in sierra madre bug
Question regarding player's voice modding Emptyby Wɪmzɪkl Wed Mar 20, 2024 9:27 am

» Any Titanfall mods out their that have the female sniper armor?
Question regarding player's voice modding Emptyby john96 Wed Mar 20, 2024 4:14 am

» Modder looking for gun mods
Question regarding player's voice modding Emptyby Bset Sun Mar 17, 2024 7:33 am

» schorched enclave officer
Question regarding player's voice modding Emptyby Smash96 Sun Mar 17, 2024 6:13 am

» Sup everyone (link funny shorts here)
Question regarding player's voice modding Emptyby DHB00P Thu Mar 14, 2024 3:29 am

» Late Introduction
Question regarding player's voice modding Emptyby Battleclad Sat Mar 02, 2024 4:29 pm

» Greetings!
Question regarding player's voice modding Emptyby Primus_Daibhidh Thu Feb 29, 2024 9:01 am

» Fallout New Vegas Stuttering And LOD Problems
Question regarding player's voice modding Emptyby gamerdude7892 Wed Feb 28, 2024 7:48 pm

» hello, here for porting tips and tricks to fnv
Question regarding player's voice modding Emptyby uxof Mon Feb 26, 2024 4:50 am

» (Fo4) fo76 Steel Dawn Weapons and Armor ports
Question regarding player's voice modding Emptyby DireTheRed Fri Feb 23, 2024 5:52 am

» So I tried my hand at modding...
Question regarding player's voice modding Emptyby Bset Thu Feb 22, 2024 4:01 pm

» hi i'm new person
Question regarding player's voice modding Emptyby Jackfishproductions Sun Feb 18, 2024 9:00 pm

» What Fallout 4 Armor Mod is This?
Question regarding player's voice modding Emptyby Skroge Sun Feb 18, 2024 11:15 am

» [FNV] Weird facial problem when using Dragbody overhaul
Question regarding player's voice modding Emptyby CommunistDragon Sun Feb 18, 2024 10:18 am

» [FNV] Some help with placing npcs in wasteland pls
Question regarding player's voice modding Emptyby TimvorixosGR Sat Feb 17, 2024 5:37 pm

March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031
CalendarCalendar
_
March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031
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-15
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 2: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 4: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 4:40 pm; edited 1 time in total
Back to top Go down
Swooya

Swooya

Posts : 139
Join date : 2015-02-15
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 4: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?
» A basic modding question.
» Big modding project's question's
» Quick question about modding/permissions

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