Jump to content

Recommended Posts

Posted

Where am I supposed to set the hotkey for the mod? I'm in the MCM for BaboDialogue MCM and the only hotkey I'm able to change is the key for magic cursor. Do I have to set it somewhere else or is there a way that another mod would "break" the MCM for BaboDialogue?

Posted (edited)
10 minutes ago, Fraying9981 said:

Hey, is there an armor keyword that disables events? Basically the opposite of EroticArmor.

Thinking of creating a "safe" outfit for certain parts of my playthrough.

 

Yes, all outfit by default are safe, until you add "the-not-safe" keywords from SLAX\BAKA list.  No need to have a safe keyword if you can use an "outfit" that has not been tampered with the keywords.  You can also go naked and that will stop the events from triggering when world cell change.

 

Unless you mean keep the comments but not the events, then that is just making all events have 0 chance in MCM menus.  Maybe someone can create (maybe already exist) a program that can modify the global event "chance" value settings of the mod at runtime based on certain conditions like keyword and factions ranks.

 

 

Edited by safado
Posted
2 minutes ago, safado said:

 

Yes, all outfit by default are safe, until you add "the-not-safe" keywords from SLAX\BAKA list.  No need to have a safe keyword if you can use an "outfit" that has not been tampered with the keywords. 

 

 

 

Thanks! Does this apply to Horrible Harrassment too? i.e if you have an outfit that is not tampered with keywords, you are safe?

Pretty new to this.

 

Btw I recommend Quick Armor Rebalance to edit keywords directly in game: https://www.nexusmods.com/skyrimspecialedition/mods/127967

Posted
5 minutes ago, Fraying9981 said:

 

Thanks! Does this apply to Horrible Harrassment too? i.e if you have an outfit that is not tampered with keywords, you are safe?

Pretty new to this.

 

Btw I recommend Quick Armor Rebalance to edit keywords directly in game: https://www.nexusmods.com/skyrimspecialedition/mods/127967

 

Thanks for the suggestion.

 

I think yes, but 100% sure. SLHH is also tracking the SLAX\BAKA keywords unless set to not follow in the MCM.

 

Check the options in the MCM

   Only At Night:     If toggled, the harassments are limited to happen between 6 pm to 6 am.
  No need to wear sexy clothes:    No need to wear sexy clothes, which means you don't have to register your outfit in Sexlab Aroused Mod anymore.  

 

Posted

thanks! super clear.

 

btw is there an issue with adding several keywords to the same armor?

for example EroticArmor + SLS_bikini for SL survival -> do they stack/does one supersede the other/is it insignificant?

Posted

Are there any other mods that are pretty similar to this? Most mods are pretty restrictive which turns me off cause I still wanna play the game and not be locked into one side quest or something.

Posted (edited)
15 hours ago, Fraying9981 said:

thanks! super clear.

 

btw is there an issue with adding several keywords to the same armor?

for example EroticArmor + SLS_bikini for SL survival -> do they stack/does one supersede the other/is it insignificant?

 

No issue, they stack. You can add the same more than once and should not be an issue either. In the case of SLS, all items that are part of the bikini outfit need to have the keyword, like footwear, hand, and accessories.  Maybe not the head stuff, rings, or necklaces, do not remember.   Also, main keywords are only valid if ClothingBody or ArmorCuirass is part of the outfit, they normally are by default because of Skyrim standard for armors.  That means that a ring with the main keywords will not work if the PC is naked, but may work if it has a standard armor or clothes.  There's a few quirk because of changes in SkyrimAE.  Normally main part is Slot32 but is not a rule, main part is whatever has ClothingBody or ArmorCuirass in it keyword list, multiple part can have the keyword at the same time. 

 

By bikini outfit is your opinion. It can be any outfit.

 

The mod will only trigger if something is equipped, because the function used only check for equipped assets keywords.  It is kind of more optimal that way.

 

