Jump to content

Recommended Posts

Posted

Hello, I afraid that there are some flaws in the new actor selection system introduced in the latest ver. (0. 8. 3d).

Instead of excluding dead actors, I frequently saw the following messages in my environment while testing a solution for non-appearing subtitles:

  • [PC] notices [PC] makes a move on to [PC]
  • [PC] notices [NPC actor1] makes a move on to [NPC actor 2/ can be in the cell, but not appeared now, although not already dead]
  • [NPC actor 1]= [NPC actor 2] like 'Bassianus Axius makes a move on Bassianus Axius'. lol.

 

Posted

 

Hello, I afraid that there are some flaws in the new actor selection system introduced in the latest ver. (0. 8. 3d).

Instead of excluding dead actors, I frequently saw the following messages in my environment while testing a solution for non-appearing subtitles:

  • [PC] notices [PC] makes a move on to [PC]
  • [PC] notices [NPC actor1] makes a move on to [NPC actor 2/ can be in the cell, but not appeared now, although not already dead]
  • [NPC actor 1]= [NPC actor 2] like 'Bassianus Axius makes a move on Bassianus Axius'. lol.

 

 

Yeah I saw that too, I had forgotten one line that returned the actor before doing proper checks.

Posted

Downloading the new version to test now :)


I think you're right. I haven't seen female rapists in real world but that's up to the user really.

 

Also in some countries they say men cant be raped by a female so they wont acknowledge it, which is wrong.

Posted

Slight issue everyone seems to get rejected with the -13 or -16 an not sure why

ValidateActor()

int function ValidateActor(Actor ActorRef)
Checks if the given Actor ActorRef is currently allowed to animate within SexLab, returning a status code that corresponds to their validation status. All negative status codes are considered invalid, while a value of 1 is the only return considered as valid.

Status codes:
1 - Actor is valid
-1 - Actor does not exist
-10 - They currently aren't available for another SexLab Animation
-11 - They are forbidden from animating, due to being expressely forbidden with ForbidActor(), or because they are of a child appearing race
-12 - They don't currently have any 3D loaded into the game to animate with
-13 - He's dead Jim. Actor is not currently amongst the living
-14 - They are currently disabled by Skyrim
-15 - They are currently flying
-16 - They are currently mounted
-17 - They are likely a creature/beast/monster type race that does not have an enabled creature animation

or

Int Function IsSexEnabled(Actor akRef, Actor akTarget = none)
  bIsDead2        = false
  bIsUnconsious2  = false
  bIsAnimal2      = false

  ;Debug.trace("1") 
  If (akRef == none)
    return -1
  endif

  ;Debug.trace("2")   
  ;If (akRef.IsDead())    ; SL tests this
  ;  bIsDead2 = true   
  ;  return -2
  ;endif

  ;Debug.trace("3") 
  ;If (akRef.IsDisabled())    ; SL tests this
  ;  return -3
  ;endif

  ;Debug.trace("4")      
  If (akRef.IsInCombat())    
    return -4
  endif

  ;Debug.trace("5")      
  If (akRef.IsGhost())  
    return -5
  endif

  ;Debug.trace("6")      
  If (!akRef.IsAiEnabled())   
    return -6
  endif

  ;Debug.trace("7")      
  If(akRef.IsArrested()) 
    return -7
  endif

  ;Debug.trace("8")       
  If(akRef.IsArrestingTarget())  
    return -8  
  endif

  ;Debug.trace("9")      
  If(akRef.IsBeingRidden()) 
    bIsAnimal2 = true    
    return -9
  endif

  ;Debug.trace("10")     
  If(akRef.IsBleedingOut())   
    return -10
  endif

  ;Debug.trace("11")     
  ;If(akRef.IsFlying())    ; SL tests this
  ;  return -11
  ;endif

  ;Debug.trace("12")       
  ;If(akRef.IsOnMount())  ; SL tests this
  ;  return -12
  ;endif

  ;Debug.trace("13")     
  If(akRef.IsSneaking())     
    return -13
  endif

  ;Debug.trace("14")     
  If(akRef.IsTrespassing())    
    return -14
  endif

  ;Debug.trace("15")     
  If(akRef.IsUnconscious()) 
    bIsUnconsious2 = true   
    return -15
  endif

  ;Debug.trace("16")     
  If(akRef.GetSleepState() > 2) 
    bIsUnconsious2 = true   
    return -16  
  endif

  ;Debug.trace("17")       
  If(akRef.IsWeaponDrawn())    
    return -17 
  endif

  ;Debug.trace("18")       
  If(akRef.IsSwimming())    
    return -18  
  endif

  ;Debug.trace("18")      
  If (!akRef.GetRace().IsRaceFlagSet(0x00800000)) ; Cannot be pick-pocketed -> no pockets -> non humanoid  
    return -19   
  endif 

  If (akRef.GetActorBase().GetName() == ""  )     ; Has no name  
    return -20   
  endif   

  ;D("Main IsSexEnabled","OK")  
  return 1
