atrueburner Posted April 3, 2023 Posted April 3, 2023 On 1/14/2022 at 4:45 PM, Joeynator3000 said: Was wondering about this as well...I finally got somewhere with the Switch version only to find out the file types are different...and of course I can't find ANYTHING online about this file type, go figure. -.- Has anything new came up for this file format? This seems to be the only place on the internet where ANYONE has talked about the mntx texture format, and this isn't the only game that the format shows up in (I found it trying to mod the Switch version of Fate/Extella, only to end up here), so if anyone knows anything about this format, it would be really helpful.
Nyandred Posted June 15, 2023 Posted June 15, 2023 On 10/24/2022 at 11:59 PM, moonling said: No idea if anyone still cares about this game, seems both interest and modders are few and far between but I've been working on a few tools in my spare time. First up I complete rework of GE3-Extractor named GE3-Packer using C#, firewalls should be less angry about this one. I originally planned to implement repacking as well but I've found an alternate method. Github page for GE3-Packer: https://github.com/VelouriasMoon/GE3-Packer Next I've got a custom dll that will enable loading files loose from a mods folder without having to delete any pack files, This makes it easier for distributing and installing mods. Tested and working with the latest version of the game, I can't promise it'll work with older versions. It also has a feature to output a debug log named the "AQL Log" which I found lurking in the games code which prints out some pretty helpful info. Github page for GE3 Mod Loader: https://github.com/VelouriasMoon/GE3-Mod-Loader Lastly this one is still WIP and not ready for release but I've been working on a method to replace models, Here's an example of one of the models I've edited, removing the cape and pants from the Fenrir Battlesuit and then creating all new lower half of the bodysuit. I hope to get this released before the end of the year so I hope there are some people left to look forward to these tools Any news? 1
ThommyMD Posted September 25, 2023 Posted September 25, 2023 @moonling i've tested the GE3 Modloader, but it seems not to work. 'Failed to find files in mods folder'. Where is my fault?
moonling Posted November 6, 2023 Posted November 6, 2023 On 9/25/2023 at 2:13 PM, ThommyMD said: @moonling i've tested the GE3 Modloader, but it seems not to work. 'Failed to find files in mods folder'. Where is my fault? Is the GE3Plugin.asi in the "plugins" folder in the main directory? it will cause issues if it's not in that folder. for the initial release i had it nested in that folder in the zip file so you could just extract the zip but I forgot to do that the last 2 releases so that one's on me lmao
moonling Posted November 6, 2023 Posted November 6, 2023 On 6/14/2023 at 9:15 PM, Nyandred said: Any news? Well after an annoyingly long time, I gave up on my original method which was trying to get 3dmigoto to work, and well it does "work" to a degree and very simple edits there ended up being WAY more issues with it than it was work. Many mesh parts are each stored in their own index buffer so you're extremely limited on what you can actually do in, like adding skin where there is none is a no go. Additionally quite a few materials just refused to work with it like hair so i have up. While I have been modding other games in the meantime, like Code Vein and Scarlet Nexus, I didn't completely give up on GE3 so in my off time between projects i've been working on mapping out the mdl format, and now with the Xentax forums gone here might be the only place with any info left one GE3. I don't yet have enough researched to create a model importing tool yet i have managed to do manual edits to the fenrir battlesuits vertex and index buffers, which are stored in the GPR secton i still don't know enough about the other sections to add or remove objects, change bones, or materials. This is all a very long winded way of say I have in fact managed to make a mesh edit mod by editing the buffers in the mesh and have them load in game with no immediate issues, my edits are far from optimized and clean but they did work which is promising. I've uploaded the mod to NexusMods but still waiting for the game to be approved so i'll link it once it's up. I can't promise when i'll be able to release a semi working tool for model importing but I have been working on it, Reversing 3d formats isn't exactly my forte so it's slow work and i have many other projects and games i work on too, but i will eventually get something released even if i just dump all my research onto github or something and let someone else pick it up 3
MaginotLineBypass Posted November 6, 2023 Posted November 6, 2023 9 hours ago, moonling said: This is all a very long winded way of say I have in fact managed to make a mesh edit mod by editing the buffers in the mesh and have them load in game with no immediate issues, my edits are far from optimized and clean but they did work which is promising. I've uploaded the mod to NexusMods but still waiting for the game to be approved so i'll link it once it's up. I can't promise when i'll be able to release a semi working tool for model importing but I have been working on it, Reversing 3d formats isn't exactly my forte so it's slow work and i have many other projects and games i work on too, but i will eventually get something released even if i just dump all my research onto github or something and let someone else pick it up Just wanted to say that your (and all modders) work is always appreciated regardless of how far you manage to get.
ThommyMD Posted November 7, 2023 Posted November 7, 2023 On 11/6/2023 at 9:01 AM, moonling said: Is the GE3Plugin.asi in the "plugins" folder in the main directory? it will cause issues if it's not in that folder. for the initial release i had it nested in that folder in the zip file so you could just extract the zip but I forgot to do that the last 2 releases so that one's on me lmao created plugins folder in main directory and put the GE3Plugin.asi inside. Now it works thank you
moonling Posted November 9, 2023 Posted November 9, 2023 The Nexus page is live, here's a link to my bodysuit mod: https://www.nexusmods.com/godeater3/mods/5 it's by no means perfect and more a proof of concept than anything else but it's still fully function, make sure to install my mod loader, linked on the mod page, and enable DDS load, I'll include a preview of the mod here for anyone that miss any of my previous posts. Have fun! 3
354286237 Posted November 17, 2023 Posted November 17, 2023 On 11/10/2023 at 4:54 AM, moonling said: The Nexus page is live, here's a link to my bodysuit mod: https://www.nexusmods.com/godeater3/mods/5 it's by no means perfect and more a proof of concept than anything else but it's still fully function, make sure to install my mod loader, linked on the mod page, and enable DDS load, I'll include a preview of the mod here for anyone that miss any of my previous posts. Have fun! Will you load the model files and action files of GE3? Which software specifically do you use?
Cadpig Posted December 22, 2023 Posted December 22, 2023 I'm still using the GE extractor and it's working great for the nude mod and the one for the Sariel. Now I'm wondering if anyone will mod any other outfits like the frills swimsuit so we have an actual bikini as we did in 2
Caprice Dhusara Posted December 23, 2023 Posted December 23, 2023 (edited) I just read this from the top of page 1 to the most recent post, and it feels like I know LESS now than before I started. Admittedly, I have absolutely no idea how to install and use half the tools that the mods here rely on in the first place. I had to watch a guide for modding Rayman Origins to figure out how to get Umod working for GE Resurrection, so that probably tells you how much I know about any of this. That being said, is there any chance somebody can walk me through what I need to do to get these working: On 7/1/2019 at 2:15 AM, zufield said: Not directly related to nude mods, but is it possible to make all blueprints buyable from Hope? On 6/7/2021 at 4:37 AM, simezi said: Thank you! Upload SK files for nude textures and shiny skin. resource.7z 1.31 MB · 596 downloads shiny skin.7z 119.58 kB · 598 downloads On 6/8/2021 at 4:05 PM, kulado said: @riz_bluesky Thanks for the help I was able to make the nipple darker for those who prefer it. 1. Follow these steps: Reveal hidden contents 2. Back up P_X_FE0005_00_A.mds 3. Unzip the file and place it in the game directory (Where the .exe is). Click yes to overwrite P_X_FE0005_00_A 4. Enjoy darker nipples. Reveal hidden contents Melanin.7z 1.91 MB · 268 downloads On 6/9/2021 at 7:20 AM, simezi said: I added the anus to the picture. inmon Tattoo Nude Textures v1.1.7z 3.77 MB · 970 downloads On 7/1/2022 at 9:18 PM, ALALALFA said: 上記サリエルMODの修正とハバキリ種の追加を行いました。 現在対応しているのは「サリエル」「ハバキリ」「ハバキリ堕天」「アメノハバキリ」の4種です。 導入方法は上記MODと同様ですが、「アメノハバキリ」(AGM0083_01_~)は 3.と4.の作業に archive_patch10 .pk のファイルも追加で行う必要がありますのでご注意ください。 ------------------------------------------ We have modified the above Sariel mod and added the Habakiri species. The four species currently supported are "Sariel", "Havakiri", "Fallen Havakiri", and "Ameno Havakiri". The installation method is the same as the above mods, but please note that for "Ameno Havakiri" (AGM0083_01_~), the archive_patch10 .pk file must also be added to the work described in 3. and 4. Translation: DeepL Reveal hidden contents resource.7z 28.91 MB · 299 downloads (Including getting any tools required set up for use on a Windows 11 computer)? Edited December 23, 2023 by LuineMercuryLWG 1
nudefinder Posted December 23, 2023 Posted December 23, 2023 57 minutes ago, LuineMercuryLWG said: I just read this from the top of page 1 to the most recent post, and it feels like I know LESS now than before I started. Admittedly, I have absolutely no idea how to install and use half the tools that the mods here rely on in the first place. I had to watch a guide for modding Rayman Origins to figure out how to get Umod working for GE Resurrection, so that probably tells you how much I know about any of this. That being said, is there any chance somebody can walk me through what I need to do to get these working: (Including getting any tools required set up for use on a Windows 11 computer)? Pubic hair too?
Joeynator3000 Posted December 23, 2023 Posted December 23, 2023 .....I'm guessing the Switch version is still not going to get anything, then?
Caprice Dhusara Posted December 29, 2023 Posted December 29, 2023 On 12/22/2023 at 8:21 PM, nudefinder said: Pubic hair too? Sorry for the late reply, family roped me into helping decorate multiple trees and then sitting through 4 different family meals with nosy relatives I barely talk to. No on the pubic hair.
Ilovejuri Posted February 14, 2024 Posted February 14, 2024 nude stuff not working for me but this persons page explains it then the github explains it more https://www.nexusmods.com/godeater3/mods/5 GitHub - VelouriasMoon/GE3-Mod-Loader: A plugin for God Eater 3 to enable Loading mods without deleting packs On 12/22/2023 at 8:23 PM, LuineMercuryLWG said: I just read this from the top of page 1 to the most recent post, and it feels like I know LESS now than before I started. Admittedly, I have absolutely no idea how to install and use half the tools that the mods here rely on in the first place. I had to watch a guide for modding Rayman Origins to figure out how to get Umod working for GE Resurrection, so that probably tells you how much I know about any of this. That being said, is there any chance somebody can walk me through what I need to do to get these working: (Including getting any tools required set up for use on a Windows 11 computer)?
istalo Posted March 18, 2024 Posted March 18, 2024 (edited) I'll necropost a bit but does someone have a fix for vertex groups not being exported with Noesis using the MDL python script? Had to search up some Xentax arquives as the forum is now dead but I've no good way to contact the script creator anymore obviously. Seems like for some pieces like hairs vertex groups and UVs don't get exported properly and some other files straight up error out, not too many documentation about it unfortunately... Edited March 18, 2024 by istalo
Nyandred Posted March 21, 2024 Posted March 21, 2024 On 11/9/2023 at 5:54 PM, moonling said: The Nexus page is live, here's a link to my bodysuit mod: https://www.nexusmods.com/godeater3/mods/5 it's by no means perfect and more a proof of concept than anything else but it's still fully function, make sure to install my mod loader, linked on the mod page, and enable DDS load, I'll include a preview of the mod here for anyone that miss any of my previous posts. Have fun! any update for its variants mentioned before? specially to a Leotard ;-; (maybe mirroring the leg without the silver part to other side can work without, the tapes )
environmenthead Posted May 3, 2024 Posted May 3, 2024 Okay.. I know nothing about GE3 Mod Loader or GE3-Extractor.exe, but I will try. Btw can anyone tell me if these modes still works well until now or not?
environmenthead Posted May 4, 2024 Posted May 4, 2024 I think it is pretty working well haha Just follow this direction 1. back up the three files starting with "archive_patch10" in ~steamapps\common\GOD EATER 3\resource\target\win\pack\mount\retail and move them to the work directory 2. Extract archive_patch10.pk with pm0del's GE3-Extractor.exe 3. overwrite the resulting resource folder with ~steamapps\common\GOD EATER 3\resource 4. Extract resource1.7z and overwrite it with ~steamapps\common\GOD EATER 3\resource
Tails1155 Posted May 24, 2024 Posted May 24, 2024 On 2/18/2019 at 2:29 PM, ryfon said: Works pretty much like i thought it would. now just need to get some people working on some modified outfits We need a Phym mod next!!! 1
Nyandred Posted May 25, 2024 Posted May 25, 2024 Anyone to make Hilda over player? (or her outfit for player) *both will be good xD
kenshou Posted July 20, 2024 Posted July 20, 2024 On 5/25/2024 at 12:07 PM, Nyandred said: Anyone to make Hilda over player? (or her outfit for player) *both will be good xD me too.
fekkoun Posted August 3, 2024 Posted August 3, 2024 honestly at this point I just gonna be really happy someone can tell me how does one even load the model file to Blender and then repacking it back to the game. I know how to extract and I know which file I need to get, I just don't get it how people manage to edit it on Blender at all I saw that FATE TOOL is used somehow but I can't even install the add-on on my Blender AT ALL.
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