For people that want to play naked and trigger keyword conditioned events, the only way is to use a NAKED armor.  It is an armor that is referencing the "SkinNaked" meshes that are technically the armor fallback of the race so it does not become invisible. In other words, the naked body is also an armor in Skyrim. There are a few naked armor mods in Nexus. Just need the keywords like SLA_ArmorHalfNaked and or _SLS_Bikiniarmor to trigger desire behavior with the mods. 

 

 

Spoiler

The mod will set up the gameengine to review the grouped keywords of all the equipped assets when trigger for comments or events is called by the game engine during cell load.  Multiple mods are doing the same thing and the gameengine queue them and randomly choose one event from the whole queue. That why some people do not get baboevent triggered if there's an issue will that gameengine routine, could fail by conditions or by queue selection.

 

Spoiler

For FactoryClose\BakaFactory mods;

Only use EroticArmor when nothing else fits (your opinion, is all point of view) and want to trigger events, the keyword is used as a fallback that trigger generic comments that can gets old after a while.  It gets varied with the other expected SLA keywords, especially SLA_ArmorHalfNaked. Somewhat niche with SLA_ArmorSpandex\SLA_ArmorSpendex.  SLA_ArmorPretty has only a few comments.

 

Is expected that the bikini outfits with multiple part follows:

Bikini Top Separate (could include body but not bottom):  SLA_ArmorHalfNakedBikini + SLA_Brabikini

Bikini Bottom Separate: Any of; SLA_ThongT, SLA_ThongGstring, SLA_ThongLowleg, SLA_ThongCString, SLA_PastiesCrotch

 

For Bikini outfit that have top and bottom together with body in slot32, then just SLA_ArmorHalfNakedBikini is enough.

 

This setup for bikini outfits is not a rule, is to raise the chance to get special comments or dialogues from his mods.  Sadly, the chance is controlled by Skyrim.

 

 

 

 

Edited by safado
Posted (edited)
2 hours ago, safado said:

 

No issue, they stack. You can add the same more than once and should not be an issue either. In the case of SLS, all items that are part of the bikini outfit need to have the keyword, like footwear, hand, and accessories.  Maybe not the head stuff, rings, or necklaces, do not remember.   Also, main keywords are only valid if ClothingBody or ArmorCuirass is part of the outfit, they normally are by default because of Skyrim standard for armors.  That means that a ring with the main keywords will not work if the PC is naked, but may work if it has a standard armor or clothes.  There's a few quirk because of changes in SkyrimAE.  Normally main part is Slot32 but is not a rule, main part is whatever has ClothingBody or ArmorCuirass in it keyword list, multiple part can have the keyword at the same time. 

 

By bikini outfit is your opinion. It can be any outfit.

 

The mod will only trigger if something is equipped, because the function used only check for equipped assets keywords.  It is kind of more optimal that way.

 

For people that want to play naked and trigger keyword conditioned events, the only way is to use a NAKED armor.  It is an armor that is referencing the "SkinNaked" meshes that are technically the armor fallback of the race so it does not become invisible. In other words, the naked body is also an armor in Skyrim. There are a few naked armor mods in Nexus. Just need the keywords like SLA_ArmorHalfNaked and or _SLS_Bikiniarmor to trigger desire behavior with the mods. 

 

 

  Hide contents

The mod will set up the gameengine to review the grouped keywords of all the equipped assets when trigger for comments or events is called by the game engine during cell load.  Multiple mods are doing the same thing and the gameengine queue them and randomly choose one event from the whole queue. That why some people do not get baboevent triggered if there's an issue will that gameengine routine, could fail by conditions or by queue selection.

 

  Hide contents

For FactoryClose\BakaFactory mods;

Only use EroticArmor when nothing else fits (your opinion, is all point of view) and want to trigger events, the keyword is used as a fallback that trigger generic comments that can gets old after a while.  It gets varied with the other expected SLA keywords, especially SLA_ArmorHalfNaked. Somewhat niche with SLA_ArmorSpandex\SLA_ArmorSpendex.  SLA_ArmorPretty has only a few comments.

 

