B0ukensha Posted November 27, 2024 Posted November 27, 2024 Just popping in to see what people think. I've been checking these games out for a bit, don't own any of them but then went looking to see if any fine folk had made lewd mods for these games. I think they might potentially make good candidates, but i don't know if they have the modding support/framework for it? Anyone have any more insight? I'm not likely to mod it myself (i'm not much of a modder) This is it on steam https://store.steampowered.com/app/1702010/Sengoku_Dynasty/
Vechernyaya Posted December 1, 2024 Posted December 1, 2024 When I created a female character a naked model appeared during the time the engine took to load all the textures and model, so the nude female model already exist in the game, it just require to delete the underwear model or make their textures invisible.
Kargrin Posted December 2, 2024 Posted December 2, 2024 Somewhat related, what about Bellwright(similar game), was anyone able to extract the meshes? It opens in fmodel but I can't find the female body
B0ukensha Posted December 6, 2024 Author Posted December 6, 2024 😛 yeh, that sounds like a great start. Just need some folks to work on that. At least i hope some people do. Would be fun to be able to mess with it.
Citrusian Posted December 16, 2024 Posted December 16, 2024 On 12/2/2024 at 2:26 AM, Vechernyaya said: When I created a female character a naked model appeared during the time the engine took to load all the textures and model, so the nude female model already exist in the game, it just require to delete the underwear model or make their textures invisible. yup its true, i tried to swap the default model to the socks model, and lo and behold... ...\SengokuDynasty\Content\JapanDynasty\Characters\Clothes\Female\FemaleUnderwear\... Spoiler here the file if you want to play around with it, im not a modeller, so I could only swap the existing model file Sengoku Dynasty Swap Test.7z 7
Flasticia Posted December 23, 2024 Posted December 23, 2024 Where to put the ~mods in the sengoku dynasty game ? it's all in pak form now. sorry I didn't know can someone be so kind as to tell me where to place this mods ?
Citrusian Posted December 23, 2024 Posted December 23, 2024 33 minutes ago, Flasticia said: Where to put the ~mods in the sengoku dynasty game ? it's all in pak form now. sorry I didn't know can someone be so kind as to tell me where to place this mods ? extract the files to ...\SengokuDynasty\Content\Paks\ and your folder content should look like this ~Mods SengokuDynasty-Windows.pak
Kargrin Posted December 26, 2024 Posted December 26, 2024 On 12/16/2024 at 3:37 PM, Citrusian said: yup its true, i tried to swap the default model to the socks model, and lo and behold... ...\SengokuDynasty\Content\JapanDynasty\Characters\Clothes\Female\FemaleUnderwear\... Hide contents here the file if you want to play around with it, im not a modeller, so I could only swap the existing model file Sengoku Dynasty Swap Test.7z 259.99 kB · 20 downloads Interesting, what did you use to mod the game though? Fmodel? Or there is a devkit shared?
Citrusian Posted December 27, 2024 Posted December 27, 2024 On 12/27/2024 at 3:57 AM, Kargrin said: Interesting, what did you use to mod the game though? Fmodel? Or there is a devkit shared? im using FModel to extract the .psk file and UE 5.3.2 for compiling, unfortunately there's no devkit available yet, so i've been manually recreating the original material & data table by refrencing the json file 11 hours ago, AB01 said: What about for males ? technically you can do it by removing the "SK_Fundoshi" file, but as you can see in the screenshot the base model looks like that. im also trying to replace the whole model, but it seems the game doesn’t want to load custom materials, it just gives me a checkered texture, unlike when using "M_Skin_Master" material Spoiler
AB01 Posted December 29, 2024 Posted December 29, 2024 On 12/28/2024 at 3:16 AM, Citrusian said: im using FModel to extract the .psk file and UE 5.3.2 for compiling, unfortunately there's no devkit available yet, so i've been manually recreating the original material & data table by refrencing the json file technically you can do it by removing the "SK_Fundoshi" file, but as you can see in the screenshot the base model looks like that. im also trying to replace the whole model, but it seems the game doesn’t want to load custom materials, it just gives me a checkered texture, unlike when using "M_Skin_Master" material Reveal hidden contents Ugh , does this means it’s impossible to make nude mod for males?
Kargrin Posted December 29, 2024 Posted December 29, 2024 On 12/27/2024 at 7:16 PM, Citrusian said: im using FModel to extract the .psk file and UE 5.3.2 for compiling, unfortunately there's no devkit available yet, so i've been manually recreating the original material & data table by refrencing the json file technically you can do it by removing the "SK_Fundoshi" file, but as you can see in the screenshot the base model looks like that. im also trying to replace the whole model, but it seems the game doesn’t want to load custom materials, it just gives me a checkered texture, unlike when using "M_Skin_Master" material Reveal hidden contents Interesting, could you elaborate on the "manually recreating the original material & data table by refrencing the json file" part? In theory could I export just the table where the body is referenced and the materials? But how did you edit them?
Citrusian Posted December 30, 2024 Posted December 30, 2024 On 12/29/2024 at 10:58 PM, Kargrin said: "But how did you edit them?" I mostly followed these tutorials Palworld Mod Docs (3D Assets & Packing) https://pwmodding.wiki/docs/asset-swapping/ExportingModifying3DAssets Hogwarts Legacy Mod Wiki (Texture & Material) https://modding.wiki/en/hogwartslegacy/developers/material_instance_&_Emissives Quote "In theory could I export just the table where the body is referenced and the materials?" For some data tables, yes you can just extract them using FModel and edit the .uasset directly using UAssetGUI then repack it, for example the skin data is controlled by the DT_CharacterSkinColors.uasset table, so if you want to change/move/rename the MI, you can edit that table. however for 3d model, directly importing asset for replacement doesn’t work, the mesh itself load fine, but the texture won’t load, for example here a fresh fbx import: Spoiler take a look at Std_Skin_Body_Inst, Std_Skin_Arm_Inst, and Std_Skin_Leg_Inst. in this case the Material Instance is being imported as Master Material on default. from what i've tested and read, the game won’t load those files, even if you fix the path, blend, shading, usage flags, etc Result: so to fix it we need to recreate the MM as dummy, in this case M_Skin_Master, with just the minimum required texture parameters: AOMetallicRoughness, BaseColourMap, NormalMap, Micro Normal Mask, SSS Map why just the minimum? because were not packing the MM itself, we just need those reference in the MI, you can add the rest of parameter if you need it, but for the most part we doesn’t need to touch them. then you can create the MI, swap the textures with the right ones, and pack what you need into a chunk. in this test, i use custom texture for male body and mesh female body Result: 4
roselove Posted January 12, 2025 Posted January 12, 2025 On 12/30/2024 at 12:30 PM, Citrusian said: I mostly followed these tutorials Palworld Mod Docs (3D Assets & Packing) https://pwmodding.wiki/docs/asset-swapping/ExportingModifying3DAssets Hogwarts Legacy Mod Wiki (Texture & Material) https://modding.wiki/en/hogwartslegacy/developers/material_instance_&_Emissives For some data tables, yes you can just extract them using FModel and edit the .uasset directly using UAssetGUI then repack it, for example the skin data is controlled by the DT_CharacterSkinColors.uasset table, so if you want to change/move/rename the MI, you can edit that table. however for 3d model, directly importing asset for replacement doesn’t work, the mesh itself load fine, but the texture won’t load, for example here a fresh fbx import: Hide contents take a look at Std_Skin_Body_Inst, Std_Skin_Arm_Inst, and Std_Skin_Leg_Inst. in this case the Material Instance is being imported as Master Material on default. from what i've tested and read, the game won’t load those files, even if you fix the path, blend, shading, usage flags, etc Result: so to fix it we need to recreate the MM as dummy, in this case M_Skin_Master, with just the minimum required texture parameters: AOMetallicRoughness, BaseColourMap, NormalMap, Micro Normal Mask, SSS Map why just the minimum? because were not packing the MM itself, we just need those reference in the MI, you can add the rest of parameter if you need it, but for the most part we doesn’t need to touch them. then you can create the MI, swap the textures with the right ones, and pack what you need into a chunk. in this test, i use custom texture for male body and mesh female body Result: do have full nude one with barefeet
LexMy Posted April 9, 2025 Posted April 9, 2025 (edited) On 1/12/2025 at 2:36 AM, roselove said: avoir un nu complet avec les pieds nus Hello, this topic dates from 2024 but I really like it. Could you share the file created for everyone because total nudity is better? Edited April 9, 2025 by LexMy 1
nofatbitches1 Posted July 4, 2025 Posted July 4, 2025 how do i get this to work, I put the file into the correct folder but it doesn't show up in game no mater what I do
nofatbitches1 Posted July 10, 2025 Posted July 10, 2025 On 7/4/2025 at 2:31 AM, nofatbitches1 said: how do i get this to work, I put the file into the correct folder but it doesn't show up in game no mater what I do mod doesn't work tried all possible fixes, but it won't work on latest version. please could someone upload a working version 5
eksynn Posted July 29, 2025 Posted July 29, 2025 any news on this? i just got it on sale :D those ancient undies are so ugly
fiddly bitz Posted October 16, 2025 Posted October 16, 2025 as of oct. 15 this mod or any other does no longer (but used to) work. 1
pupped Posted November 5, 2025 Posted November 5, 2025 On 10/16/2025 at 8:01 AM, fiddly bitz said: as of oct. 15 this mod or any other does no longer (but used to) work. its probably because the file structure changed, the mod seems to point to "/JapanDynasty/Characters/Clothes/Female/FemaleUnderwear/MI_FemaleSet01_Socks_01" ,wich path is now simply missing. Was it moved or maybe combined with other filles, i don't know.
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