Jump to content

[WIP] SexLab Books of Love


Recommended Posts

  • 7 months later...
Guest Jenova23
Posted

Similar to lovers hook it would be cool if another way to learn positions is through books you find.

  • 10 months later...
Posted

 

A suggestion, can you make spells that instead of casting on someone else to rape you, you cast it on yourself and it creates an aura around you, that has a "chance" to make those you somewhat close by to rape you? Like flame cloak, maybe with slightly more range, etc. The same could happen with the blow spell.

 

This is would create more immersion, again, just an idea

 

Yes, I've been thinking about something along those lines. Of course, I'll have to learn how to actually DO that, though; I'm still very much a beginner at all of this.

 

Ok, how this is done is by using one of three methods:

 

1) Cell check, you can use the Cell.GetNumRefs(kNPC) and then iterate through the NPCs in the cell to select the one (or more) that you want to use (See Cell.PSC and FormType.PSC).

Downsides: Cells have boundaries, a person standing right next to you may be in a different cell.

 

2) Cloaking spell. Set up a "cloaking" spell (http://www.creationkit.com/Dynamically_Attaching_Scripts) which can be used to get all the NPCs within "x" distance from the target of the spell.

Downsides: Too many mods with such spells will cause stack overflows and cause CTDs and other scripting problems especially when you have more NPCs in the area. Use of conditions in the spell to eliminate NPCs you don't want instead of in the script reduces the load.

 

3) Quest Alias fills: http://www.creationkit.com/Reference_Alias- example is Sexlab Aroused Redux which was changed to use this method in place of a cloaking spell.

Downsides: You can only get as many NPCs as you have Aliases set up in the quest. Also should use conditions on the alias to eliminate as many NPCs a you can without checking them in the script.

 

Number 3 is the preferred method since it has the smallest impact.

 

Feel free to ask questions about how to do this, we enjoy helping other modders because it gives us additional mods to play with.

Posted

Not sure if they will implement the method you suggested WaxenFigure, seems the modder has been away from this mod for a couple years now. But it seems they have logged in recently (within the last day) so there is a chance? Seeing mods like this get bumped up the list is usually funny to me, because I wasn't around the first time it was considered 'new'.

Posted

I abandoned this ages ago. I made this thing in the early days of SexLab, mostly to see if I could do it... but between real-life things (like a major injury, surgery, a loooooong recovery, and then beginning a new job while learning to re-use my semi-functional right arm) and a lack of programming skill, I've mostly gone back to being a consumer of mods, not attempting to produce them.  If anyone wants this... it's all yours.

Posted

 

I neglected to check the dates and responded as I should have back when you first noted you were working on it.

 

Sorry to hear about your problems but thank you for the work you did and the attempt you made to share it with everyone. Enjoy playing the game, you deserve it.

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