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
Akizka Posted April 7, 2025 Posted April 7, 2025 1 hour ago, laooo888 said: 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. basicly the person who made the link for the folder removed/deleted it so its gone gone
Pistrondle Posted April 7, 2025 Posted April 7, 2025 (edited) here is the 2.2 peeing for anyone who wants team ui for peeing v2.2.rar Edited April 8, 2025 by Pistrondle 13
Protected05 Posted April 7, 2025 Posted April 7, 2025 On 4/6/2025 at 1:28 PM, Wish Upon a Star said: no, i may end up make less ppl want to donate him You know you can like, share him the incomplete mod, just with the replaced files, right?
infinitybelt Posted April 7, 2025 Posted April 7, 2025 Has anyone managed to pick up the full version of this mod? https://gamebanana.com/mods/584137 3
ramuda1216 Posted April 7, 2025 Posted April 7, 2025 4 hours 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 Prevented portraits from being accidentally saved in a hidden state. There are two ways to change it. TeamUI2Viewer.ini [Constants] global $pmode = 1 global $bmode = 1 When changing the initial value global $pmode = 2 global $bmode = 2 Change to save with F10 global persist $pmode = 1 global persist $bmode = 1 1
manu5 Posted April 7, 2025 Posted April 7, 2025 On 4/6/2025 at 12:22 PM, saber0001 said: https://www.sunwenjie.top/category/鸣潮 its over here check it if that the one u looking for I downloaded the archive, but it only was textures files in it. I guess an ini file is needed. I wonder if this is a retexture of a previous mod. Any ideas?
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