Sunja44 Posted April 20, 2014 Posted April 20, 2014 I have to say this does work not bad with the CBBE TBBP body (no HDT, just TBBP). All you have to do is to decrease the Tummy Tuck settings in Bodyslide 2 to a very low value (go into -25% or even -50% negative). You have to do this especially for max weight. Those settings will close the small mesh gap between schlong and belly for CBBE max weight meshes. Â Although I use SG Renewal CBBE textures (shaved, no scars, smooth) and although I installed the SOS SG Texture patch there is still a small difference visible between body and schlong textures, but nothing that would annoy. It may depend on the normaL map maybe or the sweat map I use. Â Â Just one question, is it possible to use SoS, SoS for Females UNP AND SoS Equippable Schlongs together? Not that you really need an equippable schlong when you already have SoS for Females, but as I use RaceMenu, the option for modelling for player chars comes in handy for a change and that there is a slot 60 option makes it even more attractive, because I have no jewelry or other stuff that uses that slot so far. Â
Sunja44 Posted April 20, 2014 Posted April 20, 2014 How do I make my schlong visible when wearing armor? Â For that you need socalled "Revealing Armors". I know that there were a couple for males, no idea about females. I guess the search option here on LL or google is your friend. Â
McIntyre93 Posted April 20, 2014 Posted April 20, 2014 I think I need some help with the mod. Starting a new playthrough of Skyrim after getting Dragonborn (finally) so I decided to set up the "Random females schlonged based on a chance". I've been working on it for the past few hours and I seem to be missing something. First off I'm using:  SOS 2.04.011 (Full) SOS B3lisario UNP Addon 0.8 XP32 Maximum Skeleton -XPMS 1-93b UNP Blessed Body  So far, I've gotten everything to work except the small problem of every female now has a schlong. Now, I have already opened up the creation kit and with no small effort found the correct male SOS schlong so that I could edit the text in the "Value" text box to 2, save and exit. However, the game doesn't seem to acknowledge this and continues making every female join the UNP faction regardless.  I am really mystified on what I am missing. Any ideas?  I may not be the best person to answer your question, but I was having a similar issue. The original post in the description of the mod answers best I believe. Which is to go into the settings of Schlongs of Skyrim > UNP and set the percentages to zero. I think default is set at 10. Go to each race and set the ones you don't want schlongified to zero. Since my starting race was Nord, I kept that at the 10 and everything else was set to zero. It didn't seem like it worked at first. You have to give it time to register.  When I went to the top setting in the UNP category and set that to zero, no one, including my character had a schlong. When I set the Nord race back to 10, all was right. Again, it took time to register.  I use UNP and everything else is the same as your set up. I am not familiar with CK at all, so someone might explain this better. I just thought since I had the same problem at first I'd share my experience. Hopefully it helped out a little.
McIntyre93 Posted April 20, 2014 Posted April 20, 2014 How do I make my schlong visible when wearing armor?  I would use mods like "Hmm...What to Wear" or mash up collections like Aradia Armor or Bouncing Bodices. You use stuff the way you want and keep things showing where you'd like. Plenty of mods that come in pieces that work, but nothing I've seen specifically that are armor sets made just for SOS Females UNP.
McIntyre93 Posted April 20, 2014 Posted April 20, 2014 does this work with 7b? Â I am not 100% sure, but since Sevenbase is based off of UNP, I would think it would work.
krowly Posted April 23, 2014 Posted April 23, 2014 Hi. I have a little problem, help me please. SoS works good on male, but female just has horisontal dick (it moves if I jump, or run) . How can I fix it? Is it a problem with skeleton or with some other mods? i am using this skeleton #1 http://www.nexusmods.com/skyrim/mods/41169/?sorry for bad english
EternalDamned Posted April 25, 2014 Posted April 25, 2014 I have a couple quick question. If you use the Random method detailed in OP are the NPC's who end up getting the UNP schlong added to the SOS_Addon_B3lisarioUNP_Faction? If I add the NPC to the unpschlong faction manually in CK, when loaded in game will they automatically get it? Or is the faction something that was added but never utilized?  Thought I'd better edit in what I am trying to do so maybe you could give some additional guidance if I am barking up the wrong tree with what I am trying to do. So here's the script I am working on...  SexLabFramework property SexLab autoFaction Property SOS_Addon_B3lisarionUNP_Faction autofunction OnEffectStart(actor target, actor caster)      Utility.Wait(1.0)           if SexLab.IsActorActive(target)   ; // masturbate   actor[] sexActors = new actor[1]   sexActors[0] = caster   sslBaseAnimation[] anims   SexLab.StartSex(sexActors, anims)elseif caster.IsInFaction(SOS_Addon_B3lisarionUNP_Faction)   ; // futasex   actor[] sexActors = new actor[2]   sexActors[0] = target   sexActors[1] = caster   sslBaseAnimation[] anims = SexLab.GetAnimationsByTag(2, "Anal")   SexLab.StartSex(sexActors, anims)else   ; // sex   actor[] sexActors = new actor[2]   sexActors[0] = caster   sexActors[1] = target   sslBaseAnimation[] anims = SexLab.GetAnimationsByTag(2, "Vaginal")   SexLab.StartSex(sexActors, anims)endIfIf (caster.GetRelationshipRank(target) < 4)            caster.SetRelationshipRank(target, (caster.GetRelationshipRank(target) + 1))endifendfunction   The idea being, if the scene is initiated and they happen to be a futa, you get taken rather than taking them as you had expected.
krowly Posted April 25, 2014 Posted April 25, 2014 Hi. I have a little problem, help me please. SoS works good on male, but female just has horisontal dick (it moves if I jump, or run) . How can I fix it? Is it a problem with skeleton or with some other mods? i am using this skeleton #1 http://www.nexusmods.com/skyrim/mods/41169/?  sorry for bad english  it was skeleton. now it works with manual installation of XPMS with "1stpersonSkeleton Default BBP and belly bone" Â
EternalDamned Posted April 29, 2014 Posted April 29, 2014 So I was able to get it all working by moving the UNP faction from the UNP addon into the core esm. With that done you can assign specific npc's to the faction in a mod and also have the random 10% method both work together. Also with the faction in the core esm, you can have scripts refer to it properly. Â Incidentally, while experimenting I tried using tes5edit merge mods script on SOS and merged the esm and all 5 esp's into 1 esp which I then copied into esm with wyrebash. And it worked perfectly including MCM menu.
Guest Posted April 30, 2014 Posted April 30, 2014 any photoshop expert here willing to create a patch for the mature skin? that would be great.
dunno.jk Posted April 30, 2014 Posted April 30, 2014 any photoshop expert here willing to create a patch for the mature skin? that would be great. Â Someone made a patch for mature skin: http://www.loverslab.com/topic/20826-sos-equipable-schlong-and-more/page-11?do=findComment&comment=672047 Â
markkey Posted April 30, 2014 Posted April 30, 2014 i dont get this mod, does it give all females a big log? can you select just some female npcs with it and without? Â i tried the equipable shlong, thought i could selectively give female npcs a shlong but it only works to switch on the player.
~~MetaNaito~~ Posted April 30, 2014 Posted April 30, 2014 i dont get this mod, does it give all females a big log? can you select just some female npcs with it and without? Â i tried the equipable shlong, thought i could selectively give female npcs a shlong but it only works to switch on the player. Â I have the full version and I can select which females have schlongs, including my own character. Â You just need to play the settings until you get it right. Â
Guest Posted April 30, 2014 Posted April 30, 2014 Â any photoshop expert here willing to create a patch for the mature skin? that would be great. Â Someone made a patch for mature skin: http://www.loverslab.com/topic/20826-sos-equipable-schlong-and-more/page-11?do=findComment&comment=672047 Â Â Â thanks. i give it a try.
markkey Posted May 1, 2014 Posted May 1, 2014 now this is what u call a futa mother, in japan H manga ;D Â looks good tought how did you modify the body so voluptuousÂ
pilou54220 Posted May 1, 2014 Posted May 1, 2014 How i can get a non-female schlong potion for disable the penis of my character?
WizzyD Posted May 1, 2014 Posted May 1, 2014 How i can get a non-female schlong potion for disable the penis of my character? Â ` Â help "schlong"Â Â player.additem (non-unp potion item code) 1
Mimirue17 Posted May 4, 2014 Posted May 4, 2014 Aww I was about to try this but it doesn't work with cbbe.  Im only looking to schlongify my NPC females. Id love them to take control of my poor innocent little female character lol  Is there a way to make it work on NPC only?  *** Aww Just realized even if the NPC females chars did have a schlong they would not do the male animation. I wanted to see the females having sex with the female chars not just lesbian scenes, hopefully someone can add that someday  if you use sexlab gender change you can make sexlab think the nps is a male.  you can also turn off your schlong in the MCM menu so they can be the male and you the female.  for those that wanted it to work with cbbe tbbp I have had no issues with it to this point besides a slight texture issue.  The gap is not very noticeable at weight 1.3 which is what I use.
LaEspada Posted May 5, 2014 Posted May 5, 2014 I thought I would contribute with my own retexture mod that I made a few days ago. I felt like sharing since I'm such a nice person.  Here's a SOS UNP retextured for 0.8 for Fair Skin Complexion, It's not perfect, but it's pretty close and was an extreme pain to get the color right. Took forever with the color filters in GIMP to get the color right. Always came out too gray or too pink. But I like it, and I"m using it  SOS - B3lisario UNP Addon - Fair Skin Complexion Patch.7z  Â
boppo Posted May 7, 2014 Posted May 7, 2014 how do you get sexlab to recognize that my female now has a penis. Â The only animations that it runs is lesbian animations with other women.
boppo Posted May 7, 2014 Posted May 7, 2014 I just read the post just above mine. Â I will try gender change. Â thank you
5283193s Posted May 8, 2014 Posted May 8, 2014   How to display in the case of genital wear clothes?
sprinkly10 Posted May 8, 2014 Posted May 8, 2014 Hi love the mod works really well but one thing I am using the UNP Version of the Porcelain Vampire Skin For- CBBE UNP CHSBHC ADEC SeveNBase and Dream Girl http://www.nexusmods.com/skyrim/mods/42049/?tab=2&navtag=http%3A%2F%2Fwww.nexusmods.com%2Fskyrim%2Fajax%2Fmodfiles%2F%3Fid%3D42049&pUp=1 on my character and well while the skin is uber pale the schlong is not was wondering if anyone has done a SOS UNP patch for it or if I can make a request for one please, thank you..
kissofthehell Posted May 8, 2014 Posted May 8, 2014 Can someone make a retexture of the Schlongs for Barbarian female skin? Or point me to one if there already is. Thanks
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