EndFunction
Posted

Okay next issue I think, I was in Alvor an Sigrid house then it selected Sigrid as A1 but then said she cant be A1 because she is Sigrid.... no idea what that is about

 

if you need a Sreenshot just ask :)

 

 

Okay it triggered this time, but still sometimes it comes up...

 

 

Oh an I see you have brought back NPC-PC...... wish I had a heads up walked into my Castle is over 30 horny women :D surprise my char can still walk lol

Posted

well camilla did started sex act to my pc it gave option to use bed but after that black screen and desktop and camilla aproach my pc didnt work after that it gave time out oh well i guess i just need to try wait version wher npc can aproac my pc and start sexact with him . i gave test 0.8.3 version and like its content :) thanks for interesting mod dooge :) .

Posted

well camilla did started sex act to my pc it gave option to use bed but after that black screen and desktop and camilla aproach my pc didnt work after that it gave time out oh well i guess i just need to try wait version wher npc can aproac my pc and start sexact with him . i gave test 0.8.3 version and like its content :) thanks for interesting mod dooge :) .

 

with the latest version NPCs will approach and have sex with the PC

Nice! I will use this instead of Loverscomfort now. 

Keep up the good work =)

 

I use both

Posted

Nice! I will use this instead of Loverscomfort now. 

Keep up the good work =)

 

SLSL is no replacement for Lovers Comfort, though it's up to you whether to use them both (like I do) or just one of them. IMO they nicely complement each other.

 

 

well camilla did started sex act to my pc it gave option to use bed but after that black screen and desktop and camilla aproach my pc didnt work after that it gave time out oh well i guess i just need to try wait version wher npc can aproac my pc and start sexact with him . i gave test 0.8.3 version and like its content :) thanks for interesting mod dooge :) .

 

with the latest version NPCs will approach and have sex with the PC

Nice! I will use this instead of Loverscomfort now. 

Keep up the good work =)

 

I use both

 

 

Exactly :)

And the CTD isn't caused by SLSL, I suppose. I sometimes have it and had before ever installing SexLife. And yes, it usually happened when I chose to use bed.

Posted

 

Nice! I will use this instead of Loverscomfort now. 

Keep up the good work =)

 

SLSL is no replacement for Lovers Comfort, though it's up to you whether to use them both (like I do) or just one of them. IMO they nicely complement each other.

 

 

well camilla did started sex act to my pc it gave option to use bed but after that black screen and desktop and camilla aproach my pc didnt work after that it gave time out oh well i guess i just need to try wait version wher npc can aproac my pc and start sexact with him . i gave test 0.8.3 version and like its content :) thanks for interesting mod dooge :) .

 

with the latest version NPCs will approach and have sex with the PC

Nice! I will use this instead of Loverscomfort now. 

Keep up the good work =)

 

I use both

 

 

Exactly :)

And the CTD isn't caused by SLSL, I suppose. I sometimes have it and had before ever installing SexLife. And yes, it usually happened when I chose to use bed.

 

 

Funny part is you try getting into a castle with over 30 horny women trust me that is fun, I barely got into the door before I was ambushed by them all

 

Posted

 

 

Nice! I will use this instead of Loverscomfort now. 

Keep up the good work =)

 

SLSL is no replacement for Lovers Comfort, though it's up to you whether to use them both (like I do) or just one of them. IMO they nicely complement each other.

 

 

well camilla did started sex act to my pc it gave option to use bed but after that black screen and desktop and camilla aproach my pc didnt work after that it gave time out oh well i guess i just need to try wait version wher npc can aproac my pc and start sexact with him . i gave test 0.8.3 version and like its content :) thanks for interesting mod dooge :) .

 

with the latest version NPCs will approach and have sex with the PC

Nice! I will use this instead of Loverscomfort now. 

Keep up the good work =)

 

I use both

 

 

Exactly :)

And the CTD isn't caused by SLSL, I suppose. I sometimes have it and had before ever installing SexLife. And yes, it usually happened when I chose to use bed.

 

 

Funny part is you try getting into a castle with over 30 horny women trust me that is fun, I barely got into the door before I was ambushed by them all

 

 

 

