Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
https://sp.zhabite.com/sharedfiles/filedetails/?id=2985787335
Hairs not Adjustable by some spezies and the hairs are not correct loaded.
1. Open the .txt files 09_portraits_humanoid and 91_portraits_human in your Steam mods folder.
2. Take the files and make copies of them.
3. If you have a Python editor (you can use Jupyter notebooks by downloading Anaconda), take your copy files and put them in the Jupyter file space, create a new file to replace by writing something like:
o = open('new_91_portraits_human.txt', 'a')
for line in open("91_portraits_human.txt"):
line = line.replace("hair_selector","attachment_selector")
o.write(line + "\n")
print(line)
o.close
4. After you do this for both files, take the new ones files you made, put them where you found them in the mods folders, and then rename them to their original titles.