Jump to content

Recommended Posts

Posted

Hi

As i like to install

Sexlab Horrible Harassment Expansion

Do i really need this to get SHHE  running? 

I have SLAR at the moment...
 

Posted
1 hour ago, iggypop1 said:

Do i really need this to get SHHE  running? 

Short answer:  no.  SLAX and Babo's version of SL Aroused both add the same keywords to tag various types of skimpy clothing.  SLHHE can use those keywords to affect the dialog, but they're not required.  If you don't intend to tag your outfits with those keywords, you're not missing anything.  That said, this mod (SLAX) offers bug fixes and performance improvements over SLAR, and it's a simple drop-in replacement.  Just be aware that SLAX's new arousal settings for skimpy clothing are a WIP and not working yet.

Posted
1 hour ago, iggypop1 said:

Do i really need this to get SHHE  running? 

if you are not running Baka's SLA or SLAX you will need to check the box in the MCM that says sexy clothes not required (or something like that)

 

 

Posted
10 hours ago, HexBolt8 said:

Short answer:  no.  SLAX and Babo's version of SL Aroused both add the same keywords to tag various types of skimpy clothing.  SLHHE can use those keywords to affect the dialog, but they're not required.  If you don't intend to tag your outfits with those keywords, you're not missing anything.  That said, this mod (SLAX) offers bug fixes and performance improvements over SLAR, and it's a simple drop-in replacement.  Just be aware that SLAX's new arousal settings for skimpy clothing are a WIP and not working yet.

Thanx for reply

"it's a simple drop-in replacement" drop-in what does that mean?

 So when SLAX are ready i can switch?

can i do that midgame?

 

Posted
1 hour ago, iggypop1 said:

"it's a simple drop-in replacement" drop-in what does that mean?

 So when SLAX are ready i can switch?

can i do that midgame?

It's a direct replacement for SLAR.  The ESM files have the same name.  Mods that require SLAR will continue to work.  Just replace SLAR with SLAX, at the same place in your mod order.  The author explains "How to install" on the mod description page.  You can switch any time, even during a game.  I recommend also using Tenri's patch.

Posted
34 minutes ago, HexBolt8 said:

It's a direct replacement for SLAR.  The ESM files have the same name.  Mods that require SLAR will continue to work.  Just replace SLAR with SLAX, at the same place in your mod order.  The author explains "How to install" on the mod description page.  You can switch any time, even during a game.  I recommend also using Tenri's patch.

Thank you  

so no clean save?      just uninstall SLAR and then install SLAX?

Posted
2 minutes ago, iggypop1 said:

Thank you  

so no clean save?      just uninstall SLAR and then install SLAX?

I'll just quote the mod author:

 

This is a drop-in replacement for SexLab Aroused or SexLab Aroused Redux.

It requires no files from those older mods.

If you use MO, you can simply untick them.

If you use NMM, you can either overwrite, or uninstall SLA(R) and install SLAX, it's up to you.

You can put it into an existing game; it does not require a clean save.

Posted
16 minutes ago, HexBolt8 said:

I'll just quote the mod author:

 

This is a drop-in replacement for SexLab Aroused or SexLab Aroused Redux.

It requires no files from those older mods.

If you use MO, you can simply untick them.

If you use NMM, you can either overwrite, or uninstall SLA(R) and install SLAX, it's up to you.

You can put it into an existing game; it does not require a clean save.

Oh ok sorry should have read

Posted
8 hours ago, factoryclose said:

Just a simple question.

FaceScarred, it's a misspell of FaceSacred or Facescared?

I think it's Scarred as having scars.

Posted

foound what the issue for arouse nips tweaked is.

    ;;modifying that nice Redux example code:
    
    int myLockNum = Utility.randomInt(10, 32000)
    Actor [] myActors = sla_Main.getLoadedActors(myLockNum)
    ;This could be null if called at the wrong time
    
    int t = 0
    while((!myActors) && t < 5)
        If doDebug
            debug.Notification("Warning: ArousedNips could not access Aroused's actor array. Retrying.")
        EndIf
        debug.Trace("Warning: TTT_ArousedNips could not access Aroused's actor array. Retrying. t = "+t)
        Utility.Wait(1)
        myActors = sla_Main.getLoadedActors(myLockNum)
        t += 1
    endWhile



  in  the script below needs to be updated to   work with slax. i have no idea how to set it up.
if someone can swap it over to slax working componet?
link to mod page

TTT_ArousedNipsAlias.psc

Posted
6 hours ago, lurar said:

Is this mod being actively worked on?

In the sense that I have code changes I have yet to release, it's being worked on.

I have had some urgent priorities other than working on mods lately and my dev computer is literally buried under a pile of other computers.

I don't know when that will change. Probably not this week, but it could be next week.

 

However, SLAX is certainly not abandoned, or without ambition.

Posted
13 hours ago, Lupine00 said:

In the sense that I have code changes I have yet to release, it's being worked on.

I have had some urgent priorities other than working on mods lately and my dev computer is literally buried under a pile of other computers.

I don't know when that will change. Probably not this week, but it could be next week.

 

However, SLAX is certainly not abandoned, or without ambition.

Can't help but notice the edited quote in your response omitted the SSE part of the question...

Posted
1 hour ago, 4nk8r said:

Can't help but notice the edited quote in your response omitted the SSE part of the question...

The SSE bit is somewhere on my wishlist. You probably still have time to go to the bathroom before that happens.

At some point I will build an SSE setup, and then I'll be able to do something about it.

Posted
13 minutes ago, Lupine00 said:

The SSE bit is somewhere on my wishlist. You probably still have time to go to the bathroom before that happens.

At some point I will build an SSE setup, and then I'll be able to do something about it.

The DLL is the major hurdle, obviously, else I would already be using an otherwise self-converted version of SLAX in my game.  When you do get around to it, please consider the use of meh321's version library to reduce the need to chase Bethesda's Creation Club update nonsense.  Keep those like myself out of your hair as much as possible.

Posted
15 hours ago, 4nk8r said:

The DLL is the major hurdle, obviously, else I would already be using an otherwise self-converted version of SLAX in my game. 

I'm pretty sure the only thing required to patch that is a recompile against the SKSE64 libs ... but ... maybe some includes need altering ... I don't think there would be code changes.

 

I haven't done this because I don't have any SSE development setup. My dev machine is so old and slow, and it has no room to install SE; it has a highly minimalistic LE setup.

 

That is something I want to fix as soon as I have a bit of time to look at Skyrim modding again, as I have a different computer I could use which is much better ... I just don't have anywhere to put it ... that's another problem. I need another desk or something, but I'm not keen on furniture shopping just now, for some reason.

Posted

Please! Make it possible to write your reservation settings to an external json file. Оtherwise picking settings every time is not a good idea.

Posted

changes in scripts that will allow:
1. Save armor settings outside the save game
2. Block the excitation of the NPC at a certain level
3. Allow excitation of the NPC to a certain level
2,3 are also saved outside the main game save

SLAroused Scripts.zip

Posted

Sorry for dumping this question here, when it isn't necessarily this mod's doing. When I install this mod (or v28 of SLAR), I keep getting the  "SexLab Aroused is ready to Use" message repeating in the top left corner every 5-10 seconds.

 

I've tried the "reinstall old version of SLA, turn off cloak, uninstall old version, reinstall" sequence, but that hasn't worked.

 

Can anyone please point me in the direction of how to fix this?

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