Asta transparency
艾丝妲半透明裙子和上衣(AstaMODtransparent.rar),最后一个存货,最近暂时不做了(除非有特别想做的,欢迎留言),另外顺带传一下之前有人要的没胖次版,需要的下载AstaMODnopants.rar
Transparency skirts and tops for Asta (AstaMODtransparent.rar). I currently do not plan to make a new mod (unless there is something particular I want to do, please leave a message if you have any ideas). Also, the no pants version someone requested are upload here, download AstaMODnopants.rar
--------------------------------------------------------------------------------------------------------------
下面是对于透明的说明:
打开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