Jump to content

SexLab - Auto Vanilla Voices


Recommended Posts

  • 11 months later...
Quote

SexLab Vanilla Voices doesn't contain voices for all vanilla voice types.

 

So, I recently found this gem. I came across the FemaleCoward voicetype which was absent. So I attempted to add it.

 

 

 


in SexLab_Vanilla_Voices.esp

I added the 3 mild, medium, hot - sound descriptors with new correct file paths

I added the 3 sound mild, medium, hot - sound markers associated these w/ the descriptors

added sslVanillaVoicesFactory.psc

       RegisterVoice("FemaleCoward")

added sslVanillaVoicesFactory.psc

 

function FemaleCoward(int id)

    sslBaseVoice Base = Create(id)

    Base.Name = "FemaleCoward_Rape"
    Base.Gender = Female

    Base.Mild = Game.GetFormFromFile(0xAAE6, "SexLab_Vanilla_Voices_Rape.esp") as Sound
    Base.Medium = Game.GetFormFromFile(0xAAE5, "SexLab_Vanilla_Voices_Rape.esp") as Sound
    Base.Hot = Game.GetFormFromFile(0xAAE4, "SexLab_Vanilla_Voices_Rape.esp") as Sound

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

 

Then in the Sexlab - Auto Vanilla Voices.esp

SLAutoVanillaVoicesConfigQuest -> added FemaleCoward to the FemaleVoiceNames array

     -> added FemaleCoward [VTYP:00013AE5] to the FemaleVoiceTypes array

 

I think that about covers what I have done.
 

 

 

Compiled everything successfully in game the voices shows up, I can apply it to the NPC manually and all works fine but the Auto apply in Sexlab - Auto Vanilla Voices Can't find the voice by itself. So, someone HALPPP!!!

 

 

EDIT: I guess the solution is in Sexlab - Auto Vanilla Voices.esp the FemaleVoiceName must be different than the VoiceTypeName

SLAutoVanillaVoicesConfigQuest -> added FemaleCoward to the FemaleVoiceNames array

     -> added FemaleCoward [VTYP:00013AE5] to the FemaleVoiceTypes array

 

Nope Failed

Edited by Bush_Connoisseur
Link to comment

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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use