Jump to content

Recommended Posts

Posted
[06/28/2014 - 02:19:43PM] warning: Property SexLabvMale07MildM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvFemale04HotM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvMale01MildM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvMale12HotM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvMale19HotM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvFemale02MildM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvFemale09HotM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvMale15HotM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvFemale12HotM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property

This goes on for every voice in Vanilla Voices it seems; what is the cause of this? The script seems defunct..

I have 2.7 and SL 1.57, because the changelog told me it was compatible.This is in a new game I started..

What can I do to fix this?

Posted
[06/28/2014 - 02:19:43PM] warning: Property SexLabvMale07MildM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvFemale04HotM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvMale01MildM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvMale12HotM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvMale19HotM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvFemale02MildM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvFemale09HotM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvMale15HotM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property
[06/28/2014 - 02:19:43PM] warning: Property SexLabvFemale12HotM on script sslVanillaVoicesFactory attached to SexLabQuestVanillaVoices (5A0054A1) cannot be initialized because the script no longer contains that property

This goes on for every voice in Vanilla Voices it seems; what is the cause of this? The script seems defunct..

I have 2.7 and SL 1.57, because the changelog told me it was compatible.This is in a new game I started..

What can I do to fix this?

 

 

Please go and read the previous posts regarding the issue, thanks.

 

 

Posted

So I'm trying to piggyback your mod (again) to add a couple of my old extra voices to the game, and I don't know where the Game.GetFormFromFile values come from (the 0x??? values below).

Apparently editing the scripts and dumping the voice files into the directory aren't enough, was there some process I had to go through with CK or something?

function FemaleExtraVoice1(int id)

    sslBaseVoice Base = Create(id)

    Base.Name = "Female Extra Voice 1"
    Base.Gender = Female

    Base.Mild = Game.GetFormFromFile(0x???, "SexLab Vanilla Voices.esp") as Sound
    Base.Medium = Game.GetFormFromFile(0x???, "SexLab Vanilla Voices.esp") as Sound
    Base.Hot = Game.GetFormFromFile(0x???, "SexLab Vanilla Voices.esp") as Sound

    Base.AddTag("Female")
    Base.Save(id)
endFunction
  • 2 weeks later...
Posted

 

So I'm trying to piggyback your mod (again) to add a couple of my old extra voices to the game, and I don't know where the Game.GetFormFromFile values come from (the 0x??? values below).

Apparently editing the scripts and dumping the voice files into the directory aren't enough, was there some process I had to go through with CK or something?

function FemaleExtraVoice1(int id)

    sslBaseVoice Base = Create(id)

    Base.Name = "Female Extra Voice 1"
    Base.Gender = Female

    Base.Mild = Game.GetFormFromFile(0x???, "SexLab Vanilla Voices.esp") as Sound
    Base.Medium = Game.GetFormFromFile(0x???, "SexLab Vanilla Voices.esp") as Sound
    Base.Hot = Game.GetFormFromFile(0x???, "SexLab Vanilla Voices.esp") as Sound

    Base.AddTag("Female")
    Base.Save(id)
endFunction

 

As long as it matches the values for the right form ID, it's listed in the creation kit, should work if you did everything right with the script.

 

 

 

Capture.jpg

 

image.jpg

 

 

 

 

What should my load order look like, relevant mods are: SexLab, Spouses Enhanced(Serana Edition), and SexLab Romance.

 

Shouldn't matter much, the mod shouldn't conflict with anything, nothing else was tampered with in the creation kit except minor mistake I made which I'm soon rectifying.

It's just a sound mod dependent on the framework for registering, the framework handles the rest. 

Go ahead and place it anywhere you want, it's low priority.

 

 

 

 

 

 

To everybody else version 2.9 will have no new voice sets, I'm going to tweak the existing voice types and special characters.

I've added 36 voice sets to the framework and have to tweak three variants of euphoric,rape,vanilla. It's more like 108 voice sets to edit so this will take some time....

 

Skyrim special characters are harder to find sounds that are appealing because so little is available to work with so it sounds repetitive. Adjusting the delay helps somewhat. By the way if you notice any problems please be sure to post what you find on this thread thanks!

 

  • 3 weeks later...
Posted

