Free role-playing action game from the creators of Genshin Impact and Honkai: Star Rail. In the near future, the world was shaken by a... Read more
Клавиши переключения:
CTRL+:
ALT+:
Клавиши без привязки:
Useful links:
Переменная $active обычно определяется по умолчанию и сообщает ZZMI, что персонаж должен быть модицифицирован и активен на экране. Но это нужно сделать для КАЖДОГО раздела, который влияет на прическу, или подождать, пока создатель мода обновит свой материал. Если текстуры загружаются неправильно, это может быть связано с GPU, который вы используете. Добавьте эти строки в ini, и все будет исправлено:
[TextureOverrideJaneDoeHairADiffuse2]
hash = b33a9770
this = ResourceJaneDoeHairADiffuse
[TextureOverrideJaneDoeHairANormalMap2]
hash = f0aded31
this = ResourceJaneDoeHairANormalMap
[TextureOverrideJaneDoeHairALightMap2]
hash = 5e12acc1
this = ResourceJaneDoeHairALightMap
[TextureOverrideJaneDoeHairAMaterialMap2]
hash = 40fca454
this = ResourceJaneDoeHairAMaterialMap
[TextureOverrideJaneDoeBodyADiffuse2]
hash = e62ae3b5
this = ResourceJaneDoeBodyADiffuse
[TextureOverrideJaneDoeBodyANormalMap2]
hash = 387dfc9f
this = ResourceJaneDoeBodyANormalMap
[TextureOverrideJaneDoeBodyALightMap2]
hash = 52fa9861
this = ResourceJaneDoeBodyALightMap
[TextureOverrideJaneDoeBodyAMaterialMap2]
hash = 5dce2408
this = ResourceJaneDoeBodyAMaterialMap
Если вам нужно вставить условие, чтобы мод не изменял лицо Джейн, поэтому сделайте что-то вроде этого:
[TextureOverrideLucyHairA]
if $active = 1
hash = SOMETHING
match_first_index = X
ib = ResourceLucyHairAIB
endif