Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.