kivaer Posted June 15 Posted June 15 On 6/1/2026 at 12:51 AM, Dam0nBaird said: Finally got two days off - returned to the hobby, there is still a lot of work to do on Ardelia, the worst model of those I have seen from the technical side (there is an assumption that the creator of the model was either in a hurry or did not try very hard on it). I borrowed the horns from Orphea - I think this version is cuter Man I hate her face so much. She has a face that's rectangular, round, and triangular at the same time. She's so fugly. Idk what you did but this looks a little cuter, maybe thanks to the hair.
t52642905 Posted June 17 Posted June 17 On 2026/6/7 at PM8点59分, Dam0nBaird said: 我看到有更新,但还没来得及查看。这很有趣,如果成功了,那将非常棒。 I have installed all your mods and I really like them. Will there be any mod updates in version 1.3?
Dam0nBaird Posted June 17 Author Posted June 17 On 6/7/2026 at 7:43 PM, Butter9487 said: Favorite is Akekuri but a little bit too less toggles Hope you will have time to you know 😆 give more *love* to this cute doggy Yeah, I know...I just couldn't think of anything interesting when I was creating the mod. I'm still sticking to my word that I plan to expand on the mods I've already created. And now that I've finally sorted things out, I plan to release updates and new mods more frequently.
Dam0nBaird Posted June 17 Author Posted June 17 On 6/13/2026 at 4:27 PM, Corona Cerveza said: Hi:) Your work is amazing, we look forward to each one. I also have an idea that might be interesting for you; it will help develop your skills and make your work even more interesting. Greetings. Interesting art. But it always looks so stupid in the game itself when they change a male character to a female one. Even if you make a very beautiful and attractive model, she'll still use male animations and a male voice... I don't know... I just don't know...
Dam0nBaird Posted June 17 Author Posted June 17 On 6/14/2026 at 6:59 PM, Aldritch_L said: Estella's fingers have some problem🥺 Hello. I'll check everything and if I find this issue, I'll release a fix tomorrow.
Dam0nBaird Posted June 17 Author Posted June 17 On 6/15/2026 at 2:28 PM, kivaer said: Man I hate her face so much. She has a face that's rectangular, round, and triangular at the same time. She's so fugly. Idk what you did but this looks a little cuter, maybe thanks to the hair. The only thing I did was replace the horns and remove the asymmetrical hairstyle - I replaced it with a ponytail. 1
Dam0nBaird Posted June 17 Author Posted June 17 13 hours ago, t52642905 said: I have installed all your mods and I really like them. Will there be any mod updates in version 1.3? Regarding the mods already released, the priority is bug fixing and changing the body material (so that the body uses the material of the original body, not clothing). Everything else—general accessories, and adding new switches—will only happen after I've made at least three or four new mods.
Dam0nBaird Posted June 17 Author Posted June 17 8 hours ago, kales12 said: Thank you, I really like this mod. Enjoy!
BigBelt Posted June 18 Posted June 18 (edited) I've resolved the skin shader issue I mentioned earlier. Chen is included as an example, and I've attached the INI file. However, there is still one problem. For mods like Perlica, where the torso is split into two separate components, it seems that only one side can be modified. I tried using the attach command on both components, but only one of them gets applied. In addition, since only a single skeleton can be saved, the other component becomes loose/deformed after being transferred. As a result, when the shader fix is transferred, only one torso component works correctly while the other does not. If possible, it might be a good idea to merge the torso into a single component for mods such as Perlica or Xaihi. Also, each LOD of the components being attached needs to be assigned its own unique ID. In the example INI file, I used IDs 4 and 5, and these IDs must not overlap with any others. Please keep this in mind when using the same setup across multiple characters. This is already mentioned in the original guide, but I wanted to reiterate it just to be safe. +) Known unresolved issue: when Chen uses her Ultimate, the character's body temporarily turns black. It appears that the shader applied through attach is conflicting with the shader used during the Ultimate animation/effect. As far as I can tell, there does not seem to be a viable workaround or fix at the moment. Chen.zip Edited June 18 by BigBelt reupload ini file 2
Dam0nBaird Posted June 18 Author Posted June 18 7 hours ago, BigBelt said: I've resolved the skin shader issue I mentioned earlier. Chen is included as an example, and I've attached the INI file. However, there is still one problem. For mods like Perlica, where the torso is split into two separate components, it seems that only one side can be modified. I tried using the attach command on both components, but only one of them gets applied. In addition, since only a single skeleton can be saved, the other component becomes loose/deformed after being transferred. As a result, when the shader fix is transferred, only one torso component works correctly while the other does not. If possible, it might be a good idea to merge the torso into a single component for mods such as Perlica or Xaihi. Also, each LOD of the components being attached needs to be assigned its own unique ID. In the example INI file, I used IDs 4 and 5, and these IDs must not overlap with any others. Please keep this in mind when using the same setup across multiple characters. This is already mentioned in the original guide, but I wanted to reiterate it just to be safe. +) Known unresolved issue: when Chen uses her Ultimate, the character's body temporarily turns black. It appears that the shader applied through attach is conflicting with the shader used during the Ultimate animation/effect. As far as I can tell, there does not seem to be a viable workaround or fix at the moment. Chen.zip 5.93 kB · 1 download Looks cool, seriously. I'll look into it. If it were possible to combine the entire body into a single component, I would have done so from the start, but it's impossible for me. I'll try to explain why: the same vertices are named differently in each component. (For example, in Perlika, the stomach vertex responsible for position in space and animation is called 6 in component 7, but 0 in component 8. Therefore, if I use the dress—component 7—as the basis for the entire body, I won't be able to find out the names of the vertices for the hips, knees, and shins because they're not in the dress. Therefore, for the lower body, I use a different component where I can find these vertex values.) 1
BigBelt Posted June 18 Posted June 18 7 hours ago, Dam0nBaird said: Looks cool, seriously. I'll look into it. If it were possible to combine the entire body into a single component, I would have done so from the start, but it's impossible for me. I'll try to explain why: the same vertices are named differently in each component. (For example, in Perlika, the stomach vertex responsible for position in space and animation is called 6 in component 7, but 0 in component 8. Therefore, if I use the dress—component 7—as the basis for the entire body, I won't be able to find out the names of the vertices for the hips, knees, and shins because they're not in the dress. Therefore, for the lower body, I use a different component where I can find these vertex values.) So that's why Pellica and Xaihi barely have any mods. I didn't realize they had that kind of limitation. I guess we'll have to wait for RabbitFX to add support for multi-component transplants.
BigBelt Posted June 19 Posted June 19 It looks like there may be an LOD-related bug in Perlica v1.2. Everything works fine in v1.1, but in v1.2 the arms become distorted/glitched when the character is viewed from a distance, as shown in the screenshot.
BigBelt Posted June 19 Posted June 19 (edited) Yesterday I mentioned that transplanting across multiple components wasn't possible, but it turns out the issue was caused by a mistake on my end. I had assigned IDs to the attached components, but I completely forgot to assign IDs to the corresponding draw components as well. Because of that, I mistakenly assumed multi-component transplants weren't working. Haha. In any case, I've confirmed that Pellica now works correctly too. You should be able to use the attached INI file as a reference. the attached INI file is based on Perlica v1.1. Perlica1.1.zip Edited June 19 by BigBelt 1
AEFIXN Posted June 21 Posted June 21 I gotta say, the quality on these mods is amazing! The Chen mod in particular is probably my favorite nude mod of any game - how did you come up with the inspiration for this hair coloring for her? It's now my personal head canon for her along with the white piercings and white collar. Looking forward to the mod you teased for Arclight - she's another favorite of mine.
Mio212 Posted June 21 Posted June 21 Wish they worked in the rain I would use a few of them honestly but I spend the bulk of my time in Wuling and the modals are ugly in the rain so I am waiting for that update.
Dam0nBaird Posted Tuesday at 09:00 PM Author Posted Tuesday at 09:00 PM On 6/19/2026 at 5:31 AM, BigBelt said: It looks like there may be an LOD-related bug in Perlica v1.2. Everything works fine in v1.1, but in v1.2 the arms become distorted/glitched when the character is viewed from a distance, as shown in the screenshot. Hello. Yes, I'm aware of the problem—it's a bug in the modding tools. I'm in the process of fixing it.
Dam0nBaird Posted Tuesday at 09:05 PM Author Posted Tuesday at 09:05 PM On 6/19/2026 at 5:49 AM, BigBelt said: Yesterday I mentioned that transplanting across multiple components wasn't possible, but it turns out the issue was caused by a mistake on my end. I had assigned IDs to the attached components, but I completely forgot to assign IDs to the corresponding draw components as well. Because of that, I mistakenly assumed multi-component transplants weren't working. Haha. In any case, I've confirmed that Pellica now works correctly too. You should be able to use the attached INI file as a reference. the attached INI file is based on Perlica v1.1. Perlica1.1.zip 5.73 kB · 4 downloads That's cool. The only thing left now is the ability animation bug.
Dam0nBaird Posted Tuesday at 09:17 PM Author Posted Tuesday at 09:17 PM On 6/21/2026 at 11:56 PM, sweatytoothed said: I gotta say, the quality on these mods is amazing! The Chen mod in particular is probably my favorite nude mod of any game - how did you come up with the inspiration for this hair coloring for her? It's now my personal head canon for her along with the white piercings and white collar. Looking forward to the mod you teased for Arclight - she's another favorite of mine. Hello. I spent a lot of time creating it, and it was worth it. The hair color turned out funny—I was doing it in Paint and accidentally pushed the contrast and color sliders to the maximum. I was planning on doing something else, but I liked the result and decided to keep it. If you use Paint, you can experiment and change the image's contrast as much as possible several times; sometimes you get interesting results. Arclight will be done. 1
Dam0nBaird Posted Tuesday at 09:19 PM Author Posted Tuesday at 09:19 PM On 6/22/2026 at 1:02 AM, Mio212 said: Wish they worked in the rain I would use a few of them honestly but I spend the bulk of my time in Wuling and the modals are ugly in the rain so I am waiting for that update. Hello. Which mods don't work in the rain? I think I've already performed a special operation to fix this issue.
Mio212 Posted Tuesday at 10:37 PM Posted Tuesday at 10:37 PM 1 hour ago, Dam0nBaird said: Hello. Which mods don't work in the rain? I think I've already performed a special operation to fix this issue. I know chen's mod has the ugly muddy texture when wet and last time I checked your xaihi mod. Also flourette ember and Akekuri
dragnel117 Posted Wednesday at 11:35 AM Posted Wednesday at 11:35 AM Excuse me, but is there any hero who can help me with the textures for the Zhuang Fangyi mod? It's made by Slap. ZhuangFangyi - THICC (Melodiq).zip
Dam0nBaird Posted yesterday at 10:26 AM Author Posted yesterday at 10:26 AM On 6/24/2026 at 2:35 PM, dragnel117 said: Excuse me, but is there any hero who can help me with the textures for the Zhuang Fangyi mod? It's made by Slap. ZhuangFangyi - THICC (Melodiq).zip 108.45 MB · 0 downloads I'll take a look, but I'm not promising anything. I can recommend this Discord channel; there's a dedicated thread about it. https://discord.com/channels/1465767466952294685/1465767468541808724
Dam0nBaird Posted yesterday at 03:33 PM Author Posted yesterday at 03:33 PM I remade it from scratch four times... And with the tenacity of a ram, I finally finished it (ironic, considering the animal Ardelia represents). It looks bad... I know, but a) the model is technically terrible, and b) I couldn't come up with anything for a long time. - The model completely lacks the vertices responsible for the breasts, so there are no breast physics. - The fur under the skirt hides absolutely nothing; there's no groin area, and therefore no vertices responsible for the groin. Therefore, the dress can't be completely removed because I couldn't properly connect the upper and lower body halves. - The left arm has the same problem: it can't be connected to the shoulder correctly (I don't know why the creator made it so the left arm has fewer vertices than the right). Therefore, the fabric from the biceps also can't be removed. - The wet texture works, but the body material hasn't been applied yet; I'm just now getting to grips with this new RabbitFX feature. 5
Dam0nBaird Posted yesterday at 04:31 PM Author Posted yesterday at 04:31 PM If anyone has already downloaded the Ardelia mod, here's a fix for the stocking textures (I forgot to apply the default textures). For everyone else, the fix has already been implemented on the mod's page.Ardelia.rar 2
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