amongus italianous Posted February 5, 2023 Posted February 5, 2023 what folders do the mods go in on the switch?
TaosTaos55 Posted February 5, 2023 Posted February 5, 2023 1 hour ago, amongus italianous said: what folders do the mods go in on the switch? atmosphere/contents/<game id> 1
clouser Posted February 5, 2023 Posted February 5, 2023 Updated the previous nude mod a bit, unfortunately the shadows are a bit low-res (the only shadow texture I could find for the base body was only 512x512, I tried upscaling with waifu2x, but still kinda scuffed). Anyway, the mod changes the default battle outfit of most main female characters who are 18 or older (https://serenesforest.net/engage/characters/other-data/) to the nude outfit as well. Spoiler Still no nipples or anything (I'm really bad at texturing, so not something I'd be able to do personally). If anybody is wanting to modify the textures (to add nipples, or anything else really), let me know and I'll post a tutorial on how to do that. nudMod.rar 8
Guest Posted February 5, 2023 Posted February 5, 2023 Here's the texture swizzled and unswizzled. If someone could import the swizzled texture that'd be appreciated because all my attempts resulted in the game crashing. I added the Unswizzled texture in case someone else wants to draw better nipples. Textures Swizzed and unswizzed.zip
clouser Posted February 5, 2023 Posted February 5, 2023 24 minutes ago, Hugh Neutron said: Here's the texture swizzled and unswizzled. If someone could import the swizzled texture that'd be appreciated because all my attempts resulted in the game crashing. I added the Unswizzled texture in case someone else wants to draw better nipples. Here's the texture put into the file: ubody_msn0df_c553.bundle It does show up, but I it blends into the skin quite a bit Spoiler Also, I'm pretty sure colors work fine on the skin texture, so you don't have to have the edits be colorless. 1
Guest Posted February 5, 2023 Posted February 5, 2023 (edited) 51 minutes ago, clouser said: Also, I'm pretty sure colors work fine on the skin texture, so you don't have to have the edits be colorless. I figured the edit was slapped together more or less just to check where things line up. Edit: anyone wanna post a tutuorial on how to properly reinsert the textures? I keep getting a broken texture as a result so I'm definitely doing something wrong. Edited February 5, 2023 by Hugh Neutron
hotNess16 Posted February 5, 2023 Posted February 5, 2023 3 hours ago, clouser said: Updated the previous nude mod a bit, unfortunately the shadows are a bit low-res (the only shadow texture I could find for the base body was only 512x512, I tried upscaling with waifu2x, but still kinda scuffed). Anyway, the mod changes the default battle outfit of most main female characters who are 18 or older (https://serenesforest.net/engage/characters/other-data/) to the nude outfit as well. Hide contents /cdn-cgi/mirage/d1d364841f82ffb1ed901ded4d9b97367a8962d981f6cab8127d8f0b1b333ca6/1280/https://static.loverslab.com/uploads/monthly_2023_02/1.jpg.5e0b4e2193cf6548e59538a65fde5153.jpg/cdn-cgi/mirage/d1d364841f82ffb1ed901ded4d9b97367a8962d981f6cab8127d8f0b1b333ca6/1280/https://static.loverslab.com/uploads/monthly_2023_02/2.jpg.00f491d1fe68fd126c8c8b6c22b8211c.jpg Still no nipples or anything (I'm really bad at texturing, so not something I'd be able to do personally). If anybody is wanting to modify the textures (to add nipples, or anything else really), let me know and I'll post a tutorial on how to do that. nudMod.rar 3.22 MB · 30 downloads Wouldn't Veyle and Alear technically be much much older?
DORODERE Posted February 5, 2023 Author Posted February 5, 2023 1 hour ago, hotNess16 said: Wouldn't Veyle and Alear technically be much much older? Don't try and debate made up ages. You won't win that one. The topic just devolves into arguing, 100% of the time. All that needs to be known is that ages are never stated in the game. If someone wants to make a mod for other characters, they will, regardless of any supplemental information. 5
ItisRyan142 Posted February 5, 2023 Posted February 5, 2023 (edited) 6 hours ago, Emiyabladeeyes said: Would it be possible to apply this onto other outfits or be compatible with mods like these https://gamebanana.com/mods/424935 / https://gamebanana.com/mods/424968 where you can change into other outfits while using photo mode? Currently cant do that since it only changes the default battle outfit You can just head over to the extracted shop bundle and copy and replace existing entry from the said mod and add the outfit into the shop data yourself, since it's all setup and done by deathchaos, you can just change the said outfit/body to the nudemod ones. EDIT* Keep in mind this will only forcefully replace one of the engage outfit for example to nudmod ones, however you can copy and make a new entry in the shop yourself in item bundles and shop bundles, that way you can always change it whenever ingame. Edited February 5, 2023 by ItisRyan142
tompreacher8 Posted February 6, 2023 Posted February 6, 2023 8 hours ago, hotNess16 said: Wouldn't Veyle and Alear technically be much much older? If you know how to edit the assettable.xml then its easy to implement the nude mod to other female characters as well. 1
ItisRyan142 Posted February 6, 2023 Posted February 6, 2023 4 minutes ago, tompreacher8 said: If you know how to edit the assettable.xml then its easy to implement the nude mod to other female characters as well. yup it's easy, the only hard part for engage modding was I can't figure out re-import back the ripped out model back into the game, aside from texture editing with UABEA. 1
clouser Posted February 6, 2023 Posted February 6, 2023 Texture Modding Tutorial Required programs: uabea - Used for extracting and inserting the textures to/from the .bundle file python scripts - Used for swizzling/unswizzling textures. The python scripts require python3 to be installed, as well as Pillow and NumPy Optional programs: Asset Studio - Can be used to view file without extracting them. To use it, you need to set the unity version to 2020.3.18f1 Part 1: Extracting the textures. Step 1: Open the .bundle file that you wish to edit with uabea (UABEAvalonia.exe) Spoiler Click "Open" in the file menu, and then select a .bundle file A text prompt will appear asking whether to open in memory, or file. Choose memory. Then after that, click the "Info" button Step 2: Highlight the texture you wish to extract, then click "Plugins", then highlight "Export texture" and click "Ok" Spoiler 1. 2. You should get a picture that looks like this: Spoiler Step 3: Drag and drop the image onto "unswizzle.bat" to unswizzle the image (make sure the .bat files, the .py files and the .png files are all in the same directory). Assuming there are no errors, you should get a picture that looks more like this: Spoiler Which you can now edit normally. I decided to edit the texture by putting a rainbow on the stomach. Spoiler Part 2: Inserting the textures back into the .bundle file Step 1:Swizzle the now edited texture by dragging and dropping the edited image file onto "swizzle.bat" You should get a .png that looks like this (you can see the rainbow edit near the bottom centre-right): Spoiler Step 2: Open the .bundle file that you wish to edit with uabea (UABEAvalonia.exe) Step 3: Highlight the texture you wish to replace, then click "Plugins", highlight "Edit texture" and click "Ok". Click the button that says "Load" next to "Texture", and after selecting the edited .png file, click "Save". Make sure you select the "swizzled" version of your edit, otherwise the texture won't appear correctly in-game. Spoiler Step 4: Click "File" -> "Save as..." and you will get a prompt that says "File saved. To complete changes...", click the "OK" button on the prompt, then close the "Assets Info" window. Step 5: On the "UABEA" window click "File" -> "Save" and save the file. Step 6: Open the file you just saved in "UABEA", and the click "File" -> "Compress" and save the file using the same name as the original file. A textbox will show up asking which compression to use, choose "LZ4". This new file should now have your edited texture replace the original texture. Spoiler 3
ItisRyan142 Posted February 6, 2023 Posted February 6, 2023 Hope there's ways to make the texture looks higher resolution, but at the moment it looks blurry.
clouser Posted February 6, 2023 Posted February 6, 2023 (edited) 22 minutes ago, ItisRyan142 said: Hope there's ways to make the texture looks higher resolution, but at the moment it looks blurry. If you're referring to the texture examples, those were downscaled to 256x256 so they wouldn't take up too much space. The actual textures are usually either 2048x2048 or 1024x1024 example: Spoiler Edited February 6, 2023 by clouser 1
joshua3883 Posted February 6, 2023 Posted February 6, 2023 18 hours ago, clouser said: Updated the previous nude mod a bit, unfortunately the shadows are a bit low-res (the only shadow texture I could find for the base body was only 512x512, I tried upscaling with waifu2x, but still kinda scuffed). Anyway, the mod changes the default battle outfit of most main female characters who are 18 or older (https://serenesforest.net/engage/characters/other-data/) to the nude outfit as well. Hide contents Still no nipples or anything (I'm really bad at texturing, so not something I'd be able to do personally). If anybody is wanting to modify the textures (to add nipples, or anything else really), let me know and I'll post a tutorial on how to do that. nudMod.rar 3.22 MB · 97 downloads I appreciate the effort but it is kind of pointless when it only effects a hand full of characters Anna I understand but seriously the rest could have been done too. 3
Guest Posted February 6, 2023 Posted February 6, 2023 This is about the most as I'll do. I still think that we should edit the boutique to sell this in place of the female swimsuit. ubody_msn0df_c553.bundle
hotNess16 Posted February 6, 2023 Posted February 6, 2023 (edited) 5 hours ago, tompreacher8 said: If you know how to edit the assettable.xml then its easy to implement the nude mod to other female characters as well. Good to know thanks. I'm new at modding so I'll see if it goes well. 5 hours ago, ItisRyan142 said: yup it's easy, the only hard part for engage modding was I can't figure out re-import back the ripped out model back into the game, aside from texture editing with UABEA. If you happen to get all the girls before I do, mind DM'ing me the files? Edited February 6, 2023 by hotNess16 1
joshua3883 Posted February 6, 2023 Posted February 6, 2023 2 hours ago, hotNess16 said: Good to know thanks. I'm new at modding so I'll see if it goes well. If you happen to get all the girls before I do, mind DM'ing me the files? if you don't mind sharing the mod? if you manage to do it I would really appreciate it. 1
hotNess16 Posted February 6, 2023 Posted February 6, 2023 24 minutes ago, joshua3883 said: if you don't mind sharing the mod? if you manage to do it I would really appreciate it. If I manage to do it, I will share it. No promises though. 1
ItisRyan142 Posted February 6, 2023 Posted February 6, 2023 (edited) 7 hours ago, hotNess16 said: Good to know thanks. I'm new at modding so I'll see if it goes well. If you happen to get all the girls before I do, mind DM'ing me the files? Just rename the files when you install it as I only did so when I was replacing the files, and the assettable comes with multiple mods that I've installed there such as ponytail mod etc. But you can extract it out and check the references yourself. Shop and items were modified for nudmod and originally from Deathchaos battle outfits n more mod. EDIT* I copied and make another entry from AID_EngageEdelgard in both shop bundle and item bundle, which is one of the engage edelgard outfits selling in boutique from the mod, and makes sure the entry dress model were ubody_msn0df_c553 inside assettable bundle. Don't mind the missing name in boutique but if you want a name for the item you need to change in message bundle which I didn't bother to do it. assettable.xml.bundle_mod shop.xml.bundle_nude item.xml.bundle_nude Edited February 6, 2023 by ItisRyan142 3
hotNess16 Posted February 6, 2023 Posted February 6, 2023 (edited) 2 hours ago, ItisRyan142 said: Just rename the files when you install it as I only did so when I was replacing the files, and the assettable comes with multiple mods that I've installed there such as ponytail mod etc. But you can extract it out and check the references yourself. Shop and items were modified for nudmod and originally from Deathchaos battle outfits n more mod. EDIT* I copied and make another entry from AID_EngageEdelgard in both shop bundle and item bundle, which is one of the engage edelgard outfits selling in boutique from the mod, and makes sure the entry dress model were ubody_msn0df_c553 inside assettable bundle. /cdn-cgi/mirage/d1d364841f82ffb1ed901ded4d9b97367a8962d981f6cab8127d8f0b1b333ca6/1280/https://static.loverslab.com/uploads/monthly_2023_02/image.png.63cfc16b2b4b8c9143f15ebdfe5111f0.png Don't mind the missing name in boutique but if you want a name for the item you need to change in message bundle which I didn't bother to do it. assettable.xml.bundle_mod 4.33 MB · 10 downloads shop.xml.bundle_nude 29.6 kB · 12 downloads item.xml.bundle_nude 882.99 kB · 9 downloads Thanks. Did you learn how to edit the assettable.xml from gamebanana by any chance? Edited February 6, 2023 by hotNess16
ItisRyan142 Posted February 6, 2023 Posted February 6, 2023 28 minutes ago, hotNess16 said: Thanks. Did you learn how to edit the assettable.xml from gamebanana by any chance? They only teach you on how to extract the said bundles with UABEA tools, the rest params I figure it out myself.
hotNess16 Posted February 6, 2023 Posted February 6, 2023 21 minutes ago, ItisRyan142 said: They only teach you on how to extract the said bundles with UABEA tools, the rest params I figure it out myself. That's impressive. Do you mind if I keep asking you questions if I get stuck modding?
tompreacher8 Posted February 6, 2023 Posted February 6, 2023 What about the Female Emblems? I tried but their skins becomes too brownish.
cris1010 Posted February 6, 2023 Posted February 6, 2023 2 hours ago, ItisRyan142 said: They only teach you on how to extract the said bundles with UABEA tools, the rest params I figure it out myself. Do you know how to re-import the files located at Data\StreamingAssets\aa\Switch\fe_assets_message or .bytes files in general?
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