Jump to content

naaitsab

Contributor
  • Posts

    1808
  • Joined

  • Last visited

Profile Information

  • Gender
    He/Him
  • Interests
    'Devious devices' related kinky stuff ;)

Recent Profile Visitors

21746 profile views
  1. Let me know if you need help with the crosses. You can probably activate them using a script or a 'sitTarget' package
  2. This might be fun to integrate. Raiders stealing your jet if you fail to resist and stuff like that
  3. Was playing/reading trough this very same game. Got inspired to make a makeshift Stallion plug for the mod. With Dwemer features like ejaculation and vibration of course Yay or nay?
  4. You'd need to add the keyword "zad_nohide" to the belt and bra used. Then they should not be hidden. You can also experiment with using other slots for the armor but that would give other issues probably. This should be added to the next version. Permission was given but it was not put on the 'todo' list.
  5. Just Windows things. Step 7 and 13 from the help guide most of the times fix issues if the network itself is good. https://support.microsoft.com/en-us/windows/experience/connectivity-networking/fix-wi-fi-connection-issues-in-windows But that does not help you now 😅 Weren't you still on Vertex? Might be a good moment to swap over to MO2. I find this guide quite friendly to setup from scratch without any placebo mods or mods that create a stutterfest. https://themidnightride.moddinglinked.com/intro.html
  6. Unrelated to this mod but what outfit is that? Seems to be nicely compatible with DD stuff.
  7. If you add a fake esp and load it and this mod in xEdit you can remove the dependency. Open the 'file header' of Rennas Ranch. And then on the white space after the master #x that contains the ranger esp click on remove.
  8. You can also do the 'old reliable' way of using a json file in which users can add their own keywords/armor etc ID's. These can be added to the formlist on game load and used as a check. But if you pre-supply the keywords for Zaz, Toys and DD you'd probably cover over 90% of all collars available? So keeping it simple is also an option.
  9. A little QOL suggestion. Add an MCM option to automatically apply the collarAttraction when the actor is wearing a DD item with the keyword zad_DeviousCollar. So you don't have to manually add these every time. Should be fairly easy to implement if the keyword loading is added to the Config script and on line 1934 of the Utils script the call is expanded like this: Bool isCollared = akVictim.IsEquipped(slacConfig.slac_CollarsFormList) || (slacConfig.AutoDDcollarAttraction && akVictim.WornHasKeyword(slacConfig.zad_DeviousCollar)) (where AutoDDcollarAttraction is a new variable for the MCM but this could also be removed so if the collarAttraction option is enabled it always takes in account a DD collar if present)
  10. Kinda surprised this mod does not have an integration with CRX Would allow for some very fitting raider-approved displaying of NPC's. Or a quest where the PC is restrained for a while for misbehaving. Or a bad-end alternative. (or all of the above )
  11. I've added the fix and a copy of the used DLC4 light nif file. So there is no additional dependency required. Real Handcuffs Collar Light Fix.zip
  12. CWSS Intelligent Undress 1.0 and GetDirty patch View File This mod aims to fix the compatibility issue with CWSS and a number of Loverslab mods. It replaces the built-in (un)dressing system of CWSS for a custom one. It prevents flickering, log spam and/or quest related issues with mods like Commonwealth Slavers. Depending on what item is worn. Note that only CWSS items used in the ‘Base Object Swapper’ mod linked below have been patched currently. As are the CWSS items used by Nuka Ride and CS. Urinal excluded. As CWSS provides no script sources and perk overrides scripts don’t work on CWSS furniture, this hacky method is the most resource friendly way I could think of. It required a file to be manually 'patched' using the new scripts. Feel free to add more patched CWSS furniture in the support thread of this mod. Currently it supports the following mods: -Devious Devices RC9 -Real Handcuffs -Kziitd Fetish Toolset -Nuka Ride -Commonwealth Slavers Highly recommended: Universal Working Bathroom Fixtures (CWSS) - Base Object Swapper Wash Out That Cum - with CWSS Patch Get Dirty. Use the attached patch that disables all (un)dress events from this mod. As it’s not patched to use the similar system as 'CWSS Intelligent Undress' and is redundant when both mods are used. (And auto-undressing when swimming is just daft right). It also disabled the messagebox when loading the mod the first time. As this can cause the opening scene on a new game to hang. Settings You can adjust the following settings to your liking using the console. The default values are shown. set ICWSS_Enabled to 1 0 for disable or 1 to enable the mod set ICWSS_RedressDelay to 0.1 amount in seconds to wait to redress set ICWSS_ToiletUndress to 1 0 for disable removing an item worn on the body slot at a toilet or 1 to enable Submitter naaitsab Submitted 04/09/26 Category Other Requirements
  13. Version 1.0.0

    796 downloads

    This mod aims to fix the compatibility issue with CWSS and a number of Loverslab mods. It replaces the built-in (un)dressing system of CWSS for a custom one. It prevents flickering, log spam and/or quest related issues with mods like Commonwealth Slavers. Depending on what item is worn. Note that only items used in the ‘Base Object Swapper’ mod linked below have been patched currently. As are the CWSS items used by Nuka Ride and CS. Urinal excluded. As CWSS provides no script sources and perk overrides scripts don’t work on CWSS furniture, this hacky method is the most resource friendly way I could think of. It required a file to be manually 'patched' using the new scripts. Feel free to add more patched CWSS furniture in the support thread of this mod. Currently it supports the following mods: -Devious Devices RC9 -Real Handcuffs -Kziitd Fetish Toolset -Nuka Ride -Commonwealth Slavers Highly recommended: Universal Working Bathroom Fixtures (CWSS) - Base Object Swapper Wash Out That Cum - with CWSS Patch Get Dirty. Use the attached patch that disables all (un)dress events from this mod. As it’s not patched to use the similar system as 'CWSS Intelligent Undress' and is redundant when both mods are used. (And auto-undressing when swimming is just daft right). It also disabled the messagebox when loading the mod the first time. As this can cause the opening scene on a new game to hang. Settings You can adjust the following settings to your liking using the console. The default values are shown. set ICWSS_Enabled to 1 0 for disable or 1 to enable the mod set ICWSS_RedressDelay to 0.1 amount in seconds to wait to redress set ICWSS_ToiletUndress to 1 0 for disable removing an item worn on the body slot at a toilet or 1 to enable
  14. I also got annoyed by the getting blasted by the way to loud sounds when the orgasm event fired. I've made a little modification. If you open the mod in Fo4Edit and change the 'Static Attenuation' to a number higher than 0 (0 = max volume, the higher the number the more it "mutes" the sound). I've included a patched esp that sets all sounds to be reduced by 5dB. Tune to your liking. No need to do anything with the sound files. FPAttributes.esp
×
×
  • Create New...