NOCSpank Posted May 11, 2024 Posted May 11, 2024 13 hours ago, J lewd 7u7 said: so the N mods crashes the game o.O i tho it was the emulator Probably not the emulator considering I'm playing on a modded switch lol.
MayoLeo Posted May 13, 2024 Posted May 13, 2024 Does anyone have a link to the Nude mod by Zero Fucks? It is not accessible anymore.
nonamewind Posted June 13, 2024 Posted June 13, 2024 Cant't use cobalt mods and nude mod together? only cobalt mods works if i use together Nude_Mod_v1.25 and the Nude_Mod_Classes works well together but game is crashed
nakamama Posted June 18, 2024 Posted June 18, 2024 On 5/13/2024 at 9:06 AM, MayoLeo said: Does anyone have a link to the Nude mod by Zero Fucks? It is not accessible anymore. Yea where is a link to the mod, was it removed? Why?
ValentDs Posted July 12, 2024 Posted July 12, 2024 (edited) so those mods not work on emulator? if yes, where are to put in the folders? edit. one of those worked, others same type of folder but did nothing. there's a modpack or singular downloads for girls full nude for 2.0 version? Edited July 12, 2024 by ValentDs
ValentDs Posted July 13, 2024 Posted July 13, 2024 i got to work the 1.0 package one with main chara nude with armor, there's no other pack or single character full nude for 2.0? i saw most of them are 1.3 compatible
Zero_Fucks_Given Posted August 13, 2024 Posted August 13, 2024 I can't believe people still play this game let alone use my mod with it but I been working on rl shit and troubles as well as my massive backlog of games but this game still has a place in my heart and always did if I can get my life shit settled soon and work through a good bit of my backlog I will return to modding its just modding takes a significant amount of time and I just don't necessarily have that amount of free time anymore. 12
Zero_Fucks_Given Posted August 13, 2024 Posted August 13, 2024 17 hours ago, Murbor said: Is there a huge breasts mod that only affects the female characters? I found one on Gamebanana, and I like the size, but this mod gives EVERYONE a huge round chest, not just the girls. All breast sizes are in the asset table xml if I remember correctly, as is height hair color etc 1
loganwz Posted August 20, 2024 Posted August 20, 2024 On 8/13/2024 at 1:45 PM, Zero_Fucks_Given said: I can't believe people still play this game let alone use my mod with it but I been working on rl shit and troubles as well as my massive backlog of games but this game still has a place in my heart and always did if I can get my life shit settled soon and work through a good bit of my backlog I will return to modding its just modding takes a significant amount of time and I just don't necessarily have that amount of free time anymore. Which is the newest mod? V1.25? I played it before. It is good but I am not sure wether it was out of date
Zero_Fucks_Given Posted August 21, 2024 Posted August 21, 2024 Not entirely sure I think it is it's been so long
plznuy Posted August 26, 2024 Posted August 26, 2024 (edited) Let's get naked easily and quickly The principle of nudity is to modify the AssetTable.xml file to change the model name with clothes to a specific nude model name The current nude model replaces Zephia and Celica's models with nude models uBody_Msn0DF_c553 uBody_Cel0AF_c580 As for why we need to replace the two models with nude models Because the skin colors of the character and emblem are not consistent, two nude models need to be made A simple understanding of the principle may help you comprehend the following steps === 1) Install Cobalt, https://github.com/Raytwo/Cobalt ------ 2) Install<Battle Outfits and More Outfits> https://gamebanana.com/mods/424968 Don't forget to install dependencies https://gamebanana.com/mods/512066 The installation path may be like this E:\yuzu-windows-msvc-early-access\User\sdmc\engage\mods\00_-_battle_outfits_and_more_outfits_301 ------ 3) Install a replacement nude model on the 40th floor https://www.loverslab.com/applications/core/interface/file/attachment.php?id=1715761&key=e19d59e9ad7a13e2e6627090d45c587a You need to convert it to the cobalt version Of course, it's also very simple https://github.com/DivineDragonFanClub/cobalt-migrator You just need to drag and drop the folder onto the exe, and the cobalt version will be automatically generated ------ 4) Install VSCode and open AssetTable.xml under<Battle Outfits and More Outfits> The possible path is yuzu-windows-msvc-early-access\User\sdmc\engage\mods\<BOAMO>\patches\xml\AssetTable.xml ------ 4) Replace the body of a female heraldic with a naked one 1. Open the search and replace function 2. Activate the regular button 3. Search bar input (Mode="2" Conditions=".ID_.+?uRig_GodF1.+?)(uBody_.....F_c...) 4. replace input $1uBody_Cel0AF_c580 5. Click on Replace All ------ 5) Replace the combined body Consistent with process 4) Search bar input (Mode="2" .+?EID_.+?女装.+)(ubody_.+?_c...) Replace the column and enter $1uBody_Msn0DF_c553 === As for how to add extra items like clothes to the game without replacing the original model https://github.com/DivineDragonFanClub/Lythos/wiki/Custom-models-(Unity) Perhaps someone can Edited August 26, 2024 by plznuy 6
halfbloodkinks Posted August 30, 2024 Posted August 30, 2024 On 8/26/2024 at 9:27 PM, plznuy said: Let's get naked easily and quickly The principle of nudity is to modify the AssetTable.xml file to change the model name with clothes to a specific nude model name The current nude model replaces Zephia and Celica's models with nude models uBody_Msn0DF_c553 uBody_Cel0AF_c580 As for why we need to replace the two models with nude models Because the skin colors of the character and emblem are not consistent, two nude models need to be made A simple understanding of the principle may help you comprehend the following steps === 1) Install Cobalt, https://github.com/Raytwo/Cobalt ------ 2) Install<Battle Outfits and More Outfits> https://gamebanana.com/mods/424968 Don't forget to install dependencies https://gamebanana.com/mods/512066 The installation path may be like this E:\yuzu-windows-msvc-early-access\User\sdmc\engage\mods\00_-_battle_outfits_and_more_outfits_301 ------ 3) Install a replacement nude model on the 40th floor https://www.loverslab.com/applications/core/interface/file/attachment.php?id=1715761&key=e19d59e9ad7a13e2e6627090d45c587a You need to convert it to the cobalt version Of course, it's also very simple https://github.com/DivineDragonFanClub/cobalt-migrator You just need to drag and drop the folder onto the exe, and the cobalt version will be automatically generated ------ 4) Install VSCode and open AssetTable.xml under<Battle Outfits and More Outfits> The possible path is yuzu-windows-msvc-early-access\User\sdmc\engage\mods\<BOAMO>\patches\xml\AssetTable.xml ------ 4) Replace the body of a female heraldic with a naked one 1. Open the search and replace function 2. Activate the regular button 3. Search bar input (Mode="2" Conditions=".ID_.+?uRig_GodF1.+?)(uBody_.....F_c...) 4. replace input $1uBody_Cel0AF_c580 5. Click on Replace All ------ 5) Replace the combined body Consistent with process 4) Search bar input (Mode="2" .+?EID_.+?女装.+)(ubody_.+?_c...) Replace the column and enter $1uBody_Msn0DF_c553 === As for how to add extra items like clothes to the game without replacing the original model https://github.com/DivineDragonFanClub/Lythos/wiki/Custom-models-(Unity) Perhaps someone can Firstly, thank you everyone for the amazing mods and hours of dedication. I hope someone can humour me and explain to me like I am 5 years old about how to use mods for this game. Because currently, trying to navigate this thread to find what I need is like trying to find a needle in a haystack. I actually read all 49 pages but am still non the wiser. Basically, I am playing on a Steamdeck via YUZU emulator and the base game runs flawlessly. However, the costumes are lacking and some nude mods or some sexier costumes would really help it greatly. So my questions are as follows: 1: How to install the mods found here into Yuzu emulator? 2: Which mods is best to have the girls nude and/or have them wear the sexier costumes users have made/posted here? 3: Do I need to update my game version of Engage to the latest one and download all DLC for them to work? I'm currently usually version 1:00. Thank you so much in advance if anyone is willing to offer a modding newbie a helping hand.
plznuy Posted August 31, 2024 Posted August 31, 2024 21 hours ago, halfbloodkinks said: Firstly, thank you everyone for the amazing mods and hours of dedication. I hope someone can humour me and explain to me like I am 5 years old about how to use mods for this game. Because currently, trying to navigate this thread to find what I need is like trying to find a needle in a haystack. I actually read all 49 pages but am still non the wiser. Basically, I am playing on a Steamdeck via YUZU emulator and the base game runs flawlessly. However, the costumes are lacking and some nude mods or some sexier costumes would really help it greatly. So my questions are as follows: 1: How to install the mods found here into Yuzu emulator? 2: Which mods is best to have the girls nude and/or have them wear the sexier costumes users have made/posted here? 3: Do I need to update my game version of Engage to the latest one and download all DLC for them to work? I'm currently usually version 1:00. Thank you so much in advance if anyone is willing to offer a modding newbie a helping hand. Yes, you need to update it to 2.0, Extract the mod integration package to yuzu.exe and overwrite it nude.zip
halfbloodkinks Posted August 31, 2024 Posted August 31, 2024 2 hours ago, plznuy said: Yes, you need to update it to 2.0, Extract the mod integration package to yuzu.exe and overwrite it nude.zip 73.47 MB · 1 download Thanks so much. Will try after this weekend when free and let you know how it goes. Love this community
weluy Posted September 3, 2024 Posted September 3, 2024 Can this mod be installed on the Yuzu Android emulator?
Mistahx2 Posted September 13, 2024 Posted September 13, 2024 (edited) On 8/31/2024 at 8:50 AM, plznuy said: Yes, you need to update it to 2.0, Extract the mod integration package to yuzu.exe and overwrite it nude.zip 73.47 MB · 10 downloads I used this zip but I'm not getting many nude models on in Ryujinx from Emudeck. Only the MC is nude in some situations but none of the new models or class preview female models are nude. I had a previous version of the mod on my switch when the game first released and I had much more nude female models. I'm on v2.0 with all DLC and the latest version of Cobalt I added the new required Expanded Accessory Slots mod to remove the Cobalt Panicking error when starting the game Cobalt loads the SD in the ryujinx log and the latest cobalt version number shows up in game The sdcard\engage\mods folder contains these 4 folders ExpandedAccessorySlots 00_-_battle_outfits_and_more_outfits_301 Nude_Asset QUARTER-RES higher res msn0df + cel0af nude body v3 (Cobalt) I don't know what I'm doing wrong. I want all nude females units, nude female MC and as much female nudity as possible in every situation without it crashing Thank you so much if anyone wants to help me because I have no idea what I'm doing anymore Edited September 13, 2024 by Mistahx2
D02836115 Posted September 18, 2024 Posted September 18, 2024 On 9/14/2024 at 6:09 AM, Mistahx2 said: I used this zip but I'm not getting many nude models on in Ryujinx from Emudeck. Only the MC is nude in some situations but none of the new models or class preview female models are nude. I had a previous version of the mod on my switch when the game first released and I had much more nude female models. I'm on v2.0 with all DLC and the latest version of Cobalt I added the new required Expanded Accessory Slots mod to remove the Cobalt Panicking error when starting the game Cobalt loads the SD in the ryujinx log and the latest cobalt version number shows up in game The sdcard\engage\mods folder contains these 4 folders ExpandedAccessorySlots 00_-_battle_outfits_and_more_outfits_301 Nude_Asset QUARTER-RES higher res msn0df + cel0af nude body v3 (Cobalt) I don't know what I'm doing wrong. I want all nude females units, nude female MC and as much female nudity as possible in every situation without it crashing Thank you so much if anyone wants to help me because I have no idea what I'm doing anymore It's possible that you may be having an AssetTable.xml issue. BOAMO uses the AssetTable.xml and I assume that the Nude_Asset folder also contain another AssetTable.xml file. With file merging capability in Cobalt, this usually shouldn't be an issue; however, if the AssetTable.xml in Nude_Asset made changes to existing entries, then that's where conflicts may occur. The best way to implement this nude mod without running into issues with BOAMO is to create a completely new outfit that can be equipped at the Accessory Shop. That way you only need to add new entries for the nude model while having to avoid making changes to existing entires.
Mistahx2 Posted September 21, 2024 Posted September 21, 2024 On 9/18/2024 at 10:21 AM, D02836115 said: It's possible that you may be having an AssetTable.xml issue. BOAMO uses the AssetTable.xml and I assume that the Nude_Asset folder also contain another AssetTable.xml file. With file merging capability in Cobalt, this usually shouldn't be an issue; however, if the AssetTable.xml in Nude_Asset made changes to existing entries, then that's where conflicts may occur. The best way to implement this nude mod without running into issues with BOAMO is to create a completely new outfit that can be equipped at the Accessory Shop. That way you only need to add new entries for the nude model while having to avoid making changes to existing entires. I don't know. I used the zip I quoted in the previous message and only added the new required ExpandedAccessorySlots files to prevent it from crashing on load. When I start an old version of this on my Switch the unit intro before starting the game shows of all female units nude. The new version in Ryujinx doesn't. When I'm playing a mission the female protagonist does get nude when she enters her merged mode but is not nude by default in missions or cut scenes. Maybe I did something wrong but I don't know what to do with the files I have to fix it and get all the females to always be nude in Ryujinx.
Guest Posted September 21, 2024 Posted September 21, 2024 On 8/5/2023 at 9:19 PM, MerlinusTent said: Hello everyone! It's been a long time since I was last on this forum, but I've come back now, and I've brought some goodies. I've made some mods for my latest playthrough, and I'll share them here in case anyone else wants to use them. (@Aphrody, the timing of your post happened to work out well. Is something like this what you're looking for?) Here are the contents. I've included the bundle names so that you can pick and choose which ones to use or not use. Reveal hidden contents Wolf Knight - ubody_cav2cf_c000 Merrin default outfit - ubody_cav2cf_c452 Hortensia default outfit - ubody_slp1ef_c351 Mage Knight - ubody_mag2bf_c000 Veyle default outfit - ubody_sdp0af_c551 Celine default outfit - ubody_flr0af_c150 Eirika - ubody_eir0af_c582 Micaiah - ubody_mic0af_c583 Lucina - ubody_luc0af_c584 Nel default outfit - ubody_sds0af_c099 Lapis default outfit - ubody_swd0af_c251 Here is the file with the mods: MerlinusModdedOutfits_08_23.zip Note: This is compatible with BOAMO (Battle Outfits and More Outfits) and Cobalt (though you'd place the files in a slightly different location for a Cobalt installation) I would recommend using BOAMO so that you can use the character default outfits even when you're not in that character's default class. I maybe seem to do something wrong. My paths are just as described but your mod doesnt show up. Are those outfits something you unlock as you progress? Because im in chapter 6 testing mods right after i unlocked the outfitter. I have cobalt and atmo both updated and the only mods im using are the BOMO and Fighting games outfits. I tried deleting some but your outfits never appeared on any character.
D02836115 Posted September 22, 2024 Posted September 22, 2024 (edited) 14 hours ago, Mistahx2 said: I don't know. I used the zip I quoted in the previous message and only added the new required ExpandedAccessorySlots files to prevent it from crashing on load. When I start an old version of this on my Switch the unit intro before starting the game shows of all female units nude. The new version in Ryujinx doesn't. When I'm playing a mission the female protagonist does get nude when she enters her merged mode but is not nude by default in missions or cut scenes. Maybe I did something wrong but I don't know what to do with the files I have to fix it and get all the females to always be nude in Ryujinx. As of BOAMO v3.0.0, Expanded Accessory Slots is a requirement. The reason why none of the female characters (besides the Emblems) are not nude by default is because the AssetTable have not been adjusted to use uBody_Msn0DF_c553.bundle; the entries for each unit is still using their default outfit when joining. I just took a peek at the nude_asset's AssetTable and it only sets the female unit to be nude upon Engaging. Good thing is: it appears there doesn't seem to be any conflicts between BOAMO's and the nude_asset's AssetTable.xml. If you still want the nude model to be default for all female units, you will have to change their individual entries in the AssetTable.xml. Example below: From: Mode="2" Conditions="MPID_Lueur;JID_神竜ノ子;女装;!私服;" BodyModel="" DressModel="uBody_Drg0AF_c051" To: Mode="2" Conditions="MPID_Lueur;JID_神竜ノ子;女装;!私服;" BodyModel="" DressModel="uBody_Msn0DF_c553" Be aware that if Alear changes class, she will use the default class outfit. This is why I recommend using a Nude "outfit" that you can equip from the Boutique; that way the unit stays nude even after changing classes. Edited September 22, 2024 by D02836115
D02836115 Posted September 22, 2024 Posted September 22, 2024 13 hours ago, Jimanjuli said: I maybe seem to do something wrong. My paths are just as described but your mod doesnt show up. Are those outfits something you unlock as you progress? Because im in chapter 6 testing mods right after i unlocked the outfitter. I have cobalt and atmo both updated and the only mods im using are the BOMO and Fighting games outfits. I tried deleting some but your outfits never appeared on any character. I assume you're using Ryujinx? The mod appears to be prior Cobalt, so if you just placed the folder into sdcard/engage/mods, then it will not work. Since you are utilizing BOAMO, I recommend you drop the Data folder from the mod into BOAMO's root directory (where the Data folder is located).
rizaadon007 Posted September 22, 2024 Posted September 22, 2024 I wanna use this mod: https://gamebanana.com/mods/431235 but when i tried to install it, all my nude mod and BOAMO stuff disappeared. Is there a way to make them play nice? I have BOAMO and the nude mod installed in the normal mod folder, not cobalt, since i couldn't figure out how to get the cobalt version of it to work. I do have cobalt installed though.
Guest Posted September 22, 2024 Posted September 22, 2024 2 hours ago, D02836115 said: I assume you're using Ryujinx? The mod appears to be prior Cobalt, so if you just placed the folder into sdcard/engage/mods, then it will not work. Since you are utilizing BOAMO, I recommend you drop the Data folder from the mod into BOAMO's root directory (where the Data folder is located). No, im on Yuzu latest EA because Ryu keeps crashing or has fps dips with certain outfits. But they dont work on Ryu either. All other outfits work fine, just Merlin's the one i have issues with. Funnily enough it's also the mod i want to use the most lol As of now i had it in my cobalt mod folder like yuzu\sdmc\engage\mods\MerlinusModdedOutfits\Data\StreamingAssets\aa\Switch\fe_assets_unit... yuzu\sdmc\engage\mods\00 - Battle Outfits and More Outfits\Data\StreamingAssets\aa\Switch\fe_assets_unit\model\ubody yuzu\sdmc\engage\mods\MerlinusModdedOutfits\Data\StreamingAssets\aa\Switch\fe_assets_unit then i had Merlin outfits just normally in my mod folder like this yuzu\load\0100A6301214E000\MerlinusModdedOutfits\romfs\Data\StreamingAssets\aa\Switch\fe_assets_unit yuzu\load\0100A6301214E000\00 - Battle Outfits and More Outfits\Data\StreamingAssets\aa\Switch\fe_assets_unit\model\ubody I tried it with each of them seperately active at a time and all of them active but nothing i tries makes the outfits appear whatsoever. The only mods i have are two outfit mods from gamebanana and nothing else. No overrides and Merlin's mod even shows up that it is indeed activated. Even with the other outfit mods deactivated the Merlin outfits won't load.
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