Is expected that the bikini outfits with multiple part follows:

Bikini Top Separate (could include body but not bottom):  SLA_ArmorHalfNakedBikini + SLA_Brabikini

Bikini Bottom Separate: Any of; SLA_ThongT, SLA_ThongGstring, SLA_ThongLowleg, SLA_ThongCString, SLA_PastiesCrotch

 

For Bikini outfit that have top and bottom together with body in slot32, then just SLA_ArmorHalfNakedBikini is enough.

 

This setup for bikini outfits is not a rule, is to raise the chance to get special comments or dialogues from his mods.  Sadly, the chance is controlled by Skyrim.

 

 

 

 

Thanks! This is so helpful.

 

So like you said I understand NakedArmor = SLA_ArmorHalfNaked and perhaps SLA_ArmorTransparent too

Great that you can stack, that saves the headache!

 

With Quick Armor Rebalance you can distribute items in loot chests, then easily add each keyword as you find each piece, it's very convenient.

 

May I also ask: what is "skimpy"? some mods refer to this word but is it really a keyword?

 

image.png.65f80ea813cbc6a14fa838d6aa710170.png

 

 

Edited by Fraying9981
Posted (edited)
2 hours ago, Fraying9981 said:

Thanks! This is so helpful.

 

So like you said I understand NakedArmor = SLA_ArmorHalfNaked and perhaps SLA_ArmorTransparent too

Great that you can stack, that saves the headache!

 

With Quick Armor Rebalance you can distribute items in loot chests, then easily add each keyword as you find each piece, it's very convenient.

 

May I also ask: what is "skimpy"? some mods refer to this word but is it really a keyword?

 

image.png.65f80ea813cbc6a14fa838d6aa710170.png

 

 

 

Good you are reading the manual. Many don't. Still the author is Korean and I think he machine translate it or do not proofread because it is not very clear.

 

In the original SexLab Aroused Redux (SLAR), "naked armor" reference was the keyword EroticArmor.  The baka version inherited that as a description, and I think all other versions too.  Originally it was just a keyword added to armors and used to induce arousal to NPC near the player or NPC while not fully naked but wearing the key-worded armor.  Arousal is tracked as Faction ranks by the mod.

Do not know about OSL, but I think that one is more explicit about keywords.

 

There is also a translation issue about "Naked Armor" for legacy mods it means EroticArmor because they are referencing the original SLAR.

For mod that need SLAX\Baka keywords, it means any of the Main keywords (including EroticArmor).

 

If a mod has a feature that looks for "Skimpy armor", if it is a "legacy" mod not SLAX\BAKA keywords aware will look only for EroticArmor, "modern" mods will likely look for any of the new main keywords.  Legacy mods requirements will reference SLAR and not SLAX\BAKA keywords, SLAR-BAKA version, or OSL. All Babomods look for the modern list of main keywords.


 

Spoiler

For FactoryClose\BakaFactory (he has more than one alias) Skimpy means "Suggestive Clothing".

