Jump to content

Atelier Yumia The Alchemist of Memories nude mods request


Recommended Posts

Posted
On 9/28/2025 at 6:25 PM, amorrow28 said:

 

The tools work fine.  I used the hash you gave me, and I got these files:

 

  Reveal hidden contents

2025-09-2809_18_33-Newfolder(3)-FileExplorer.png.1cbc410dd975f8f6f814cb10ecb9734f.png

 

This is the model that results.  I just renamed the dds files to 001.dds, 002.dds, etc, otherwise I didn't do anything magical.

 

  Hide contents

2025-09-2809_20_15-Noesis.png.af2aa969240ea181fa79b0afeb852b48.png

 

I didn't do anything for the eyes, which are texture arrays.  I have never bothered since I am only interested in modding, but someone else on this thread did figure out what to do with them.

 

Anyway, 0xdeb9ab1c.g1m uses 0x460646df.ktid.  Both are inside 0x8c7fb088.fdata.

 

Sadly this will not work with the switchversion,as it uses 0x7e textures which gust tools does not support.

Could you zip and upload this result from your screenshots ?

 

 

Posted
43 minutes ago, noonereallynoone said:

 

Sadly this will not work with the switchversion,as it uses 0x7e textures which gust tools does not support.

Could you zip and upload this result from your screenshots ?

 

 


there is no support for 0x7e. See here.

Posted
On 10/8/2025 at 2:10 AM, parapara said:

Why can't I find @gggnog's mod?

He deleted all his posts on this site is doing something just not on this site anymore blame the people who instead of just scrolling ahead, made him do this 

Posted

Can anyone share the plush remover? This drives me crazy.

It's unfortunate that happened, but I literally just starting to mod the game once I got everyone, it sucks. 

Especially when every single mods point to the one message that no longer exists

Posted
On 10/17/2025 at 9:44 AM, doug022965 said:

He deleted all his posts on this site is doing something just not on this site anymore blame the people who instead of just scrolling ahead, made him do this 

I dont understand, there is a search option and you can check the history posts of the modder. And there are only 29 pages. Its very easy to find with dedication. People want free stuff and everything completely easy or automatic these days

Posted
1 hour ago, Scarecrow03 said:

I dont understand, there is a search option and you can check the history posts of the modder. And there are only 29 pages. Its very easy to find with dedication. People want free stuff and everything completely easy or automatic these days

What don't you understand? It's his page on this site he deleted everything from his page all his mods from every game he ever modded 

Posted (edited)
5 hours ago, saredesu said:

Can anyone share the plush remover? This drives me crazy.

It's unfortunate that happened, but I literally just starting to mod the game once I got everyone, it sucks. 

Especially when every single mods point to the one message that no longer exists

 

Sadly, I no longer have the corresponding mod on my hard drive and no backup of it, but I can offer to recreate the mod when the opportunity arises.

 

I'm currently still on the road and therefore don't have access to the tools, but since it's “only” a matter of hiding the stuffed animal, it shouldn't take long.

 

If I manage to do it, I can promise you one thing in advance: No matter what happens in the forum, I will NOT delete any of my mods on my own.

 

######## ######## ######## ######## ######## ########


Okay, very quick update:


Thanks to cloud backup, I quickly grabbed the tools and the corresponding model file and created the mod.

 

Birb-B-Gone.zip


I can't test it in-game because, although I have most of the models and resources in backup, the game doesn't run on my travel laptop and therefore I can't test the mod on the go.


It would be nice if one of you could test it quickly and give me feedback on whether it works or not. If it doesn't, I'll of course correct the error... but then I'll take more time for it ;).

 

Thank you in advance!

 

Edited by Geefbeef_NT
Added Information / Added Mod
Posted
1 hour ago, Geefbeef_NT said:

 

Sadly, I no longer have the corresponding mod on my hard drive and no backup of it, but I can offer to recreate the mod when the opportunity arises.

 

I'm currently still on the road and therefore don't have access to the tools, but since it's “only” a matter of hiding the stuffed animal, it shouldn't take long.

 

If I manage to do it, I can promise you one thing in advance: No matter what happens in the forum, I will NOT delete any of my mods on my own.

 

 

Thank you very much.

It's okay, take your time. Unexpectedly the Aurum region is very difficult to navigate, I'm taking a while figuring its paths 

Posted
On 10/16/2025 at 7:22 AM, namespace said:

I want to know which version of python 3 are you using to run a py script?

 

Hi,
I personally created my mods using Python version 3.13.2 – the most recent version should work, as long as nothing fundamental changes in Python itself.

 

1 hour ago, saredesu said:

Thank you very much.

It's okay, take your time. Unexpectedly the Aurum region is very difficult to navigate, I'm taking a while figuring its paths 

 

No problem, I've already finished it - see my last post above ;).

 

Have fun!

 

Posted (edited)
11 hours ago, aenaliya said:

anyone have original root.rdb and root.rdx? i forgot to backup them.

these? from the motor folder?  

these are from a fresh install so should be fine 

https://mega.nz/folder/0gwjCKaK#ZpVWD4yjKhpnRHdsu_7w6A

