Jump to content

More Intelligent Modesty - For EVG Conditional Idles & Dynamic Animation Replacer with SL Aroused, SL Defeat


Recommended Posts

More Intelligent Modesty - For EVG Conditional Idles & Dynamic Animation Replacer with SL Aroused, SL Defeat

View File


UPDATE!!! - If you downloaded the 0.0.1 version it's probably not working for you. The mistake is mine. Typo in folder structure. Please try the 0.0.2 update.

It should be working as intended now. Sorry about that!

 

EVG Conditional Idles is a great mod that uses Dynamic Animation Replacer to apply situation-dependent walk, run, and idle animations, such as when an actor is cold, injured, or naked. It really helps add a sense of self-awareness to actors in-game, and I highly recommend it. When enabled, an actor will cover their privates with their hands while walking, running, or standing around naked. Finally, Nazeem is showing a little humility! By default this feature is basically on/off.

 

So what does my file do?

I've just added a few extra conditions to when the actor should NOT use the 'modest' animations. Basically, an actor will use standard (non-modest) animations when nude IF:

They are an Exhibitionist [in Sexlab Aroused]

They are an aggressor in a Sexlab Defeat scenario ("Hey I'm about to force myself on you, but I'm embarrassed by my own nudity." Not anymore. Victims may still be modest.)

They are a mannequin [vanilla "ManakinRace" only] (cuz mannequins literally have nothing to hide)

 

This file is only useful if you have EVG Conditional Idles, and SexLab Aroused Redux and/or SexLab Defeat. Don't worry, it will still work if you only have one or the other for some reason. The file may be used as-is, or serve as an example for how to employ your own conditional animations with Dynamic Animation Replacer based on Sexlab conditions.

This is just a small taste of what is possible with DAR, but I figured I would make the files available. Do whatever you want with them.

Future Plans:

Public Masturbators (Spectator Crowds) etc. not modest between stripping and sl scene start

 

 

MoreIntelligentModesty.7z


  • Submitter
  • Submitted
    02/14/2021
  • Category
  • Requires
    Dynamic Animation Replacer, EVG Conditional Idles, Sexlab Aroused, Sexlab Defeat
  • Regular Edition Compatible
    Yes

 

MoreIntelligentModesty.7z

Link to comment

Interesting re the mannequins - My mannequins are all modded to be female fully fleshed models (even have the HP NPC modification) but aren't reacting to EVG (I have some management mods to calm them down, as they were using salacious idles and when I was using spectator sex they were coming to watch)

Link to comment
1 hour ago, Caithness said:

Interesting re the mannequins - My mannequins are all modded to be female fully fleshed models (even have the HP NPC modification) but aren't reacting to EVG (I have some management mods to calm them down, as they were using salacious idles and when I was using spectator sex they were coming to watch)

If certain animations aren't being used in game, it might be a matter of priority. DAR prioritizes animations by the numbered folder names containing the mod's animations. For example, on my setup, Dynamic Random Female Idles was taking priority over the female nude standing still animation from EVG, because of the way the folders are numbered out of box. I renamed all the DRFI folders (4001, 4002...->1101, 1102...) so they were lower number than EVG's (1901...). The opposite would also have worked.

Link to comment

Very nice, thank you! Just discovered that mod in the past week, I'm completely in love with these idles.

 

(Also I feel like I have a vague memory of seeing this as an optional file on the EVG Conditional Idles Nexus page... not sure if I imagined that. ?)

Link to comment
13 hours ago, preserotri said:

nice one - I'll take a spin right away. but i noticed that it actually doesn't overwrite the respective EVG DAR Slots - is this alright?

edit: preserotri was right. there was a typo in my folder structure. Thank you for pointing that out. really sorry guys. please install the updated version

 

16 hours ago, decaluka said:

This is checked as Oldrim compatible - so I suppose the files not include animations but just the conditions?

Yes just conditions.

Link to comment

The reason why the animations still work if one of the requirements is not installed is that the statement NOT IsInFaction() defaults to true because the faction doesn't exist. Same happens with NOT IsFactionRankLessThan().

 

