LL link (LE): https://www.loverslab.com/files/file/16938-unforgiving-devices/
LL link (SE): https://www.loverslab.com/files/file/41829-unforgiving-devices/
This mod is in active development! This means every new version requires a new save. Also I don't recommend using this mod for a serious playthrough yet. That doesn't mean you can't enjoy this mod but just don't be dissapointed if something gets broken.
My goal with this mod is to make custom devices with custom behavior. My vision is to convert all devices from framework and give them custom behavior that will be more punishing and realistic for the player. With that I mean something along this line: Gas masks will actualy work like gas masks, reducing the player's ability to breathe. Collars can choke the player. Moving in restrictive boots will hurt the player. Trying to swim with heavy bondage will drown the player.
These are all examples of what I want to archieve in this mod (not what is currently in this mod yet).
Furthere mod discussion is moved to new discord for Devious Devices NG. It is required that users have a valid Lovers Labs account, and validate it by posting a screenshot (more info on said discord).
Link: https://discord.com/invite/VCkBRbJ6sb
I only update documentation manually once in the while, so the information on the website might not always be up to date.
Link: https://ihatemykite.github.io/Documentation/index.html#
Documentation can be generated localy by running BUILDDOCU.bat which is located in docs folder. Git is required for it to work
Nightly build is created on every push to main branch. It contains all project files + compiled scripts. Intended for use by users who don't want to deal with compiling scripts. Only the latest version is released. If you want to use an older version, you have to find specific action and download the artifact which should also contain the zip.
Link: https://github.com/IHateMyKite/UnforgivingDevices/releases/tag/NB
Only sources are required for UD to compile correctly. If a mod is required, it means that mod is always required for the mod to work correctly, otherwise the mod is optional. You still need the sources of all mods, required and optional. In case there is still an error when compiling scripts, it mostly means that you don't have some optional mods for DD installed. In that case, I advice you to use following tutorial (https://github.com/IHateMyKite/UnforgivingDevices/wiki/Developer-Guide#notepad) to compile scripts without needing to install the optional mods.
| Name | Required to play? | Download link |
|---|---|---|
| SexLab | Yes | https://www.loverslab.com/files/file/20058-sexlab-se-sex-animation-framework-v165-110822/ |
| OSL Aroused (2.5+) | Yes | https://www.nexusmods.com/skyrimspecialedition/mods/65454 |
| Devious Devices 5.2 | Yes | https://www.loverslab.com/topic/69936-devious-devices-framework-developmentbeta |
| Devious Devices NG 0.3.0+ | Yes | https://www.loverslab.com/files/file/29779-devious-devices-ng/ |
| ConsoleUtil | Yes | https://www.nexusmods.com/skyrimspecialedition/mods/24858 |
| UI Extensions | Yes | https://www.nexusmods.com/skyrimspecialedition/mods/17561 |
| IWantWidget | No | https://www.nexusmods.com/skyrimspecialedition/mods/36457 |
| IWantWidgets NG | Yes, if using IWantWidgets | https://www.nexusmods.com/skyrimspecialedition/mods/96410 |
| SkyrimSouls | No | https://www.nexusmods.com/skyrimspecialedition/mods/15170 |
| Improved Camera | No | https://www.nexusmods.com/skyrimspecialedition/mods/93962 |
| Name | Author | Link |
|---|---|---|
| FOMOD | IHateMyKite | https://github.com/IHateMyKite/UnforgivingDevices_FOMOD |
| Native | IHateMyKite | https://github.com/IHateMyKite/UnforgivingDevicesNative |
| Animation Pack | iiw2012 | https://github.com/iiw2012/UDAnimationsSE |
| Unforgiving Skyrim | kurotatsu77 | https://github.com/kurotatsu77/UnforgivingSkyrim |
You can compile all papyrus scripts by running BUILD.bat which is in Scripts folder. It is required that you have git installed. Will probably only work on windows. If you only want to compile single file, you can either run BUILD_ONE.bat or check my tutorial about using notepad++