Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
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.