I don't know if this will work, but maybe it might. It was posted by another user here on LL.

 

.... AND

IsInFaction() AND

IsFactionRankLessThan(1, xyz.esp | 0xabcdef)

 

In case you want to apply two of the four folders for male only, then write "AND (next line) NOT IsFemale()" and don't leave it blank. Otherwise it will work for both male and female. Then you don't have to be mindful of the priority either.

 

 

Link to comment

This will help you:

 

To make npcs that are in slavegirls factions not cover themselves

 

NOT IsInFaction("hydra_slavegirls.esp"| 0x0000B671) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x00076C17) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x0006CC45) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x00077744) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x00077745) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x0007A978) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x0007ECB4) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000C1C21) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000C4541) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000C6226) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000AA70F) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E1620) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E53FC) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E748E) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E8A88) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E9013) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E902D) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E904D) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E9066) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000EBC66) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000EBC99) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000EBCC0) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000EC223) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000ECD26) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000ECD27) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x0005482A)

 

Link to comment
15 hours ago, kevanlol said:

This will help you:

 

To make npcs that are in slavegirls factions not cover themselves

 


NOT IsInFaction("hydra_slavegirls.esp"| 0x0000B671) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x00076C17) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x0006CC45) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x00077744) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x00077745) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x0007A978) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x0007ECB4) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000C1C21) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000C4541) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000C6226) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000AA70F) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E1620) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E53FC) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E748E) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E8A88) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E9013) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E902D) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E904D) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000E9066) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000EBC66) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000EBC99) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000EBCC0) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000EC223) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000ECD26) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x000ECD27) AND
NOT IsInFaction("hydra_slavegirls.esp"| 0x0005482A)

 

Excellent my dude. thank you

Link to comment
On 2/18/2021 at 9:52 AM, nun56unn5ufg said:

Freddy you might find interesting https://www.nexusmods.com/skyrim/mods/89259 female cover self animations - line of sight with https://www.nexusmods.com/skyrim/mods/87130. It works when the MC is seen naked they will cover up. It's great fun. i used it in SE without converting.

 

My main complaint about those animations is they have no footstep sounds.

Link to comment
  • 7 months later...
  • 2 months later...

Don't know if this'll be something that keeps being added to but...

 

In the off chance that it is,

 

Quote

NOT IsWornHasKeyword("Devious Devices - Assets.esm" | 0x0000CA3A) AND
NOT IsWornHasKeyword("Devious Devices - Assets.esm" | 0x0002C531) AND
NOT IsWornHasKeyword("Devious Devices - Integration.esm" | 0x00060A46) AND
NOT IsWornHasKeyword("Devious Devices - Integration.esm" | 0x00062538) AND
NOT IsWornHasKeyword("Devious Devices - Integration.esm" | 0x00062539) AND
NOT IsWornHasKeyword("Devious Devices - Integration.esm" | 0x00060A46) AND
NOT IsWornHasKeyword("Devious Devices - Integration.esm" | 0x00063AD9) AND
NOT IsWornHasKeyword("Devious Devices - Integration.esm" | 0x00086C1D) AND
NOT IsWornHasKeyword("Devious Devices - Integration.esm" | 0x0008A76C)

 

Should hopefully prevent attempting to cover up while the character is in something that restricts their hands (i.e. armbinders, pet suits, straightjackets). Though I don't know if I caught ALL the possible keywords...

Link to comment
  • 1 year later...
  • 1 month later...
On 5/31/2023 at 9:46 AM, theblindbat said:

Anyway to modify this to also exclude undead? Ghosts and reanimations are trying to cover themselves. I don't understand enough about DAR or add an actorundead keyword thingy.

 

This should exclude draugr, skeletons and ghost faction members

NOT IsInFaction ("Skyrim.esm"|0x0002430D) AND
NOT IsInFaction ("Skyrim.esm"|0x0003D72A) AND
NOT IsInFaction ("Skyrim.esm"|0x0003D72F) AND
NOT IsInFaction ("Skyrim.esm"|0x0002D1DF) AND
NOT IsInFaction ("Skyrim.esm"|0x000D33A2)

 

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