kivaer Posted Monday at 11:28 AM Posted Monday at 11:28 AM 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 Wednesday at 06:00 AM Posted Wednesday at 06:00 AM 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 Wednesday at 07:06 PM Author Posted Wednesday at 07:06 PM 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 Wednesday at 07:11 PM Author Posted Wednesday at 07:11 PM 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 Wednesday at 07:12 PM Author Posted Wednesday at 07:12 PM 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 Wednesday at 07:16 PM Author Posted Wednesday at 07:16 PM 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 Wednesday at 07:24 PM Author Posted Wednesday at 07:24 PM 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 Wednesday at 07:26 PM Author Posted Wednesday at 07:26 PM 8 hours ago, kales12 said: Thank you, I really like this mod. Enjoy!
BigBelt Posted yesterday at 02:44 AM Posted yesterday at 02:44 AM (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 18 hours ago by BigBelt reupload ini file 1
Dam0nBaird Posted 16 hours ago Author Posted 16 hours ago 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 8 hours ago Posted 8 hours ago 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 41 minutes ago Posted 41 minutes ago 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 23 minutes ago Posted 23 minutes ago (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 21 minutes ago by BigBelt
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