D C Posted September 24, 2024 Posted September 24, 2024 okay all fixed i'll clean up and upload the tuts and files for dynamic bones
D C Posted September 24, 2024 Posted September 24, 2024 Alright folks your custom physics with bones support is here This must go inside CustomModelTemplate\Assets\ the folder Icc after extracting inside are also examples for values of physics that you apply on various places feel to free use and experiment on the values. DynamicBones.rar 1
D C Posted September 25, 2024 Posted September 25, 2024 head parts are in very weird place and have no weights especially the eyes
dwvauade Posted September 26, 2024 Posted September 26, 2024 On 9/25/2024 at 10:53 AM, D C said: head parts are in very weird place and have no weights especially the eyes I'm not sure what's up with that, I've noticed it as well. It doesn't help that the character model is actually non humanoid in unity. It's just a non humanoid rig animated using position and rotation key frames
D C Posted September 26, 2024 Posted September 26, 2024 well I had to rig everything by hand weight painting on the face
Rarity Mane Six Posted September 26, 2024 Posted September 26, 2024 (edited) @dwvauade I like the jacket & shoes version but unfortunately the jacket covers the breasts. If only they were exposed. (Is it possible?) If not, can you add a version with shoes only plz? Edited September 27, 2024 by Rarity Mane Six
dwvauade Posted September 27, 2024 Posted September 27, 2024 10 hours ago, Rarity Mane Six said: @dwvauade I like the jacket & shoes version but unfortunately the jacket covers the breasts. If only they were exposed. (Is it possible?) If not, can you add a version with shoes only plz? Sounds doable, I'll add it to my todo list 1
ThommyMD Posted October 2, 2024 Posted October 2, 2024 On 6/26/2024 at 12:24 AM, dwvauade said: Simple Nude Mod v1.3.0 This will let you unstrip your clothes by clicking change costume on the equipped clothes in the menu. (hopefully that's okay???) It uses the nude model you see in the opening cutscene. It's not the best nude model tbh, its pretty low quality with a bad seam on the neck but whatever I'm not here to fix that. Combine this with the stiff looking animations and it doesn't look amazing in my opinion especially during cutscenes but meh. (maybe someone else will try fix that if they care). Edit1: The mod also has booba jiggle, bandage on the face removal (when nude) available as toggle-able config options and the ability to replace the walking sound effects when nude to match her barefeet. Edit2: Added partially nude mode (jacket + boots only), pubic hair option and dry textures edit by FrancisLouis to remove the wet effect the model by default has. This post will walk you through how to install bepinex + my nude mod. If you've modded any previous Unity games in the past such as lethal company, valheim, rounds etc.. chances you've used bepinex, it's open source and free. STEAM INSTALL Step 1: Remove EOSSDK-Win64-Shipping.dll Reveal hidden contents If you don't remove this your game will just crash later (I have no idea why it does, mod loader interfering with EpicGame spaghetti code??), not sure why it was added to steam version in the first place but anyway it gotta go anyway. Navigate to your game folder by going into Steam then right clicking the game in your library then manage -> browse local files. Then navigate to TormentedSouls_Data -> Plugins -> x86_64 and delete or rename EOSSDK-Win64-Shipping.dll Step 2: Download & Install BepInEx Reveal hidden contents You'll need this version here: https://builds.bepinex.dev/projects/bepinex_be/692/BepInEx-Unity.IL2CPP-win-x64-6.0.0-be.692%2B851521c.zip Extract the files into the game folder. Tormented Souls | |-BepInEx |- plugins |- config |- etc... |-dotnet |-TormentedSouls_Data |-GameAssembly.dll |-TormentedSouls.exe |-winhttp.dll |-etc... Your game folder should look something like this now. Step 3: Download & Install Mods Reveal hidden contents Download NudeMod_1.3.0.zip extract the dll and put it in the BepInEx -> plugins folder inside the game directory GOG INSTALL Step 1: Download & Install BepInEx Reveal hidden contents You'll need this version here: https://builds.bepinex.dev/projects/bepinex_be/692/BepInEx-Unity.Mono-win-x64-6.0.0-be.692%2B851521c.zip Extract the files into the game folder. Tormented Souls | |-BepInEx |- plugins |- config |- etc... |-TormentedSouls_Data |-TormentedSouls.exe |-winhttp.dll |-etc... Your game folder should look something like this now. Step 2: Download & Install Mods Reveal hidden contents Download NudeMod.Mono_1.3.0.zip extract the dll and put it in the BepInEx -> plugins folder inside the game directory STEAM & GOG Barefeet sound replacement Reveal hidden contents I have made a shitty walking sound effect pack if you want to replace the walking sound effects when nude simply extract the clips folder from barefeet_sounds.zip in to the games BepInEx\plugins folder, should look something like this now Tormented Souls | |-BepInEx |- plugins |- clips |- footstep_wood.wav |- etc... |- config |- etc... You are also free and encouraged to replace them yourself if you think you can find better sound effects. If you want the original sound effects for reference you can get them here: original_sounds.zip 279.15 kB · 29 downloads STEAM & GOG Run game & using the mod Reveal hidden contents If you're on Steam this will take a little while the first time you run your game, after that it'll be quicker starting up. If you want to hide the console that pops up look for the following file in the game directory BepInEx\config\BepInEx.cfg and change the following part [Logging.Console] ## Enables showing a console for log output. # Setting type: Boolean # Default value: true Enabled = true to [Logging.Console] ## Enables showing a console for log output. # Setting type: Boolean # Default value: true Enabled = false You can also enable/disable boob jiggle and the bandages on carolines face when nude by editing the file BepInEx\config\NudeMod.cfg in a similar manner to above. This is the full list config options available in the file. ## Settings file was created by plugin NudeMod v1.2.0 ## Plugin GUID: NudeMod [General] ## Enable boob jiggle # Setting type: Boolean # Default value: true Boob Jiggle = true ## Remove bandages from face when nude # Setting type: Boolean # Default value: false Remove Bandages = false ## Only partially nude, boots and jacket stay on # Setting type: Boolean # Default value: false Partially Nude = false ## Use dry texture edits (by FrancisLouis) instead of the wet ones that come with the model # Setting type: Boolean # Default value: false Dry textures = false ## Adds pubic hair # Setting type: Boolean # Default value: false Pubic hair = false video demo: demo2.webm 43.52 MB · 0 downloads Source code? Reveal hidden contents If there is some alternative to github that allows for suggestive content I'd be happy to put it there but until then you can use either ILSpy: https://github.com/icsharpcode/ILSpy dnSpy: https://github.com/dnSpy/dnSpy and it will show you C# code and you can go from there. I hope I haven't forgotten anything. Do let me know if it works for you. Overall I definitely feel like it could be still be improved but hopefully this might get others interested that might have a different/better solution for a nude mod. Any issues with my mods just reply to this thread as I'll keep an eye over it this next couple of days. Now I can start playing the game for the first time finally Thank your for modding this game. Mod work well!
dt126 Posted March 2, 2025 Posted March 2, 2025 On 9/24/2024 at 1:01 PM, D C said: Alright folks your custom physics with bones support is here This must go inside CustomModelTemplate\Assets\ the folder Icc after extracting inside are also examples for values of physics that you apply on various places feel to free use and experiment on the values. DynamicBones.rar 1.64 MB · 28 downloads I realize that this was a while ago, but I tried adding this and it doesn't seem to be picking up. Can you confirm that the DIR structure should be: ...common/TormentedSouls/CustomModelTemplate\Assets\lcc . I am assuming that I might be wrong here. Also, I am assuming that in addition to this, we need to set "Boob Jiggle = true" in the config file for the main mod? Thank you.
D C Posted March 3, 2025 Posted March 3, 2025 dir is proper and no need to edit any config and you have to setup dynamic bones to get it proper
BPerverted Posted September 1, 2025 Posted September 1, 2025 Maybe it's a stupid question but it only works on Windows, right? I have Steam Deck and it doesn't seem to work in any way. Is that it or is there any way to config it so it does run? Thanks in advance.
Anachiro Posted October 19, 2025 Posted October 19, 2025 On 6/28/2024 at 5:39 PM, dwvauade said: I've edited this post again. For those that used the mod before and want to know what changed: - Removed the need of the second NudeModNoBandages.dll mod, you can delete that file and instead use the config options found inside BepInEx\config\NudeMod.cfg - Added a separate version and guide for GOG game version - Added Booba jiggle that can also be toggled on off with the config file - Added the ability to replace walking sound effects when nude, (shitty sample pack I made and original sounds available in post, you can also change them if you think I did a bad job :P) example video of booba jiggle: booba.webm 6.3 MB · 0 downloads enjoy Using steam with windows, the mod still works like a charm. Thank You
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