Jump to content

Schlongs showing through armor and clothing after installing SoS


Recommended Posts

Posted

Hello. I installed SoS and I can see schlongs poking through armor and clothing. Most NPC's are wearing Nordwar armor sets. I checked in the SoS MCM, and the box for revealing is deactivated and it displays "Revealing (built-in)". I don't know what built-in means. I'd like to not have schlongs flapping around. How do I put the schlongs back inside the armor and clothing?

Posted

I added SOS_Concealing to the Nordwar armors and it may have fixed it, but it looks like everything is automatically set to revealing by SOS. The vanilla clothes and clothes from other mods like Common Clothes have the same issue, which means everything has to now explicitly be set to concealing. Where is this default setting occurring? Can I change it?

Posted (edited)

I'm probably using an old version of SOS (Schlongs_of_Skyrim_SE - v1.1.4) but if the logic hasn't changed then:

; check if armor is revealing
isRevealing = SOS_SKSE.IsRevealing(akArmor)

If isRevealing && SOS_Quest.HasRevealingKeyword(akArmor)
    ; built-in revealing armors can't be modified
    optionName += " (built-in)"
Else
    flags = OPTION_FLAG_NONE
EndIf

 

Where IsRevealing(...) is a native function declared as:

; Returns true if either
; A) the passed Armor has the SOS_Revealing keyword, or
; B) its first ArmorAddon using the body biped slot is stored in the list SOS_RevealingArmors
Bool Function IsRevealing(Armor akArmor) Global Native

 

And HasRevealingKeyword is defined as:

Bool Function HasRevealingKeyword(Armor akArmor)
	Return akArmor.HasKeyword(SOS_Revealing)
EndFunction

 

So, it seems in general the entire system is running on keywords. Thus one can deduct from this that you must have a mod that adds the revealing keyword to everyone.

Edited by traison
Posted (edited)

I can't imagine what mod could be adding keywords dynamically to all the armors.  Any mod doing that would be doing it surreptitiously since I did not install anything intentionally designed to do that. Very sus.

 

I've used the Keyword Item Distributor to add concealing to the Armor Cuirasses in 3 different Nordwar armor plugins so far. It didn't seem to help the player character, so I put the SoS underwear on him under the Nordwar armor he's wearing, and that appears to have fixed it. I'm still trying to verify that it's fixed for all NPCs and so far it looks like it is.

Edited by blitzen
Posted (edited)

I think I found the problem. I checked the KID log file and saw a line that was adding SOS_Revealing to a large number of armors/clothing. It didn't match any lines in the KID ini file. There was a typo in the KID ini file where the name of an esp file was misspelled. After I fixed the typo, that line was gone, and now I don't see all the schlongs. Somehow putting the processor in an error state resulted in it adding the keyword associated with that error line to everything.

Edited by blitzen
  • 1 year later...
Posted
On 8/21/2023 at 11:55 AM, blitzen said:

I think I found the problem. I checked the KID log file and saw a line that was adding SOS_Revealing to a large number of armors/clothing. It didn't match any lines in the KID ini file. There was a typo in the KID ini file where the name of an esp file was misspelled. After I fixed the typo, that line was gone, and now I don't see all the schlongs. Somehow putting the processor in an error state resulted in it adding the keyword associated with that error line to everything.

i know this is an old post but i'm having the same issue how  did you fix it exactly?

 

  • 5 months later...
Posted (edited)
On 10/2/2024 at 5:50 AM, Zeroevosoulz said:

i know this is an old post but i'm having the same issue how  did you fix it exactly?

 

@Zeroevosoulz Not sure if this'll help you, but for me I found the issue to be the "UBE" mod. I had to disable anything related to SoS while reinstalling it and then removing every folder related to SoS from it.

If you don't have that mod, check other mods that might be overwriting SoS files. Bochu's mod seems to be another one that overwrites SoS stuff.

Edited by IroquoisPliskin

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