Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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.