Oh, I'm going to try this at the Underground Bathhouse :rolleyes: I gathered a nice team there.

Posted

Question:

 

-I'm still on 0.8.3c version and I wish to install the new 0.8.3e. Really need I a "clean save"? Is it not enough to simply overwrite all files with the new ones, considering they are the same number with the same names?

- Or this changes all the individual NPC's settings I already done using Aroused Puppet function and Sexlife's settings themselves?

 

Note:

 


-16 - They are currently mounted

 

- I often had the messages about "no proper actors found" or "actor deemed unfit" with code -16.

Even if I was not mounting a horse at all. Even in interiors.

Could be because I use the HDT High Heels system?

Or, maybe, because I have the Dragon Wings and the Flying Mods installed?

Posted

Question:

 

-I'm still on 0.8.3c version and I wish to install the new 0.8.3e. Really need I a "clean save"? Is it not enough to simply overwrite all files with the new ones, considering they are the same number with the same names?

- Or this changes all the individual NPC's settings I already done using Aroused Puppet function and Sexlife's settings themselves?

 

Note:

 

-16 - They are currently mounted

 

- I often had the messages about "no proper actors found" or "actor deemed unfit" with code -16.

Even if I was not mounting a horse at all. Even in interiors.

Could be because I use the HDT High Heels system?

Or, maybe, because I have the Dragon Wings and the Flying Mods installed?

 

You do not need a clean for that no, Just remove C from MO then install E and I think that would be a yes for the HDT High Heels try taking them off an see what happens

 

 

 

 

Nice! I will use this instead of Loverscomfort now. 

Keep up the good work =)

 

SLSL is no replacement for Lovers Comfort, though it's up to you whether to use them both (like I do) or just one of them. IMO they nicely complement each other.

 

 

well camilla did started sex act to my pc it gave option to use bed but after that black screen and desktop and camilla aproach my pc didnt work after that it gave time out oh well i guess i just need to try wait version wher npc can aproac my pc and start sexact with him . i gave test 0.8.3 version and like its content :) thanks for interesting mod dooge :) .

 

with the latest version NPCs will approach and have sex with the PC

Nice! I will use this instead of Loverscomfort now. 

Keep up the good work =)

 

I use both

 

 

Exactly :)

And the CTD isn't caused by SLSL, I suppose. I sometimes have it and had before ever installing SexLife. And yes, it usually happened when I chose to use bed.

 

 

Funny part is you try getting into a castle with over 30 horny women trust me that is fun, I barely got into the door before I was ambushed by them all

 

 

 

Oh, I'm going to try this at the Underground Bathhouse :rolleyes: I gathered a nice team there.

 

 

I have about 40 Females total maybe 45 spread out amongst 5 castles

Posted

OK, finally I identified the solution for the issue of non-displaying subtitle.

Actually It's VERY essential as well as simple.

 

The subtitle of this mod  (and the 'negotiation' process before/ after the subtitle as well)

probably need the silent voice/ subtitle mod Fuz Ro D-oh -  Silent Voice.

Without Fuz Ro D-oh, it is practically very difficult to progress the stage

for initiating the sexual act between two partners, at least for my case (tested with the latest 0.8. 3 e).

Posted

OK, finally I identified the solution for the issue of non-displaying subtitle.

Actually It's VERY essential as well as simple.

 

The subtitle of this mod  (and the 'negotiation' process before/ after the subtitle as well)

probably need the silent voice/ subtitle mod Fuz Ro D-oh -  Silent Voice.

Without Fuz Ro D-oh, it is practically very difficult to progress the stage

for initiating the sexual act between two partners, at least for my case (tested with the latest 0.8. 3 e).

 

Yes that's right. I have been lazy adding it to the initial post, sorry about that.

 

Posted

aaah okay ill give newest version a try :) judge that is quite interesting indeed XD 30 womenst in castle is kinda dangerous place to be ;) hehe and iace bathhouse seems fun place too :) i run radiant prostitution and lovers comfort with amorous adventures. my pc is kind of not care ladies race or if she is undead or deadra all are welcome ;) hehe and mias lair ladies basicly jumps on him middle of nowhere and mammoth rumbles bit distance away and giant clubs dragon XD .i think put submissive atribute at him and give veery interesting travellin experience at wildernes or heck in city XD my poor poor dragonborn char need to be his toed everywhere he goes ;). thanks for update dooge :)

 

Posted

So Dooge what is in this new version to look out for?

 

I'm not sure :D

 

I think I worked on the rape last night. And added some cuckolding comments.

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