D02836115 Posted May 31, 2023 Posted May 31, 2023 (edited) 8 hours ago, KihoOh said: Guys, currently I'm struggling on adding extra textures into the bundle. I want to add new Albedo, Normal and Multi textures only for the skin and leave the cloth using old ones. I tried to use “File->Add" in UABEA, and I was just using some random large numbers for Path IDs. But that didn't work in game. I have swapped the old textures just with my new ones and got working, so guess it should be the problem of Path IDs. I saw you guys did that correctly in your mods (such as the Cel0AF bundle below), you have successfully added 3 new textures and set Path IDs correct. I'm just wondering how that was done. Original Bundle from game source: Bundle from Nude Mod v1.25: If the second screenshot seems to work with those PathIDs, just change the Path IDs of the Texture2Ds you want to add to the ones in the second screenshot. Ensure to have the MtSkin point to these new PathIDs. Or better yet, since you have the second bundle that already has those Texture2Ds added, just Plugins->Edit Texture the respective Texture2D you want over the existing one. Edited May 31, 2023 by D02836115
Darkurai Posted May 31, 2023 Posted May 31, 2023 20 hours ago, KihoOh said: No problem man, I'll try on that after I have finished the re-edited male nude mode based on @dakyoz's male nude mode, because I just want my team makes more sense to have everyone nuded? Will you release the male nude mod once it's done? I've headcanoned that the Emblems are inherently nude, so it bothers me now that I don't have consistency lol 1
TimeForAQuickChange Posted June 1, 2023 Posted June 1, 2023 On 5/29/2023 at 2:40 PM, DistinctVariable said: @ropscolic - Best place to start is probably: https://youtu.be/nIoXOplUvAw - it's a 16 part tutorial series that covers a lot of the basics of using blender and imo is presented in a pretty clear way. I think a lot of the mesh editing, general program use and best practices is covered in the first few videos, and this is likely all you'll need, but it continues into some basic animation, shading, geomtery nodes etc if you are interested. Imo it is a little ponderous at points but there's a lot of good stuff here and it's worth the time. If you have any specific questions after this I'd be happy to try and help but there's too much to cover and I'd probably miss a lot of important stuff if I tried to explain it from the outset. Blender is a crazy versatile program that can do so much stuff I've never even touched and I'm not especially proficient with it. Once you're happy with using blender @MerlinusTent has a good guide on p27 with links to the gamebanana guide, between them well explains how to import/export the meshes for editing/injection into the .bundles: Hope this helps and have fun! New Outfit Edit Pack! Here's a bunch more edits I made to the outfits in the game, in a similar style as the previous pack but this time mostly focused on the casual outfits, although there are some more battle outfits in here too. 23 edits total this time all in the one pack. CharEditPack2.rar 77.21 MB · 50 downloads Screens/reference: Reveal hidden contents Enjoy and please let me know if you notice any issues. Awesome. Thank you. 1
KihoOh Posted June 4, 2023 Posted June 4, 2023 (edited) On 5/31/2023 at 9:25 AM, Zero_Fucks_Given said: To start I would take off the _edited part idk if the gane likes those second your number is way too big I think the id normally is like 15 numbers and ids beginning with 7 8 and 9 fuck up for some reason. Second I would dump the original swimxx textures from that bundle and import them into your new textures if that's the bundles you edited the texture from bit if you are using the textures from another bundle do that with them instead and import them into that bundle after you set your new texture2d and pathid I have finally figured out what's the problem. It's nethier id nor name's problem, it's the problem of initializing the textures. If I just Create a new Texture2D asset and use the plugin to replace the texture, it will not show up in the game, but if I import a working texture dump and then replace it using plugin, it will work. Changing the name of the texture or using 15~19 number IDs will not break it. Edited June 4, 2023 by KihoOh
KihoOh Posted June 4, 2023 Posted June 4, 2023 And Here is the new MaleNude mod, replacing the SwimTrunks outfit. Includes 4 different bundles for different male bodies, also changed UV layout. Spoiler Spoiler SwimM1_Nude.zip 8
Zero_Fucks_Given Posted June 4, 2023 Posted June 4, 2023 1 hour ago, KihoOh said: I have finally figured out what's the problem. It's nethier id nor name's problem, it's the problem of initializing the textures. If I just Create a new Texture2D asset and use the plugin to replace the texture, it will not show up in the game, but if I import a working texture dump and then replace it using plugin, it will work. Changing the name of the texture or using 15~19 number IDs will not break it. this is basically what i told you to do lol
lacolas Posted June 4, 2023 Posted June 4, 2023 Have some question what program to use to edit texture I'm using PS and it still leave the shadow at the mesh that I edit
KihoOh Posted June 4, 2023 Posted June 4, 2023 14 minutes ago, lacolas said: Have some question what program to use to edit texture I'm using PS and it still leave the shadow at the mesh that I edit Shadow on body is controlled by the "_Multi" Texture, if you only edit Albedo you will not change the shadow. In "_Multi" texture, the red channel controls the smoothness of the skin, and the blue channel controls ambient occlusion which makes shadow, so if you want to change shadows on skin you should change the blue channel of the _Multi Texture. How _Multi Texture looks like: Spoiler Red Channel(Smoothness): Blue Channel(Ambient Occlusion): 1
lacolas Posted June 4, 2023 Posted June 4, 2023 5 hours ago, KihoOh said: Shadow on body is controlled by the "_Multi" Texture, if you only edit Albedo you will not change the shadow. In "_Multi" texture, the red channel controls the smoothness of the skin, and the blue channel controls ambient occlusion which makes shadow, so if you want to change shadows on skin you should change the blue channel of the _Multi Texture. How _Multi Texture looks like: Reveal hidden contents Red Channel(Smoothness): Blue Channel(Ambient Occlusion): You you explain how to do it? all I have done now is delete the multi texture at the place that I already edit mesh and still have weird result
D02836115 Posted June 5, 2023 Posted June 5, 2023 3 hours ago, lacolas said: You you explain how to do it? all I have done now is delete the multi texture at the place that I already edit mesh and still have weird result Rather than deleting the area, you wanna paint over it. As @KihoOh said, shadows are on the Blue channel of the Multi, so you'd paint that area with blue. 1
KihoOh Posted June 5, 2023 Posted June 5, 2023 22 hours ago, lacolas said: You you explain how to do it? all I have done now is delete the multi texture at the place that I already edit mesh and still have weird result Delete that area is equal to paint it with black, which makes that area completely covered by shadow. I use GIMP to separate & combine channels, PS might have similar functions but I'm not sure about that. 2
lacolas Posted June 6, 2023 Posted June 6, 2023 okay for what I done now I'm just change the unused/deleted area with blue in multi texture and got no problem so far for the lastest one I dont know what wrong with it Spoiler
KihoOh Posted June 7, 2023 Posted June 7, 2023 On 5/30/2023 at 7:44 AM, Zero_Fucks_Given said: hey would you mind doing the same to these bundles you see i made my own model but im having trouble with applying your textures to them if you could remap and redo these textures uvs i would be grateful they use the lower nipples so you would have to resize these i guess and they also use the nipple protrusion by distinctvariable ubody_nde0df_c666.bundle 18.55 MB · 23 downloads ubody_cel0af_c580.bundle 22.58 MB · 15 downloads ubody_cel0af_c587.bundle 22.58 MB · 12 downloads Here are your bundles re-UVed and with new textures, haven't tested in game but I think they'll work. ubody_cel0af_c580_ZFG.bundle ubody_cel0af_c587_ZFG.bundle ubody_nde0df_c666_ZFG.bundle
KihoOh Posted June 7, 2023 Posted June 7, 2023 Re-UVed Alear starting class nude mod. Spoiler Drg0AF_051 Nude UV2.zip 5
rkadg Posted June 8, 2023 Posted June 8, 2023 Guys, did you ever make the breast size very large in the nude mode? Impossible to increase breast size for game texture? Sorry for the requirements and my poor English....
Zero_Fucks_Given Posted June 9, 2023 Posted June 9, 2023 On 6/7/2023 at 10:29 AM, KihoOh said: Here are your bundles re-UVed and with new textures, haven't tested in game but I think they'll work. ubody_cel0af_c580_ZFG.bundle 6.83 MB · 13 downloads ubody_cel0af_c587_ZFG.bundle 6.83 MB · 13 downloads ubody_nde0df_c666_ZFG.bundle 2.81 MB · 12 downloads Just the nde0df_c666 works the other 2 load but the texture is all convoluted if you replaced the model those 2 have different models and different uv setups but thanks for the first one
KihoOh Posted June 9, 2023 Posted June 9, 2023 (edited) 7 hours ago, Zero_Fucks_Given said: Just the nde0df_c666 works the other 2 load but the texture is all convoluted if you replaced the model those 2 have different models and different uv setups but thanks for the first one Checked and found c580 and c587's MtDress were still using old textureIDs. Applied a quick fix. ubody_cel0af_c580_ZFG.bundle ubody_cel0af_c587_ZFG.bundle Edited June 9, 2023 by KihoOh
RickMasterOverInfinity Posted June 10, 2023 Posted June 10, 2023 On 5/23/2023 at 2:36 AM, D02836115 said: A bit early for Independence Day, but... Reveal hidden contents AmeriLueur-chan... Is there a download link for this? These outfits are narly
KihoOh Posted June 11, 2023 Posted June 11, 2023 Here comes CharacterDetalNude_V1.0 Added nipple & vigina shapes Fixed mesh normals & ambient occlusion to have smoother shadows Further adjusted UV layout and tweaked albedo texture Use half size Multi&Normal textures to reduce memory cost Spoiler CharacterDetailedNude_V1.0.zip 13
Zero_Fucks_Given Posted June 11, 2023 Posted June 11, 2023 6 hours ago, KihoOh said: Here comes CharacterDetalNude_V1.0 Added nipple & vigina shapes Fixed mesh normals & ambient occlusion to have smoother shadows Further adjusted UV layout and tweaked albedo texture Use half size Multi&Normal textures to reduce memory cost Reveal hidden contents CharacterDetailedNude_V1.0.zip 3 MB · 28 downloads fuckin A but can you do that to this body in this bundle and these textures? last time you put the high nipples ubody_nde0df_c666.bundle 1
TimeForAQuickChange Posted June 12, 2023 Posted June 12, 2023 1 hour ago, ValentDs said: it works on emulator or only modded switch? Both I believe.
FPSeph Posted June 14, 2023 Posted June 14, 2023 (edited) Is there a way to use DV's modded outfits in battle? More specifically the white leotard one. Edited June 14, 2023 by FPSeph Mistake
DistinctVariable Posted June 15, 2023 Posted June 15, 2023 13 hours ago, FPSeph said: Is there a way to use DV's modded outfits in battle? More specifically the white leotard one. If you have a version of "Battle Outfits and More Outfits" installed then the you should be able to equip them at the boutique and they'll show in battle (the same's true of all the outfits btw) without boamo they will only apply in somniel.
FPSeph Posted June 15, 2023 Posted June 15, 2023 56 minutes ago, DistinctVariable said: If you have a version of "Battle Outfits and More Outfits" installed then the you should be able to equip them at the boutique and they'll show in battle (the same's true of all the outfits btw) without boamo they will only apply in somniel. What is the best version to play on a emulator? The one at GameBanana says it's a cobalt mod and I'm not sure how to make it work properly. (Tried putting the data folder into the romfs folder but it didn't work)
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