the db and dx files are from a fresh install, the ones labelled original were still there after uninstalling, so, not sure about those

 

Edited by Eaton
Posted

Is there an updated yumia_filename to find the fdata which refer to the main character of the game ? I have understood all the process to create the mods, but I miss how to find the right files. Thanks. 

Posted
19 hours ago, Aphex_Mat said:

Is there an updated yumia_filename to find the fdata which refer to the main character of the game ? I have understood all the process to create the mods, but I miss how to find the right files. Thanks. 

 

I haven't found an updated version of the file yet - but I must admit that I haven't actively searched for it either ;).

 

But maybe a few tips will help:

  • The old “yumia_filename” reference file is still quite useful for finding individual models or texture sets.
  • For Yumia, you should look out for the following character strings:
    • G1M (3D character models) --> "pc00_" (example-hash: "0xa34c62fc")
    • G1T (character textures) --> "MPR_D_Seeker_Character_pc0000" (example-hash: "0x3e45a29f")
  • A similar syntax applies to the other characters—here, instead of the “x,” you simply need to specify a number between 1 and 5 (both following examples refer to 1 for Isla):
    • G1M --> "pc_0x_" (example: "pc01_")
    • G1T --> "MPR_D_Seeker_Character_pc0x00" (example: "MPR_D_Seeker_Character_pc0100")

Just give it a try and use the hints and tools to find, export, and view the relevant files with the help of the instructions in this thread.

 

Good luck!

 

Posted
On 10/8/2025 at 2:10 AM, parapara said:

Why can't I find @gggnog's mod?

He deleted his account and all the mod links will not work any longer, that's across all games he modded which were quite alot

Posted (edited)

The game crashes when I go to the equipment menu and press Lb Rb to change abilities, etc., on a character modded with the lenja prototype nude mod on PC(1.51 before that version works fine)

Edited by kurokoi1
Posted (edited)
9 hours ago, kurokoi1 said:

The game crashes when I go to the equipment menu and press Lb Rb to change abilities, etc., on a character modded with the lenja prototype nude mod on PC(1.51 before that version works fine)

 

Hi @kurokoi1,

 

if by "prototype mod" you mean the one I created and posted on page 16 of this thread (on April 15th), I can take a look at it when I have the chance.

 

But first, let's rule out a few things:

  • Do you use any mods besides the Lenja one?
  • If so, first remove all mods and restore the game to its original state.
  • Delete the modified files "root.rdb" and "root.rdx" in the "Motor" folder and then verify the installed files for errors via Steam. 
  • Then install your mods one by one and check each time whether the crash still occurs. 
  • If the crash occurs with multiple mods installed, then some entries within the mod files are probably overlapping. This shouldn't normally happen with mods for different characters – but you never know.

 

If the crash only occurs with the one installed mod, it would need to be examined more closely - if it worked with the older versions, perhaps something was changed in the current patch regarding the original model or its files.

 

I have also seen that there are more reports / complaints in the official channels and forums about more frequent crashes since the last game update - maybe try the game unmodded and see if it also crashes in the situation you mentioned.

 

While I can't rule it out 100%, based on my previous experience with the game, if there were serious errors in the modded files themselves, it should actually crash during the startup process - I've never experienced it happening during gameplay.

 

I do have one more request in this regard (of course, only if it's my mod that's causing problems here) – could you provide the save game file in which the crash occurs?

 

You can find the relevant files in the path "\Documents\KoeiTecmo\Atelier Yumia\" in your Windows user directory. 

 

Thanks in advance.

 

 

##### ##### ##### ##### ##### #####

 

To perhaps shorten things a bit, I've created a version of my Lenja Nude Mod based on the current installation data; that is, I downloaded the model again and adapted it.

 

Try it and see if it also crashed in the mentioned situation.

 

Lenja_Nude_TestVersion.zip

 

ATTENTION:

This version is only intended to possibly analyze the potential crashing problem @kurokoi1 mentioned. Do not download the file if you do not have the same problem and want to test it; I emphasize, do not download it! I will delete this file after the test is complete and adjust the old download if necessary, should anything come of it (provided I find and can fix the problem).

 

Edited by Geefbeef_NT
Posted
On 10/19/2025 at 2:17 PM, Geefbeef_NT said:

 

Sadly, I no longer have the corresponding mod on my hard drive and no backup of it, but I can offer to recreate the mod when the opportunity arises.

 

I'm currently still on the road and therefore don't have access to the tools, but since it's “only” a matter of hiding the stuffed animal, it shouldn't take long.

 

If I manage to do it, I can promise you one thing in advance: No matter what happens in the forum, I will NOT delete any of my mods on my own.

 

######## ######## ######## ######## ######## ########


Okay, very quick update:


Thanks to cloud backup, I quickly grabbed the tools and the corresponding model file and created the mod.

 

Birb-B-Gone.zip 20.44 kB · 24 downloads


I can't test it in-game because, although I have most of the models and resources in backup, the game doesn't run on my travel laptop and therefore I can't test the mod on the go.


