Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Hán giản thể)
繁體中文 (Hán phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (tiếng Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
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.