How does the whole Mild, Medium, Hot thing work? Because it seems like with most rape scenes it just goes through the Medium list of the set I'm using (which gets really repetitive), but for particular scenes like footjob it'll go through the Mild ones.

Posted

How does the whole Mild, Medium, Hot thing work? Because it seems like with most rape scenes it just goes through the Medium list of the set I'm using (which gets really repetitive), but for particular scenes like footjob it'll go through the Mild ones.

 

Which set does that?  I just want to make sure I setup everything properly.  They are supposed to change based on the animation stages, many times they do play randomly with any of the hot,medium,mild sounds. The hot sounds are solely played during climax and orgasm stage although yet can be heard on all stages.

 

The framework sometimes plays the same file repeatedly which can be annoying but not much I can do about that.

Posted

Seems to effect all the sets I'm trying (specifically I know I've tried Sultry, Mjoll, and Khajiit so far). Trend still seems to be that rape scenes get Medium, consensual get Mild. Hot sounds never seem to play.

 

Also, any chance of getting a list saying which sets are in which sound folders? Would both make testing easier and would be nice to have a preview of voices.

Posted

Seems to effect all the sets I'm trying (specifically I know I've tried Sultry, Mjoll, and Khajiit so far). Trend still seems to be that rape scenes get Medium, consensual get Mild. Hot sounds never seem to play.

 

Also, any chance of getting a list saying which sets are in which sound folders? Would both make testing easier and would be nice to have a preview of voices.

 

I'm checking it out now because I don't use the rape variant.

I've now upgraded to 1.59, time to see if I have any troubles I'll be sure to tell you.

 

 

*Edit*

Ok, I can most definitely tell you it's working fine on my end with SexLab 1.59

I hear mild,medium,hot on those three sets for the rape variant.

Must be something on your end, try resetting the voices or cleaning your saved game if you haven't already done that.

You could also have the delay too long, try setting your delay low and see if they play more hot sounds too.

 

 

Later on I'll add a spoiler on the main post showing which set goes to which respected folders.

 

 

 

 

 

Posted

Hey!

Been using SexLab since forever and just now I'm looking into adding/replacing sounds. I downloaded this mod and checked a few audio files separately through the folders, and they all sound pretty great :D so without having installed it yet I can definitely say Great job!

 

Now before I do install it I have a question, and apologies if it's a silly one, or has been answered before:

Will this mod apply the corresponding sound files to the respective race/type of NPC? For instance, I went through some of the files and it seems that particular folder was the voice of "Ysolda" (and many others, just giving out one known name for the sake of getting my question through :P); will Ysolda automatically "moan" with her own voice after I install this?

 

I *have* read that you can use the tag function to assign voices to NPCs via pressing N, this and that, and I get that much. Just wondering if that's a feature merely to be able to assign new voices to NPCs, or will I actually have to assign NPCs their voices?

 

Sorry if my question came out a little confusing lol, I can try to simplify it if it doesn't make any sense :P

 

Cheers and Thanks in advance!

Posted

Hey!

Been using SexLab since forever and just now I'm looking into adding/replacing sounds. I downloaded this mod and checked a few audio files separately through the folders, and they all sound pretty great :D so without having installed it yet I can definitely say Great job!

 

Now before I do install it I have a question, and apologies if it's a silly one, or has been answered before:

Will this mod apply the corresponding sound files to the respective race/type of NPC? For instance, I went through some of the files and it seems that particular folder was the voice of "Ysolda" (and many others, just giving out one known name for the sake of getting my question through :P); will Ysolda automatically "moan" with her own voice after I install this?

 

I *have* read that you can use the tag function to assign voices to NPCs via pressing N, this and that, and I get that much. Just wondering if that's a feature merely to be able to assign new voices to NPCs, or will I actually have to assign NPCs their voices?

 

Sorry if my question came out a little confusing lol, I can try to simplify it if it doesn't make any sense :P

 

Cheers and Thanks in advance!

 

 

Yes you have to manual target the NPC with N, select the proper voice type for it, match it from the drop down menu for all NPCs. 

