I've also seen that some modders add conditions that read those lines only for low vram users, but I don't know how to apply them to your mods
EGuitarr
2024-09-27 16:56:23 +0000 UTC
No problem
EGuitarr
2024-09-27 16:56:18 +0000 UTC
thank for letting me know that
Minh Sang Trần Công
2024-09-27 16:51:57 +0000 UTC
noticed i will add those to new mods and fix old mod
Minh Sang Trần Công
2024-09-27 16:51:50 +0000 UTC
Looks like you need to add those lines ps-t lines that read that when you have a low vram pc
EGuitarr
2024-09-27 16:41:43 +0000 UTC
Yes i fixed by using the update script but it was still buggy, i fixed it by adding these lines the ini files:
to the ellen.ini file:
[TextureOverrideEllenHead]
hash = d44a8015
; hash = 7f89a2b3
match_first_index = 0
run = CommandListSkinTexture
ib = ResourceEllenHeadIB
ps-t3 = ResourceEllenHeadDiffuse
ps-t4 = ResourceEllenHeadNormalMap
ps-t5 = ResourceEllenHeadLightMap
ps-t6 = ResourceEllenHeadMaterialMap
to the ellenbody.ini file:
[TextureOverrideEllenBodyHead]
hash = e30fae03
; hash = a72cfb34
match_first_index = 0
run = CommandListSkinTexture
ib = ResourceEllenBodyHeadIB
ps-t3 = ResourceEllenBodyHeadDiffuse
ps-t4 = ResourceEllenBodyHeadNormalMap
ps-t5 = ResourceEllenBodyHeadLightMap
ps-t6 = ResourceEllenBodyHeadMaterialMap