You can search with filter in modbooru.com. (Filters tags are opinion of community.) The list below is my opinion.

 

 I think "Skimpy" keywords can be

  1. sla_ArmorPretty
    1. Spoiler

      GBuLSXud.jpg

    2. Spoiler

      tqfhz6eh.jpg

    3. Spoiler

      dWur9Xmh.jpg

       

  2. Eroticarmor
    1. Spoiler

      JZZN4gjw.jpg

    2. Spoiler

      ypuHFo7n.jpg

    3. Spoiler

      tmOcK0eQ.jpg

    4. Spoiler

      8jSdkAuS.jpg

    5. Spoiler

      brWqYZXr.jpg

       

  3. sla_ArmorSpandex / SLA_ArmorLewdLeotard
    1. Spoiler

      BmHXMNe1.jpg

    2. Spoiler

      YFLNtWT5.jpg

    3. Spoiler

      msVAZ9fD.jpg

    4. Spoiler

      GIeLl1aq.jpg

       

  4. SLA_ArmorCurtain / SLA_ArmorTransparent
    1. Spoiler

      Kardia can be in parts.  Top can be SLA_ArmorCurtain and bottom is SLA_ThongGstring.

      41822-1604981438-1109050098.gif

       

    2. Spoiler

        Transparent on light and angle of view. Can also be eroticarmor (opinion)0b5d14_c0a62404faf64f4bae71ffe89dbe3705~

       

    3. Spoiler

         Transparent on light and angle of view. Can be also eroticarmor (opinion)4lXKWQGy.jpg

    4. Spoiler

      81komPIS.jpg

    5. Spoiler

      7Hu7uzCe.jpg

    6. Spoiler

      Multiple options and parts.

      50WWqLx6.jpg

    7. Spoiler

       It is transparent on light may depend on shader or ENBwGtOK02O.jpg

       

      Qxr92I6R.jpg

       

  5. SLA_HalfNakedBikini
    1. Spoiler

      32518-1581258183-119562902.jpeg

    2. Spoiler

      41822-1604904014-1739446282.png

    3. Spoiler

      OHmyYqoE.jpg

       

  6. SLA_ArmorHalfNaked
    1. Spoiler

      kNoxiDze.jpg

    2. Spoiler

      EApm1B3G.jpg

    3. Spoiler

      SnlVQ28K.jpg

    4. Spoiler

      OOao8LCb.jpg

    5. Spoiler

      tsDGqFlr.jpg

    6. Spoiler

      89RSHkKQ.jpg

       

 

 (Example are Only if armor is not in parts), (if it is in parts with top and bottom separate, the part with body SLA_HalfNakedBikini, if it has top add SLA_Bra. The Bottom part, need one of the SLA_ThongGstring, SLA_ThongCString, SLA_ThongLowleg). This is because the way babo mods comments works. Multiple SLA KW are optional, it is to trigger flavor comments (still depends on Skyrim chances system).

 

 

That is why EroticArmor is a fallback keyword for SLAX\BAKA aware mods.  It can be used when any of new\expanded main "Skimpy Armor" keywords do not "fit" the visuals described in the manual.  Is all point of view, you use what ever you like, as long is one of the main monitored keywords for events, as described in the keyword section of the manual.

 

SLAX is SkyrimLE. SLAX-ASA3 is SkyrimSE/AE.  SLAR-BAKA (LE/SE) is original SLAR extended with SLAX keywords and Factions. Extended Keyword and factions used by Factoryclose/BakaFactory mods.

Spoiler

In SexLab Aroused eXtended (SLAX) MCM keyword assignment: (reset at load, better to use KID or patches)

  • NakedArmor   = EroticArmor
  • BikiniArmor  = SLA_ArmorHalfNakedBikini
  • SexyArmor    = SLA_ArmorPretty
  • SlootyArmor  = SLA_ArmorHalfNaked
  • IllegalArmor = SLA_ArmorIllegal
  • PoshArmor    = ClothingRich
  • RaggedArmor  = ClothingPoor
  • KillerHeels  = SLA_KillerHeels

 

 

Edited by safado
Posted
On 12/28/2024 at 1:54 PM, fengruiwen said:

Try this command in game:setstage ski_configmanagerinstance 1

Then wait for a while,see if it shows up.

If that doesn't do you any good,try using Fallrimtools(https://www.nexusmods.com/skyrimspecialedition/mods/5031) to delete the plugin's changeforms and script instances,then save the changes and launch the game with that new save file you are about to create.

If you have no knowledge with skyrim modding you might felt a bit overwhelmed with the second step……?But i'll just leave it here see if you can get it together yourself.If you still have questions after that,let me know.

For anyone who´s MCM won´t show up. This worked wonders.

All you have to do ist get FalrimTools, search for Babo, and delete the changeforms and script instances.

It is as easy and simple as it sounds.

 

@fengruiwen Thanks, you saved me from a lot of headaches (づ。◕‿‿◕。)づ