Sorry I know it's a pain in the ass but it's all I can do for now... :(

Maybe later I'll figure out a way to make them work out of the box, for now I suppose this will have to do.

Posted

 

Hey!

Been using SexLab since forever and just now I'm looking into adding/replacing sounds. I downloaded this mod and checked a few audio files separately through the folders, and they all sound pretty great :D so without having installed it yet I can definitely say Great job!

 

Now before I do install it I have a question, and apologies if it's a silly one, or has been answered before:

Will this mod apply the corresponding sound files to the respective race/type of NPC? For instance, I went through some of the files and it seems that particular folder was the voice of "Ysolda" (and many others, just giving out one known name for the sake of getting my question through :P); will Ysolda automatically "moan" with her own voice after I install this?

 

I *have* read that you can use the tag function to assign voices to NPCs via pressing N, this and that, and I get that much. Just wondering if that's a feature merely to be able to assign new voices to NPCs, or will I actually have to assign NPCs their voices?

 

Sorry if my question came out a little confusing lol, I can try to simplify it if it doesn't make any sense :P

 

Cheers and Thanks in advance!

 

 

Yes you have to manual target the NPC with N, select the proper voice type for it, match it from the drop down menu for all NPCs. 

Sorry I know it's a pain in the ass but it's all I can do for now... :(

Maybe later I'll figure out a way to make them work out of the box, for now I suppose this will have to do.

 

 

Oh, well it's okay! I suppose I just need to set them manually. Not a huge "biggie" :P Thanks for the reply!

It does get me thinking though; have you tried SexLab Submit? I don't know how they do it (I'm horrible with scripts) but whenever you trigger any dialogue with NPCs, they are voiced and they use their original voice too. I don't know if this could have any links whatsoever to how SexLab applies sounds in scenes but hey, it's an idea lol. As far as I can tell there are audio clips for every type of generic voice in the game, so whether it can or can't be done would be a matter if the Framework itself allows it (and since I've no clue, there's the idea up in the air :P)

 

Either way, great job again and I'll give it a go :)

 

EDIT: Tested and seems to be working perfectly :) The only thing I can think of suggesting is taking the audio clips that are basically very short burst-like panting noises (the short breathy noises/moans) and slow them down a tad so they'll sound a bit more like pleasure. Just an idea though :)

Liking the mod a ton so far, and absolutely no reason not to have it since, worse case scenario you got bored of the sounds, you can simply deactivate them through sexlab :D

Posted

 

Oh, well it's okay! I suppose I just need to set them manually. Not a huge "biggie" :P Thanks for the reply!

It does get me thinking though; have you tried SexLab Submit? I don't know how they do it (I'm horrible with scripts) but whenever you trigger any dialogue with NPCs, they are voiced and they use their original voice too. I don't know if this could have any links whatsoever to how SexLab applies sounds in scenes but hey, it's an idea lol. As far as I can tell there are audio clips for every type of generic voice in the game, so whether it can or can't be done would be a matter if the Framework itself allows it (and since I've no clue, there's the idea up in the air :P)

 

Either way, great job again and I'll give it a go :)

 

EDIT: Tested and seems to be working perfectly :) The only thing I can think of suggesting is taking the audio clips that are basically very short burst-like panting noises (the short breathy noises/moans) and slow them down a tad so they'll sound a bit more like pleasure. Just an idea though :)

Liking the mod a ton so far, and absolutely no reason not to have it since, worse case scenario you got bored of the sounds, you can simply deactivate them through sexlab :D

 

 

The problem with adjusting the time and pitch is that it damages the sound quality substantially. I've tried it before and it doesn't sound right, besides the pitch changes slightly in-game as well. 

 

Yeah those are shared sounds for almost all NPCs, although that's done through Submit before SexLab takes over and initiates the animations I think. Lots of mods do that on here but it's way different then having the SexLab Framework handle the voices.

 

 

Yes the sounds are quite limited, I've gone so far as to grab some sounds from the voice actors from other stuff they made... I just haven't added them in yet hehe...

 

 

Posted

Hm,  weird. After updating to 1.59 (from 1.58b), reinstalling this mod, running script cleaner, and resetting voice registry, I'm still getting the same problem.

 

Question, with this mod installed, should the standard Sexlab voice options (Classic, Young, Breathy, etc.) still be in the list or is that a further indication something isn't working right? Because I still have those in my voice list even after resetting voice registry etc.

Posted

Hm,  weird. After updating to 1.59 (from 1.58b), reinstalling this mod, running script cleaner, and resetting voice registry, I'm still getting the same problem.

 

