• Announcements

    • Ashal

      SITE MOVED - IN READ ONLY MODE   12/08/2015

      Please use http://www.loverslab.com moving forward. Site has been restored to a previous version, and this one placed into a read-only mode. This is available for a limited time so users may reference/copy content that has been lost in the transition. This will no longer be accessible by December 22nd, 2015.
Min

Devious Devices - Integration. (10/9/2015)

6,942 posts in this topic

hi, how to make npc wear that? 


do i need to use 'force npc command' ?


what is the ItemID for that?


0

Share this post


Link to post

Open up the console.


 


help "Chastity"


Click the npc.


equipitem idYouGotFromTheHelpCommand


 


You may need to unequip/reequip it to get it to synchronize properly. I have not finished adding NPC support, and it may be buggy.


3

Share this post


Link to post

Any plan for CHSBHC version?   :D


0

Share this post


Link to post

Any plan for CHSBHC version?   :D

Probably not any time soon (If at all), sorry. I'm more interested in working on expanding the mod's scripts/quest. If someone provides updated meshes/textures for CHSBHC, I will bundle them. It should be just a matter of editing the meshes to better fit that body type, I would think.

 

Some things I'm currently working on:

* Adding support for playing various idles (Based on how long the belt has been playing, as well as current arousal level). On this note, does anyone have a suggestion for existing idles that you would like to see used for this purpose?

* Expanded removal / interaction with the belt.

 

 

 

If anyone has an idea that they would like included, feel free to speak up. I don't promise that I will use your idea, though I may if I like it.

0

Share this post


Link to post

Awesome! Only with the tags "Anal," "Oral," and "Fisting?"  What about the tag Vaginal?  This prevents vaginal animations too, right?

 

EDIT:

Also, perhaps you could still allow oral animations since...well, the mouth isn't locked up.  ^_^

0

Share this post


Link to post

Erm, yes. That's how it's currently scripted, I misspoke in the initial post. Oral / Boobjobs / handjobs / etc all currently work, and are not replaced. Edited the initial post, thanks. The main post now correctly reads that the blocked tags are "Vaginal", "Anal", "Fisting".


1

Share this post


Link to post

i cant craft them for some reason. what do i do?


0

Share this post


Link to post

i cant craft them for some reason. what do i do?

 

You have to read the book from the Arcanaeum.  After reading it, you should get a message that "You can now craft" etc.  Then the blets and plugs should be under the Misc section at the forge.

0

Share this post


Link to post

 

i cant craft them for some reason. what do i do?

 

You have to read the book from the Arcanaeum.  After reading it, you should get a message that "You can now craft" etc.  Then the blets and plugs should be under the Misc section at the forge.

 

i did read it but i still cant craft them

0

Share this post


Link to post

 

 

i cant craft them for some reason. what do i do?

 

You have to read the book from the Arcanaeum.  After reading it, you should get a message that "You can now craft" etc.  Then the blets and plugs should be under the Misc section at the forge.

 

i did read it but i still cant craft them

 

 

I'm not sure what could be causing that. Do the items show up under "Help Chastity"?

0

Share this post


Link to post

Been using it, and everything works as promised.


So cool that we finally have an item like this! ^_^


 


 




 




 




i cant craft them for some reason. what do i do?




 


You have to read the book from the Arcanaeum.  After reading it, you should get a message that "You can now craft" etc.  Then the blets and plugs should be under the Misc section at the forge.


 




i did read it but i still cant craft them


 




 


You could always just add it via console.  Type in help chastity.


0

Share this post


Link to post

Seems to have some bugs related to SexLab or other mods removing the belt or you removing the belt by wearing something using the same slot. They don't seem able to put it back, and if you had the 'inserts' in, they vanish permanently.


 


For Example:


 


Wear Belt 3, add plugs. Knock it off by wearing "Northgirl pants" or some other item that uses the same slot. Then Wear Belt 2. It shows both belts on.  Take off Belt 3, says it unlocks, but plugs are not returned.  I guess the main problem is it lets you wear two belts at the same time.


0

Share this post


Link to post

Seems to have some bugs related to SexLab or other mods removing the belt or you removing the belt by wearing something using the same slot. They don't seem able to put it back, and if you had the 'inserts' in, they vanish permanently.

 

For Example:

 

Wear Belt 3, add plugs. Knock it off by wearing "Northgirl pants" or some other item that uses the same slot. Then Wear Belt 2. It shows both belts on.  Take off Belt 3, says it unlocks, but plugs are not returned.  I guess the main problem is it lets you wear two belts at the same time.

Thanks for the report. I have a check in to prevent double belt equipping, but it would seem that my SyncInventory function is being over-zealous in it's duties, and was bypassing the check. Will be fixed in the next release.

0

Share this post


Link to post

 

Probably not any time soon (If at all), sorry. I'm more interested in working on expanding the mod's scripts/quest. If someone provides updated meshes/textures for CHSBHC, I will bundle them. It should be just a matter of editing the meshes to better fit that body type, I would think.

 

Understood.  Thanks for your response.   :heart:

0

Share this post


Link to post

New version is up.


  • Optimized animation filter.
  • Expanded belt removal options.
  • Fixed over-zealous SyncInventory function bypassing double belt equip check.
  • Various scripting enhancements.
  • Fixed issue with mod not reinitializing inbetween reloads (And thus not blocking sex acts after an upgrade)
