alternateaccounts Posted October 10, 2021 Posted October 10, 2021 On 9/29/2021 at 1:52 AM, FauxFurry said: One has to go into the esp to assign textures from the SOS add-on of one's choice to a given mesh. would you mind sharing your port pls?
FauxFurry Posted October 11, 2021 Posted October 11, 2021 On 10/10/2021 at 8:44 AM, alternateaccounts said: would you mind sharing your port pls? So long as Vivi does not mind my sharing it then I do not mind sharing it. That and anyone who uses it would need to not mind have a merged SOS add-on file like I used to redirect everything to the right textures.
alternateaccounts Posted October 12, 2021 Posted October 12, 2021 14 hours ago, FauxFurry said: So long as Vivi does not mind my sharing it then I do not mind sharing it. That and anyone who uses it would need to not mind have a merged SOS add-on file like I used to redirect everything to the right textures. I was thinking of using to replace a standard DD item, but have no idea how to go about it. I tried googling a few item replacement tutorials, got the CK up and running through MO with multiple masters. I still don't get how to add a male model to the item.
alternateaccounts Posted October 14, 2021 Posted October 14, 2021 (edited) On 9/29/2021 at 1:52 AM, FauxFurry said: One has to go into the esp to assign textures from the SOS add-on of one's choice to a given mesh. So I decided to jump in and give it a whack, although with different end goals than yours. I'd like to be able to use a male character with some of the newer DD and SL mods. I used Pet Project as a template to test on, mainly because there's not too much going on there in the items department. The issue was belts equipped were invisible on males. I manged to swap them out with DD items and it seems to work fine. (img 1) I tried the same thing with Vivi's, and it shows up in game, but now the schlong is invisible. I assume it's an issue with the mesh since i'm getting a gaping invisible hole and not purple textures. (images 2 & 3) I've been comparing it to the zaz files from DD, but can't see what the difference is - other than them maybe not rendering that area or blocking it off from view entirely, thus circumventing the issue? They show up fine when equipped from Vivi's mod (I downloaded the DD version posted here to check, but get the SOS undies bug). This is my first stab at anything modding related, would really appreciate if someone could point me in the right direction. Edit: Figured it out. I added the vivi nif to the pp_basicBeltOpenAA model in the second pic. Here's the esp if anyone's interested, it uses Pet Project LE (which works fine) and Vivi's, you'll also need DD I guess. End result in final pic is the PetProject open belt. PetProjectViviModel.esp Edited October 14, 2021 by alternateaccounts
Veladarius Posted October 18, 2021 Posted October 18, 2021 (edited) @vivi Here is a basic script that can be added to the cages so it requires a key to remove or it will be reequipped automatically. Scriptname ViviCockCageLock extends ObjectReference Key Property ChastityKey Auto Armor Property Cockcage auto Actor property playerref auto Event OnUnequipped(actor akActor) If akActor == playerref if playerref.GetItemCount(Chastitykey) == 0 playerref.EquipItem(cockcage) endif endif Endevent Properties to be filled are: ChastityKey - I used the DD Chastity Key (zadChastitykey) but any key can be used Cockcage - the cage that the script has been added to (or if used on another item that would go here) Playerref - just use the autofill function and it will grab the player reference Anyone that wants to add it to items just create a new script, copy the above code into the script and have it compile it. After that just fill in the references. Any items you have that had in your inventory before the script was added will need to be reacquired as the script will not work on pre-existing items. Note that this script can be added to ANY equipable item, this one is geared towards armor in particular (the Armor property). DD's 'Devices Underneath' will hide the cage without unequipping it, just set the body slot (or whatever else you want to use to hide it) to hide slot 52. The above code can be used by anyone so long as they do not used it in scripts that are restricted in use or modification by other people (basically if this script is used as part of another script that script must be free to use and modify by anyone). Edit: Adding the keyword 'VendorNoSale' to the items will block the ability to sell the item to most vendors. The only way to sell it (and it will come back if locked and you have no key) is to sell it to someone that buys stolen goods or have the perk that allows you to sell any item to any vendor. Edited October 18, 2021 by Veladarius 4
Veladarius Posted November 7, 2021 Posted November 7, 2021 Modification to Vivi's mod and makes the cages locking and requires a DD chastity key to be in the player's inventory. NOTE!!! this was built using v4 of DD so it needs the DDI ESM for the key, if someone wants to update it for v5 go ahead as I have not downloaded it. Another option is making a a custom key for it and changing the properties on the cages but I used the DD ones out of convenience. No DD keywords are used on them and they can be equipped along with DD belts (make sure slot 52 isn't hidden by them) and will not interfere with any DD items that don't use slot 52. They are not sellable either except to fences and if you have the perk to sell anything to anyone. Also adds PERMANENT versions using a custom key but good luck trying to use it. The only way to get rid of it is hope for a glitch in an 'unequip all' event where it screws up the script and doesn't reequip it (Skyrim is Skyrim after all). Scripts are simple, all cages use the script in the previous post and there is a script on the key for permanent ones (cages are marked as permanent). If you already have a cage ditch it and get a new one as Skyrim won't add or alter scripts on existing items. To install just install over Vivi's mod, it will replace the esp and add the 2 scripts (source code is provided for them). LockingCages.zip 6
Horologia Posted November 24, 2021 Posted November 24, 2021 (edited) Specific question, but why not try: I'd like to wear this just like the DD Chastity Belt, so with the possibility to hide it under armor. However, when i equipp one of the cages, they seem to kinda replace or block the armor slot Is there a workaround to this? EDIT: Setting the Armor to revealing made it possible to wear armor on top of the cage Edited November 24, 2021 by Horologia found something out
donttouchmethere Posted February 23, 2022 Posted February 23, 2022 2 minutes ago, Vivi said: Ooo something new is coming :3 Does that mean someone found the key to to the cockcage? ?
Vivi Posted February 23, 2022 Author Posted February 23, 2022 2 minutes ago, donttouchmethere said: Does that mean someone found the key to to the cockcage? ? One can come without the need for the key :3 1
HyenaDingo Posted February 23, 2022 Posted February 23, 2022 6 hours ago, Vivi said: Ooo something new is coming :3 Can't wait. All of your work is amazing 1
Vivi Posted February 23, 2022 Author Posted February 23, 2022 Will be away for a few days, but hopefully I can post the update on the weekend. I just want to double check everything one more time. 1
eilial Posted February 23, 2022 Posted February 23, 2022 Playing on SE and i just for the life of me can't get the fairy drop to work. guess i'm just out of luck until someone updates it.
thegamemeister Posted February 24, 2022 Posted February 24, 2022 I'm new to modding and tried to port this to SE. How do I fix the textures for female? And how to get it to work for Beast race textures as well? Help, thanks!
Bondage_doc Posted February 25, 2022 Posted February 25, 2022 On 2/23/2022 at 10:08 AM, Vivi said: Ooo something new is coming :3 Amazing!can't wait XD
Vivi Posted February 26, 2022 Author Posted February 26, 2022 New version is up. Let me know of any errors. Now it might looks like that I like shiny silver, and that is because I like shiny silver Also sorry about the naming lol, I will try to come up with something better at one point, 5
Vivi Posted February 26, 2022 Author Posted February 26, 2022 Okay so there is now 2 version on the mod page, amazing. Let me fix that quickly.
donttouchmethere Posted February 26, 2022 Posted February 26, 2022 12 minutes ago, Vivi said: Now it might looks like that I like shiny silver, and that is because I like shiny silver Not a vampire then. That would hurt ?
Vivi Posted February 26, 2022 Author Posted February 26, 2022 45 minutes ago, donttouchmethere said: Not a vampire then. That would hurt ? Yeah I probably know how that would feel lol 33 minutes ago, Lyreal said: Wait, what? A new version? Yes, did you miss the memo? XD 3
bubba999 Posted February 26, 2022 Posted February 26, 2022 SE version please please please! Pretty please? 2
Wellsat2 Posted February 26, 2022 Posted February 26, 2022 23 minutes ago, bubba999 said: SE version please please please! Pretty please? Second that ?
donttouchmethere Posted February 26, 2022 Posted February 26, 2022 1 hour ago, Vivi said: Yeah I probably know how that would feel lol I can feel the pain just from watching ?
Idyll Posted February 26, 2022 Posted February 26, 2022 1 hour ago, Vivi said: Yeah I probably know how that would feel lol Hide contents Electricity's an amazing discovery. Nice nails by the way.
Luka9470 Posted February 27, 2022 Posted February 27, 2022 On 11/8/2021 at 4:41 AM, Veladarius said: Modification to Vivi's mod and makes the cages locking and requires a DD chastity key to be in the player's inventory. NOTE!!! this was built using v4 of DD so it needs the DDI ESM for the key, if someone wants to update it for v5 go ahead as I have not downloaded it. Another option is making a a custom key for it and changing the properties on the cages but I used the DD ones out of convenience. No DD keywords are used on them and they can be equipped along with DD belts (make sure slot 52 isn't hidden by them) and will not interfere with any DD items that don't use slot 52. They are not sellable either except to fences and if you have the perk to sell anything to anyone. Also adds PERMANENT versions using a custom key but good luck trying to use it. The only way to get rid of it is hope for a glitch in an 'unequip all' event where it screws up the script and doesn't reequip it (Skyrim is Skyrim after all). Scripts are simple, all cages use the script in the previous post and there is a script on the key for permanent ones (cages are marked as permanent). If you already have a cage ditch it and get a new one as Skyrim won't add or alter scripts on existing items. To install just install over Vivi's mod, it will replace the esp and add the 2 scripts (source code is provided for them). LockingCages.zip 7.56 kB · 60 downloads v3 plz?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now