Himeko nude transparency
外套和衣服4合1切换,按H切换,衣服有半透明,有问题欢迎留言(目前已知冲刺后模型会炸,我没法处理)
4 in 1 switch between coat and clothes, press H to switch. The clothes are semi-transparent. If you have any questions, please leave a message (it is currently known that the model will explode after sprinting, and I cannot handle it)
如果遇到透明将身体部分穿过的问题,可以将ini文件中TextureOverridehimekoA和TextureOverridehimekoB的match_first_index值对调来解决问题
--------------------------------------------------------------------------------------------------------------
下面是对于透明的说明:
打开merged.ini文件,找到下面这一段(使用genshin_merge_mods.py合并mod的时候同样将这部分加进ini文件就可以恢复透明)
; Custom Shaders ----------------------------
[CustomShaderTransparency]
blend = ADD BLEND_FACTOR INV_BLEND_FACTOR
blend_factor[0] = x
blend_factor[1] = x
blend_factor[2] = x
blend_factor[3] = 1
handling = skip
drawindexed = auto
其中的x是调控透明度的(调整时3个值一起变),范围0~1,需要注意的是数值为1的时候并不是不透明,而是显示的黑色,目前不清楚原因,如果需要不透明的,可以将ini文件中所有run = CustomShaderTransparency替换为drawindexed = auto
--------------------------------------------------------------------------------------------------------------------
Below is an explanation of transparency:
Open the "merged.ini" file and locate the following paragraph (When using genshin_merge_mods. py to merge mods, adding this part to the ini file can restore transparency)
; Custom Shaders ----------------------------
[CustomShaderTransparency]
blend = ADD BLEND_ FACTOR INV_ BLEND_ FACTOR
blend_ factor[0] = x
blend_ factor[1] = x
blend_ factor[2] = x
blend_ factor[3] = 1
handling = skip
drawindexed = auto
Among them, x is used to regulate transparency (the three values change together during adjustment), with a range of 0 to 1. It should be noted that when the value is 1, it is not opaque, but black. The reason is currently unclear. If opacity is needed, all run=CustomiShaderTransparency in the ini file should be replaced with drawindexed=auto
Requirements
Dependencies and prerequisites required to use this Mod