0

Share this post


Link to post

Is it possible to not have the arousal level drop if having sex with a belt on?


 


Also, removing the belt as a mage feels a bit too easy, the spell option seems to succeed every time :)


0

Share this post


Link to post

Is it possible to not have the arousal level drop if having sex with a belt on?

 

Also, removing the belt as a mage feels a bit too easy, the spell option seems to succeed every time :)

 

The arousal level dropping while having sex is due to an event monitor in Sexlab Aroused itself. I suppose I could store arousal level as the event starts, and then restore it once the event completes. I am going to talk with Redneck later about working around this. Try removing the belt in the new version? Should be quite a bit harder. Prior to this version, I hadn't touched the Remove Belt functionality (Was running Zadil's original code). I have since rewritten it. The formula before was based on maximum magicka. It is now based on skill ability for whatever school you attempt to remove the belt with. It is now much harder for some schools than others. At skill level 100, you will have a 50% chance for lockpicking. Lower for mages, depending on what school you attempt with (Harder to melt the belt off without harming yourself than it is to pick it). I will adjust this depending on feedback received. 

0

Share this post


Link to post

 

Is it possible to not have the arousal level drop if having sex with a belt on?

 

Also, removing the belt as a mage feels a bit too easy, the spell option seems to succeed every time :)

 

The arousal level dropping while having sex is due to an event monitor in Sexlab Aroused itself. I suppose I could store arousal level as the event starts, and then restore it once the event completes. I am going to talk with Redneck later about working around this. Try removing the belt in the new version? Should be quite a bit harder. Prior to this version, I hadn't touched the Remove Belt functionality (Was running Zadil's original code). I have since rewritten it. The formula before was based on maximum magicka. It is now based on skill ability for whatever school you attempt to remove the belt with. It is now much harder for some schools than others. At skill level 100, you will have a 50% chance for lockpicking. Lower for mages, depending on what school you attempt with (Harder to melt the belt off without harming yourself than it is to pick it). I will adjust this depending on feedback received. 

 

Right, the removal option using magic was meant to target players who would predominantly select magica during level-up, though the exact threshold may have required some additional fine-tuning. Either way, a skill-based approach is probably the way to go.

Nice work, fdsatrashasdf. Quite an improvement to the original.

0

Share this post


Link to post

This is an amazing mod, thanks for this, it works very well!


 


I did notice one bug, when you have Chastity Belt 3 equipped and try to put the Chastity Plug 3 on, it doesn't give you the option to "Insert Attachments" UNLESS you have Chastity Plug 2 in your inventory as well, it equips just fine when you do, and also removes just fine.  Otherwise this is awesome, and I'd love to see more of a Mistress/Master element, maybe followers or even a new NPC who controls the key/belt, who taunts you with release.


0

Share this post


Link to post

Added to SexLab Index Index under Immersive


3

Share this post


Link to post

This is an amazing mod, thanks for this, it works very well!

 

I did notice one bug, when you have Chastity Belt 3 equipped and try to put the Chastity Plug 3 on, it doesn't give you the option to "Insert Attachments" UNLESS you have Chastity Plug 2 in your inventory as well, it equips just fine when you do, and also removes just fine.  Otherwise this is awesome, and I'd love to see more of a Mistress/Master element, maybe followers or even a new NPC who controls the key/belt, who taunts you with release.

Yes, that a known bug from the original mod and is due to a falsely set condition in the responsible menu function.
A fix will be included in my next update (whenever that may be) but since it's basically just the result of a small typo chances are that fdsatrashasdf will also have a fix in his version of the mod soon enough.

0

Share this post


Link to post

One odd issue that seems to have cropped up for me is that the belts and plugs no longer appear to have models; nothing appears in the preview or when the belt is equipped. The scripting all works like it's supposed to, the arousal meter changes and such, but the belt doesn't 'appear' when equipped. The key happens to have a normal appearance though. Not sure what happened or what's causing it; I uninstalled the mod, made a clean save, then reinstalled it but the same error appears. The previous version was working fine with the load order I had and the only mod that's been added is Sexlab Arousal.


0

Share this post


Link to post

Been using it, and everything works as promised.

So cool that we finally have an item like this! ^_^

 

 

 

 

i cant craft them for some reason. what do i do?

 

You have to read the book from the Arcanaeum.  After reading it, you should get a message that "You can now craft" etc.  Then the blets and plugs should be under the Misc section at the forge.

 

i did read it but i still cant craft them

 

 

You could always just add it via console.  Type in help chastity.

i tried that and i got the belt but it didn't lock in place like it was supposed to.

0

Share this post


Link to post

 

Been using it, and everything works as promised.

So cool that we finally have an item like this! ^_^

 

 

 

 

i cant craft them for some reason. what do i do?

 

You have to read the book from the Arcanaeum.  After reading it, you should get a message that "You can now craft" etc.  Then the blets and plugs should be under the Misc section at the forge.

 

i did read it but i still cant craft them

 

 

You could always just add it via console.  Type in help chastity.

i tried that and i got the belt but it didn't lock in place like it was supposed to.

 

 

Mind posting the log? Also, try adding "Chastity Belt 1" to your inventory (The non plugged version. The plugged versions may not work correctly if manually added, as they are intended to be controlled by my script)

0

Share this post


Link to post