Question, with this mod installed, should the standard Sexlab voice options (Classic, Young, Breathy, etc.) still be in the list or is that a further indication something isn't working right? Because I still have those in my voice list even after resetting voice registry etc.

 

I don't know what to say, I've tried the rape variant with 4 second delay and heard it play each of the folders sounds. I then heard pure hot sounds during climax. Try a new saved game and see if that helps, try using another variant like vanilla or euphoric and reset the voices too.

 

The default sounds should be there, even with my mod. The framework simple adds vanilla voices with the default ones available as well.

Posted

If I wanted to add new .wav files to a folder, like, say the folder only has 5 files, 001-005, if I added another one and called it 006, would it work? If not, how would I get it to?

Posted

If I wanted to add new .wav files to a folder, like, say the folder only has 5 files, 001-005, if I added another one and called it 006, would it work? If not, how would I get it to?

 

No it wouldn't work, you'd have to modify the .esp file with the creation kit to add more sounds in with the existing ones.

Go look for my other mod "SexLab Extra Voices" copy the sounds you want over to that mod.

If you want to use the creation kit and edit the sounds in this mod, use the guide I made in "SexLab Extra Voices" for guidance.

Posted

 

Hey!

Been using SexLab since forever and just now I'm looking into adding/replacing sounds. I downloaded this mod and checked a few audio files separately through the folders, and they all sound pretty great :D so without having installed it yet I can definitely say Great job!

 

Now before I do install it I have a question, and apologies if it's a silly one, or has been answered before:

Will this mod apply the corresponding sound files to the respective race/type of NPC? For instance, I went through some of the files and it seems that particular folder was the voice of "Ysolda" (and many others, just giving out one known name for the sake of getting my question through :P); will Ysolda automatically "moan" with her own voice after I install this?

 

I *have* read that you can use the tag function to assign voices to NPCs via pressing N, this and that, and I get that much. Just wondering if that's a feature merely to be able to assign new voices to NPCs, or will I actually have to assign NPCs their voices?

 

Sorry if my question came out a little confusing lol, I can try to simplify it if it doesn't make any sense :P

 

Cheers and Thanks in advance!

 

 

Yes you have to manual target the NPC with N, select the proper voice type for it, match it from the drop down menu for all NPCs. 

Sorry I know it's a pain in the ass but it's all I can do for now... :(

Maybe later I'll figure out a way to make them work out of the box, for now I suppose this will have to do.

 

 

I'm confused about this. Because I've been trying to use this mod but I'm never getting the correct vanilla voices, not sure if it's even the vanilla voices from this mod. I select the NPC, go to MCM and that's where I'm stuck. How am I supposed to know which voicetype matches which NPC?

 

I only get the default options (FemaleClassic, FemaeBreathy, FemaleYoung, MaleCalm etc.) to choose from. 

 

 

 

Posted

You have to clean the voice files registry, its in the MCM itself

Tried that many times. Still getting the same default options

 

EDIT: Ignore. Yeah it works. I suppose I shouldn't have installed manually the last time

  • 3 weeks later...
Posted

So, realized my problem was caused by Sexlab itself not properly advancing voices, not this mod. My mistake.

 

Question though; since rape scenes in Sexlab apparently are supposed to start with Medium voices, skipping Mild, could I just move some of the Mild .wav files into the Medium folder or would that break things?

Posted

So, realized my problem was caused by Sexlab itself not properly advancing voices, not this mod. My mistake.

 

Question though; since rape scenes in Sexlab apparently are supposed to start with Medium voices, skipping Mild, could I just move some of the Mild .wav files into the Medium folder or would that break things?

 

Nope, as long as you name them appropriately.

 

 

To everybody:

 

I'm busy now fixing up vanilla voices, maybe soon I'll be adding a list of the voice types to their respective folders listed in the OP.

  • 3 weeks later...
Posted

Great mod, I cannot use sexlab without it, having npc just magically change to another voice during sex is so immersion breaking for me, I do have a request though, would it be possible to add Delphines voice type (the girl who runs the riverwood inn & petty excuse for a blades agent) if not that's fine too, anyway keep up the great work

Posted

Also loving the mod, but is there a non-consensual voice that doesn't sound like 30+?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...