Posted

Potentially a dumbass question, but how do I find the editor ID of armours? I'd like to add keywords to some armour pieces.

I understand the format is: 

Keyword = (keyword)|Armour|(ESP Name)+(editorID)

Posted

It's been awhile since I had the chance to hop on. Have we found and fixed the issue where being defeated by anything (even fall damage) auto starts/ teleports the player to Thirsk Mead hall to be a riekling slave?

Posted

The requirement of ZAZ 8 plus is refering to  "ZAP 8+"?

 

So, you need to install both ZAZ 7.0SE-Rev1.7z and ZAZ 8.0+ CBBE HDT 2023 for babo dialog to work?

 

Posted (edited)
1 hour ago, sil7373 said:

The requirement of ZAZ 8 plus is refering to  "ZAP 8+"?

 

So, you need to install both ZAZ 7.0SE-Rev1.7z and ZAZ 8.0+ CBBE HDT 2023 for babo dialog to work?

 

image.png.e372d35e3ab08ceb3727e347456e6c65.png

 

The download link is under the page. You only need 8.0+. 

Edited by JunWeng
Posted (edited)

I'm just going to say you putting this mod on subscriperstar made it impossible for me to download it, it's a security nightmare to upload face or ID cards into a website I do not trust, shame though, excellent mod

Edited by banana800kir
Posted
44 minutes ago, banana800kir said:

I'm just going to say you putting this mod on subscriperstar made it impossible for me to download it, it's a security nightmare to upload face or ID cards into a website I do not trust, shame though, excellent mod

exactly my issue as well. I refuse to put my ID on a non-trustworthy site and for one skyrim mod, it's just not worth it. 

As you said, it's a shame bc it's a fun mod. 

Posted

How exactly do I install this?

At the download file the only 4 options are 

1385684/ September 5, 2024 Download

About Sexlab Aroused Redux Additional Keywords.pdf 776.46 kB / May 9, 2021 Download

Sexlab Aroused Redux 추가 키워드 설명.pdf 792.88 kB / May 6, 2023 Download

Template_KID.ini 3.44 kB / December 1, 2023

And most of them are pdf which I don't think you can drag into MO2 download

Posted (edited)
16 hours ago, JunWeng said:

image.png.e372d35e3ab08ceb3727e347456e6c65.png

 

The download link is under the page. You only need 8.0+. 

 

Thanks!

Seems like some animations don't fully work. I think are only the ones related to rape. I've instaled only ZAZ +8, ran Nemesis, registered the animations on ZAZ menu, registered them on SLAL menu (no new animations were registered). Still, when the NPCs engage with dialog, and i answer something that should triger the animation, they walk away and reply with something like "Dam you Girl".

So I'm guessing something is causing the animation to don't initiate.

 

I'm wondering if it could be because Nemesis is almost whitout at the limit of animations (the bar is almost full).

Or if I'm just still not using ZAZ correctly, since many other animations from Babo dialog works.

Or if i missconfigured BaboDialog, Aproach or SLHH somehow (I tweaked quite a bit their menus)

Or the load order.

 

Do you know where I can find the recommended load order for BaboDialog, and the recommended configuration (mod menu)?

Edited by sil7373
Posted (edited)

Does BaboDialog work with this SLAL? I have both SLAL and  BakaFactory's SLAL Animation LE / SSE

Edited by sil7373
Posted
17 hours ago, banana800kir said:

I'm just going to say you putting this mod on subscriperstar made it impossible for me to download it, it's a security nightmare to upload face or ID cards into a website I do not trust, shame though, excellent mod

 

I do not need ID or login to download public version (5.81.2) from SubscribeStar. Do you mean VIP (5.9x) version?

 

Spoiler

You can wait if it is the VIP, generally the new stuff gets new bugs. He is reworking the whole Riekling Challenger in ThirskHall because it is broken.  The Osex compatibility is posponed. SL Approach ask4sex dialogue is being reworked/refactored.

 

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
×
×
  • Create New...