It would be nice if one of you could test it quickly and give me feedback on whether it works or not. If it doesn't, I'll of course correct the error... but then I'll take more time for it ;).

 

Thank you in advance!

 

 

 

 

 

Thank you so much! Can confirm it is working, see the attached screenshot. Installed using Yumia mod manager.

Sorry for the late reply, I have been busy  these few weeks (and a few more incoming weeks). Didn't fire up Yumia for a while, then I remembered that I have to at least check and thank you for the requested file. The little time I had I tried the new gacha (FOMO, yes I know), but none of them give satisfaction of a single player offline game. I feel strung along the whole time playing those gacha. but without the feeling of actually making progress. DNA, Stella Sora, Tricksal, the whole lot. 

20251109182834_1.jpg

Posted
33 minutes ago, saredesu said:

 

 

 

 

Thank you so much! Can confirm it is working, see the attached screenshot. Installed using Yumia mod manager.

Sorry for the late reply, I have been busy  these few weeks (and a few more incoming weeks). Didn't fire up Yumia for a while, then I remembered that I have to at least check and thank you for the requested file. The little time I had I tried the new gacha (FOMO, yes I know), but none of them give satisfaction of a single player offline game. I feel strung along the whole time playing those gacha. but without the feeling of actually making progress. DNA, Stella Sora, Tricksal, the whole lot. 

20251109182834_1.jpg

 

Thanks for the feedback!

 

I'm glad it worked out, and don't worry about your delayed response - I'm extremely busy myself at the moment and likely face the same problems ;).

 

Wish you a good (hopefully not too stressful) time!

 

Posted (edited)
18 hours ago, Geefbeef_NT said:

 

Hi @kurokoi1,

 

if by "prototype mod" you mean the one I created and posted on page 16 of this thread (on April 15th), I can take a look at it when I have the chance.

 

But first, let's rule out a few things:

  • Do you use any mods besides the Lenja one?
  • If so, first remove all mods and restore the game to its original state.
  • Delete the modified files "root.rdb" and "root.rdx" in the "Motor" folder and then verify the installed files for errors via Steam. 
  • Then install your mods one by one and check each time whether the crash still occurs. 
  • If the crash occurs with multiple mods installed, then some entries within the mod files are probably overlapping. This shouldn't normally happen with mods for different characters – but you never know.

 

If the crash only occurs with the one installed mod, it would need to be examined more closely - if it worked with the older versions, perhaps something was changed in the current patch regarding the original model or its files.

 

I have also seen that there are more reports / complaints in the official channels and forums about more frequent crashes since the last game update - maybe try the game unmodded and see if it also crashes in the situation you mentioned.

 

While I can't rule it out 100%, based on my previous experience with the game, if there were serious errors in the modded files themselves, it should actually crash during the startup process - I've never experienced it happening during gameplay.

 

I do have one more request in this regard (of course, only if it's my mod that's causing problems here) – could you provide the save game file in which the crash occurs?

 

You can find the relevant files in the path "\Documents\KoeiTecmo\Atelier Yumia\" in your Windows user directory. 

 

Thanks in advance.

 

 

##### ##### ##### ##### ##### #####

 

To perhaps shorten things a bit, I've created a version of my Lenja Nude Mod based on the current installation data; that is, I downloaded the model again and adapted it.

 

Try it and see if it also crashed in the mentioned situation.

 

Lenja_Nude_TestVersion.zip 6.7 MB · 1 download

 

ATTENTION:

This version is only intended to possibly analyze the potential crashing problem @kurokoi1 mentioned. Do not download the file if you do not have the same problem and want to test it; I emphasize, do not download it! I will delete this file after the test is complete and adjust the old download if necessary, should anything come of it (provided I find and can fix the problem).

 

Spoiler

AtelierYumia_TheAlchemistofMemoriestheEnvisionedLand10_11_202500_43_31.png.94659e3a66dace3b17178198410012e2.pngAtelierYumia_TheAlchemistofMemoriestheEnvisionedLand10_11_202500_43_55.png.e0f58834022ea5dcdb7eb0e9448e76ff.pngAtelierYumia_TheAlchemistofMemoriestheEnvisionedLand10_11_202500_44_18.png.8967a11d226626a1ce4f7604ff0b0007.pngAtelierYumia_TheAlchemistofMemoriestheEnvisionedLand10_11_202500_44_35.png.b60e8a6af246c593c7e4ab63d0ae88b1.pngAtelierYumia_TheAlchemistofMemoriestheEnvisionedLand10_11_202500_45_03.png.7b645e6b02b2021e0de55392a87baa8c.pngAtelierYumia_TheAlchemistofMemoriestheEnvisionedLand10_11_202500_45_22.png.8791813ca94c9674fdedb3762bc00fbc.png

Turning off the mods works fine, using Yumia's nude swimsuit mod works, the problem seems to be using more than two nude mods on normal outfits, and when using just 1 of them, this marked dlc outfit glitches on the character being used. That's the menu I was talking about; when I press something, the game crashes, but it only happens in that menu.

Edited by kurokoi1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...