Sensual Nautilus Posted October 11, 2014 Posted October 11, 2014 Yo, I'm baaaack again! Blimey have things chugged along. I got a small question, I wasn't too sure whether to put it in sexlab forum or this, so I went what the hey. So, remembering my Pc's voice is a cinch, but sexlab cant seem to remember the voice type set to npc's, and keeps cycling at a random order. I can't sem to find anything about this in the forums. Kinds regarrds, Blue cheese
sunspotz Posted October 22, 2014 Author Posted October 22, 2014 Yo, I'm baaaack again! Blimey have things chugged along. I got a small question, I wasn't too sure whether to put it in sexlab forum or this, so I went what the hey. So, remembering my Pc's voice is a cinch, but sexlab cant seem to remember the voice type set to npc's, and keeps cycling at a random order. I can't sem to find anything about this in the forums. Kinds regarrds, Blue cheese Yeah I'll check it out soon, my computer hard drive failed on me so not much Skyrim till this last week. I'm using the most current SexLab version so I'll see today if I run into any problems. Also loving the mod, but is there a non-consensual voice that doesn't sound like 30+? I don't really know, I'm not fond much of non vanilla voices in Skyrim due to the immersion factor. Unless the voices match the NPC with all dialogue then I'll dance and cheer from joy. I have some other custom sets I have that sound younger but they wouldn't be vanilla. To everybody else sorry for not updating this mod. My computer hard drive failed on me and I lost my progress on this mod... I'll get at it soon enough but my life has been busy and I had to reinstall Skyrim all over!
Kinky Posted October 22, 2014 Posted October 22, 2014 Why are there 3 options to choose from? Why not include all of them at once and let mods or sexlab choose what to play in what situation?
sunspotz Posted October 23, 2014 Author Posted October 23, 2014 Why are there 3 options to choose from? Why not include all of them at once and let mods or sexlab choose what to play in what situation? Too much work for me to learn how to do that, besides I'm limited with time too. If somebody wants to do that with the voices and claim it as there own mod please go ahead I don't mind it at all! I'm more concerned now with editing the voices, the rape don't sound great nor do the Euphoric. I need to fine tune the voices more and make them sound less repetitive by using more moans then spoken words, SexLab doesn't have a separate folder system for utilizing spoken words far less for each slot. The spoken words should be limited in their usage for each slot in their own special folders for each slot to play less spoken words then moans. Another thing is the special voice characters are EXTREMELY limited! I have to figure something out with some of those voices... I was planning on adding some spoken words that are from other works they made or videos they might speak in to add more content to the mod; however, it wouldn't be considered "vanilla" if I did that... To: Sensual Nautilus I don't seem to be having the issue pertaining to the voices not playing to their appropriate slots. If somebody else can confirm the issue that would be great. Might just be your game saves or mods causing an issue. Maybe an unclean SexLab upgrade?
swmas Posted November 15, 2014 Posted November 15, 2014 Is it safe to change between versions on the same save file? I'm using the Euphoric but want to switch to vanilla. Do I have to completely uninstall or can I just overwrite?
deane9850 Posted November 23, 2014 Posted November 23, 2014 Is there a mirror download link? Cant download from LL.. keep failing after 1Mb
LorenorZoro Posted December 10, 2014 Posted December 10, 2014 I just recently updated, and I think I am remembering this wrongly, but wasn't Astrids voice included in one of the earlier versions?
sunspotz Posted December 10, 2014 Author Posted December 10, 2014 No I never included her, I can't remember why but most likely due to voice limitations for sfx. The existing voices need work done than adding more. I'm going to be spending more time on this soon enough.
guk Posted December 14, 2014 Posted December 14, 2014 Just wanted to thank you for this mod. This absolutely has to be implemented into core SexLab! I only have been really using the regular version, as the euphoric/rape ones rather sound like a parody of US mainstream porn. You know most people don't really talk during sex when they're doing it right And hopefully there's gonna be a way to make NPC automatically use their correct voicetype. Currently it is a bit of a party stopper having to assign the voices manually before any action can start.
Darkening Demise Posted March 13, 2015 Posted March 13, 2015 Ummm is it me or is there no female Coward voice?
AnsgarOdinson Posted March 20, 2015 Posted March 20, 2015 Does anyone make a more anime / hentai voice for sexlab?
Antonio121989 Posted April 7, 2015 Posted April 7, 2015 I'd like for the sexlab include the Vanilla Voices to do the voice selection automatically so I asked at the forum of new sexlab, but Ashal said this New voices and sfx are unlikely, they few that are there already account for more than half of the download size, and the download is approaching the 100mb limit already. The mod API exists for other mods to add new voices to the default selection pool already, they just have to make use of it. -- SerialStrip integration I'll look into, but is laregly dependent on how accommodating their current API is for it. I haven't had a chance to look at it yet, and likely won't for a little while longer. If new voices are unlikely, then why not CHANGE the voices? Replace the actual voices with the ones from Vanilla Voices (if the author allows it), and maybe build in a little scan, so that the NPCs get the matching sex voice to their normal one.I would appreciate that very much, especially when I hear how Ysolda moans like she's at least 50 at the first time I meet her ... You then just could add the old voice files as an optional addon, if someone wants them back. I see no reason to change the current ones unless I find, or somebody makes, an incredibly good voice pack that I can't imagine playing the game without and whose style just really doesn't fit with the existing voices. The current voices are fine, and vanilla voices also works fine, I use myself and it includes the voices in the voice selection pool same as the default sexlab voices. But more importantly, it also happens to use copied vanilla assets, which I simply will not include in any official SexLab download. If actors using mismatching voices at the start bugs you so much, I'd suggest creating, or asking the author of vanila voices, to add in the option to have it assign it's voices to a specific NPCs. The code to enable a mod to do this is simple: Actor property YsoldaNPC autoSexLabFramework property SexLab autofunction SetVoices() ; // SaveVoice() - Assign the actor "YsoldaNPC" a given voice; // GetVoiceByName() - Get the VanillaVoice type from SexLabVanillaVoices that matches Ysolda.SexLab.SaveVoice(YsoldaNPC, SexLab.GetVoiceByName("FemaleYoungEager (Ysolda)")); // ...; // Do the same for other NPCs here...; // ...endFunction --- Can you make the selection automatically?
sunspotz Posted April 15, 2015 Author Posted April 15, 2015 I'd like for the sexlab include the Vanilla Voices to do the voice selection automatically so I asked at the forum of new sexlab, but Ashal said this New voices and sfx are unlikely, they few that are there already account for more than half of the download size, and the download is approaching the 100mb limit already. The mod API exists for other mods to add new voices to the default selection pool already, they just have to make use of it. -- SerialStrip integration I'll look into, but is laregly dependent on how accommodating their current API is for it. I haven't had a chance to look at it yet, and likely won't for a little while longer. If new voices are unlikely, then why not CHANGE the voices? Replace the actual voices with the ones from Vanilla Voices (if the author allows it), and maybe build in a little scan, so that the NPCs get the matching sex voice to their normal one. I would appreciate that very much, especially when I hear how Ysolda moans like she's at least 50 at the first time I meet her ... You then just could add the old voice files as an optional addon, if someone wants them back. I see no reason to change the current ones unless I find, or somebody makes, an incredibly good voice pack that I can't imagine playing the game without and whose style just really doesn't fit with the existing voices. The current voices are fine, and vanilla voices also works fine, I use myself and it includes the voices in the voice selection pool same as the default sexlab voices. But more importantly, it also happens to use copied vanilla assets, which I simply will not include in any official SexLab download. If actors using mismatching voices at the start bugs you so much, I'd suggest creating, or asking the author of vanila voices, to add in the option to have it assign it's voices to a specific NPCs. The code to enable a mod to do this is simple: Actor property YsoldaNPC auto SexLabFramework property SexLab auto function SetVoices() ; // SaveVoice() - Assign the actor "YsoldaNPC" a given voice ; // GetVoiceByName() - Get the VanillaVoice type from SexLabVanillaVoices that matches Ysolda. SexLab.SaveVoice(YsoldaNPC, SexLab.GetVoiceByName("FemaleYoungEager (Ysolda)")) ; // ... ; // Do the same for other NPCs here... ; // ... endFunction --- Can you make the selection automatically? Hmm I guess I could if I had the time, I haven't been playing Skyrim much. What little time I have has been spent playing Sims 3 with Amra72's phenomenal animations. When 1.60 finally gets released I'll consider the idea, for now I'm busy and burned out of Skyrim.
Praedator Posted May 29, 2015 Posted May 29, 2015 I second that, downloads fine but cannot be opened, same goes for the gag&moan mod. [Edit] Downloads 37k and closes download, so actually there is no data in the 7z so you cannot open it naturally. Might ne a LL forum engine problem?
Lost_Hawk Posted May 29, 2015 Posted May 29, 2015 Yes same problem here, i cant download them. I had the same problem with Defeat but i could download it with a other internet browser. But this one i can't download with firefox or internet explorer. Too bad i wanted to check this out, can someone make a alternate link? Edit: I finaly managed to download this after trying a few times with internet explorer. Thanks for the mod!
luffyboy Posted July 1, 2015 Posted July 1, 2015 must you target each and every npc when using this mod? Would you be able to auto assign based on the npc's voice type?
Darkening Demise Posted July 1, 2015 Posted July 1, 2015 Noticed Female Coward is missing too. Females seem to use Vex too often unless manually assigned a voice.
benuu90 Posted July 3, 2015 Posted July 3, 2015 If somebody could upload this somewhere else, would be awesome.I get from LL only incomplete Downloads ,Anyone could help me? Maybe upload this file temporarly on mediafire or MEGA ?I really need this.....It is impossible to down from LL, as much as I want....
Sk8rCh1c Posted July 23, 2015 Posted July 23, 2015 Hey! I have a question...urgent responces are appreciated greatly. I'm working on a mod and I want to utilize vanilla voices...I know the voice file's names and dialogue spoken because I have the voice file reference tool...(google it)...but I have no idea how to extract all vanilla voices into either wav. mp3. or whatever other format. If there is a file containing this unmodified pack that would be awesome...but if no such thing exists...then could someone please tell me how (the actual) to do this myself. To be clear... I want all vanilla voices untouched and in wav. (or similar) format. I want to know how to either do it myself OR where to download it elsewhere. Answers are greatly appreciated.
i liek katz Posted July 28, 2015 Posted July 28, 2015 Hey! I have a question...urgent responces are appreciated greatly. I'm working on a mod and I want to utilize vanilla voices...I know the voice file's names and dialogue spoken because I have the voice file reference tool...(google it)...but I have no idea how to extract all vanilla voices into either wav. mp3. or whatever other format. If there is a file containing this unmodified pack that would be awesome...but if no such thing exists...then could someone please tell me how (the actual) to do this myself. To be clear... I want all vanilla voices untouched and in wav. (or similar) format. I want to know how to either do it myself OR where to download it elsewhere. Answers are greatly appreciated. I believe you can get Unfuzer to seperate the lipsync files and the wavs. http://www.nexusmods.com/skyrim/mods/9797/?
Sk8rCh1c Posted July 29, 2015 Posted July 29, 2015 Awesome thanks! Also I need to know how to separate the files from skyrim's (.bsa .esp .exe IDFK) Also...Does the unfuzer do that for me? (and sorta unrelated) I also need further help with something ELSE...so anyone interested in helping....http://forums.nexusmods.com/index.php?/topic/3075674-not-able-to-importexport-nif-data/
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