Guest Posted March 17, 2022 Posted March 17, 2022 On 3/8/2022 at 9:31 PM, AceofWind said: Well since nobody else seems to be doing it, here's an SSE conversion of the mod. I've also set it to be an ESP-FE (ESL) so that it doesn't contribute to the main load order Sexlab - Auto Vanilla Voices SSE.rar 5.46 kB · 4 downloads Fucking legend
Bush_Connoisseur Posted February 21, 2023 Posted February 21, 2023 (edited) 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 February 21, 2023 by Bush_Connoisseur
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now