Description
This is a patch for Devious Interests SE which uses the Devious Curses NG API to equip devices matching the user's configured theme. See Devious Curses's section on "Themes and Exclusions." for information on how to configure.
If you're like me, and it really irks you when mods equip mismatching devices, you might really like the configuration system that Devious Curses NG offers, and end up wishing other mods did the same. This mod patch makes this true for Devious Interests SE.
This patch modifies the following events in Devious Interests SE:
- Bondage offers
- Sleep bondage
- Restraints added following device comments
- Restraints added following non-con scenes
- Crime punishment restraints
- Restraints added when jailed
- Arm restraints added during prostitution
This patch does not modify restraints equipped onto followers by Devious Interests.
Requirements
- Devious Interests SE 0.934
- Devious Curses NG
Configuration
Sleep bondage and restraints equipped following both device comments and non-con scenes are controlled by the normal Devious Curses configuration at
Data/SKSE/Plugins/DeviousCursesThemes.json
Bondage offers, crime punishment restraints, restraints when jailed, and arm restraints from prostitution use a separate config in order to facilitate existing logic in Devious Interests to ensure the player is gagged or armbound when appropriate. This theme is fed into the Devious Curses API, so use the same format that Devious Curses expects in its own config file.
The new config file is located at
Data/SKSE/Plugins/StorageUtilData/DCursesTheming_for_Dev_Interests.json
Its format is as follows. Just edit the theme to your liking.
{
"string" :
{
"bondage_offer_theme" : "black & leather",
"jail_theme" : "black & leather",
"prostitution_theme" : "black & leather"
}
}
The device options configured in the Devious Interests SE MCM will no longer be relevant if you use this patch. One exception to this is the max device count is still used for sleep bondage events.
Edited by gamer098
What's New in Version 1.2.1
Released
- Added support for arm restraints added during prostitution (uses a new prostitution_theme config value)
- Prevented equipping of gags and arm bindings for accepted light bondage offers
Patch should overwrite Devious Interests SE
Thanks to cybercheese for creating Devious Curses and its easy to use configuration and API