BroncoDaFoo Posted April 7, 2025 Posted April 7, 2025 10 minutes ago, zizhou said: 我已经联系了作者 他不想公开 xD i really hate people like that, they post just to brag and flex their mods, are we 5 years old here or what?
zizhou Posted April 7, 2025 Posted April 7, 2025 9 minutes ago, BroncoDaFoo said: i really hate people like that, they post just to brag and flex their mods, are we 5 years old here or what? en... 他肯定有不能公开的理由 毕竟这个mod是他制作的 不是吗?
CrazDy Posted April 7, 2025 Posted April 7, 2025 On 4/6/2025 at 10:09 AM, packofpunch1001 said: Camellya Kanou Sakura mod had broke At first, I thought it was because of the FIXTOOL 2.2.2, but then I realized it wasn't the case when I downloaded the 1.1 version https://gamebanana.com/mods/564620 Would someone kindly help? Thanks mod works fine for me without fixer
CrazDy Posted April 7, 2025 Posted April 7, 2025 14 hours ago, konichiwass said: Any chance to have this mod for latest version? tried using fix from the same author but it didn't fix mod works fine for me (orig + fixer 2.2.2) [Woju Mod] Rover F Stylish Beach Jog Outfit.7z 1
kanfoo1129 Posted April 7, 2025 Posted April 7, 2025 8 hours ago, Yae Yae said: Có anh hùng nào có những bản mod này không, vui lòng cho tôi xin. Tôi tìm thấy chúng ở đây https://www.pixiv.net/en/users/38454016/artworks?p=2 What is the base model of these mods? 1
wujixulian Posted April 7, 2025 Posted April 7, 2025 1 hour ago, BroncoDaFoo said: https://kio.ac/c/dvfOQHAArALjX1U11KbPyb PASSWORD : Eldwh textured by someone from her you can find the textures to download 3 pages ago Could you tell me how to get the bigger boobs?
CrazDy Posted April 7, 2025 Posted April 7, 2025 (edited) You know how some modders use blend expression to create transparency. I learned from here: github.com/bo3b/3Dmigoto/wiki/Output-Merger-blend-state-override there are many other parameters that can be used. I don't know how it works, I just tried some combinations. The most useful I found is "blend = add BLEND_FACTOR ZERO" This is the only combination I found that adds nontransparent color. It basically adds one color to the "drawindexed" part (or whatever, I don't know how it's called properly). Mostly useful on hairs. It doesn't always work and may be glitchy, so just for experimenting and fun. It's similar to transparency one. In ini file find part that you want to modify : search for "drawindexed", disable with ";", see if the part of the model that you want dissipated, enable back, search until you find what you need or run out of options. First two are usually frond and back parts of hairs. When you found what you need copy "drawindexed" line, then replace it with this: run = CustomShader1 Then put the following somewhere top for easier modification [CustomShader1] blend = add BLEND_FACTOR ZERO alpha = add BLEND_FACTOR ZERO blend_factor[0] = x blend_factor[1] = y blend_factor[2] = z blend_factor[3] = A drawindexed = a, b, c then insert values: drawindexed = a, b, c - this is what you copied earlier x, y, z - RGB 0-1 values for the color (you can find online calculator for conversion) A - alpha 0-1 (can just make the color darker, only works sometimes) So with this you can do something like that (picture, front hair) If you find something interesting or useful, please share. Edited April 9, 2025 by CrazDy 5
l10031620 Posted April 7, 2025 Posted April 7, 2025 1 hour ago, zizhou said: en... 他肯定有不能公开的理由 毕竟这个mod是他制作的 不是吗? well, this guy only modified the texture file,the origin mod is from KS,and use the mod need wwmi,which is open source,if someone make a private alternate mod just for show off,then what a bitch,that work is not 100% belong to them,maybe only 10-20% 3
q87073335 Posted April 7, 2025 Posted April 7, 2025 6 hours ago, zizhou said: 请问 有人能分享一下这个mod吗? 这是我见过最棒的! Cantarella v1 狩野樱改.zip 7
SoulEdgeLord Posted April 7, 2025 Posted April 7, 2025 Sooo does anyone have m.tsqn's new Fleurdelys and Cantarella mod?
Popular Post MedusaX10 Posted April 7, 2025 Popular Post Posted April 7, 2025 (edited) 7 hours ago, zizhou said: 请问 有人能分享一下这个mod吗? 这是我见过最棒的! Here you go fam, Cantarella v1 狩野樱改.zip Edited April 7, 2025 by MedusaX10 36
abcxyz123124 Posted April 7, 2025 Posted April 7, 2025 17 minutes ago, MedusaX10 said: Here you go fam, Cantarella v1 狩野樱改.zip 145.87 MB · 11 downloads GYATTT 🥵🥵🥵🥵😈😈 2
OldSoul99 Posted April 7, 2025 Posted April 7, 2025 1 hour ago, MedusaX10 said: Here you go fam, Cantarella v1 狩野樱改.zip 145.87 MB · 84 downloads Don't know if I'm a dumb dumb but the weapon is not showing. Just her standard umbrella.
dabeast13 Posted April 7, 2025 Posted April 7, 2025 Does anyone know why all my mods have these eyes bugged?
neon12345165116 Posted April 7, 2025 Posted April 7, 2025 11 minutes ago, dabeast13 said: Does anyone know why all my mods have these eyes bugged? disable rtx and restart the game 2
coffee.or.tea Posted April 7, 2025 Posted April 7, 2025 3 hours ago, CrazDy said: You know how some modders use blend expression to create transparency. I learned from here: github.com/bo3b/3Dmigoto/wiki/Output-Merger-blend-state-override there are many other parameters that can be used. I don't know how it works, I just tried some combinations. The most useful I found is "blend = add BLEND_FACTOR ZERO" This is the only combination I found that adds nontransparent color. It basically adds one color to the "drawindexed" part (or whatever, I don't know how it's called properly). Mostly useful on hairs. It doesn't always work and may be glitchy, so just for experimenting and fun. It's similar to transparency one. In ini file find part that you want to modify : search for "drawindexed", disable with ";", see if the part of the model that you want dissipated, enable back, search until you find what you need or run out of options. First two are usually frond and back parts of hairs. When you found what you need copy "drawindexed" line, then replace it with this: run = CustomShader1 Then put the following somewhere top for easier modification [CustomShader1] blend = add BLEND_FACTOR ZERO alpha = add BLEND_FACTOR ZERO blend_factor[0] = x blend_factor[1] = y blend_factor[2] = z blend_factor[3] = a drawindexed = a, b, c then insert values: drawindexed = a, b, c - this is what you copied earlier x, y, z - RGB 0-1 values for the color (you can find online calculator for conversion) a - alpha 0-1 (can just make the color darker, only works sometimes) So with this you can do something like that (picture, front hair) If you find something interesting or useful, please share. sorry bro i know nothing about modding but is this your WIP mod? Looks awesome
uuuuuhhhhhmmmmm Posted April 7, 2025 Posted April 7, 2025 guys does anyone have any npc/enemy mods? so far i have Lorelei and abyssall trio covered
FeetAdmirer Posted April 7, 2025 Posted April 7, 2025 would anyone happen to have any jinhsi mods that they could share?
BroncoDaFoo Posted April 7, 2025 Posted April 7, 2025 4 hours ago, wujixulian said: Could you tell me how to get the bigger boobs? the mod comes with bigger boobs just download it and press f6 to see the difference between them and dont forget to downlad the textures for that mod 5 pages ago or 4
uuuuuhhhhhmmmmm Posted April 7, 2025 Posted April 7, 2025 (edited) On 4/5/2025 at 3:18 AM, Nom-Nom said: The hash is located at "zKistuneWives TeamUI\Portraits\Menu\TextureOverride.ini" is there a way to make it so that it always cycles through the pics on auto? i don't wanna have to press / and ] every time i open the game Edited April 7, 2025 by uuuuuhhhhhmmmmm
Nom-Nom Posted April 7, 2025 Posted April 7, 2025 28 minutes ago, uuuuuhhhhhmmmmm said: is there a way to make it so that it always cycles through the pics on auto? i don't wanna have to press / and ] every time i open the game The original creator of TeamUIViewer(Ramuda) might know. It could be that way to help performance(I'm not sure)
DyvineLyght Posted April 7, 2025 Posted April 7, 2025 On 3/1/2025 at 7:32 PM, DyvineLyght said: Anyone have any mods from this author https://www.pixiv.net/en/users/38454016 +1 4
laooo888 Posted April 7, 2025 Posted April 7, 2025 Is there someone know that why I can't access the link of mega from kemono? It is saying that the link was removed or not exist.
l10031620 Posted April 7, 2025 Posted April 7, 2025 2 hours ago, Cel3st3 said: would anyone happen to have any jinhsi mods that they could share? Jinhsi wearing Jinwu's cheongsam [Wuthering Waves] [Mods] try this one? 1
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