安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
Something about that Freezing Immunity mod...
And those hairballs have very often drop rate with the time (or, maybe, after resurrection). I've tried to shave Wynter, but it didn't helped (or maybe even made things worse). Wynter hacks up hairballs like once per 10-15 seconds, sometimes even often, so it become impossible to feed fer correctly. btw, Wynter hacks hairballs even in ghost form (and when sleeping in the tent too)
- Wynters voice is very (VERY) loud compared to other characters
- Whenever we try to craft the bell collar, the game crashes
- Some DST dialogue are missing
- The cat crafting tab is unavailable for Wisp
I noticed an error:
Icon map for Wisp, Wynter & Wei.
I'm from Brazil, sorry writing.
AddMinimapAtlas("map_icons/wisp.xml")
AddMinimapAtlas("map_icons/wei.xml")
AddMinimapAtlas("map_icons/wynter.xml")
to
AddMinimapAtlas("images/map_icons/wisp.xml")
AddMinimapAtlas("images/map_icons/wei.xml")
AddMinimapAtlas("images/map_icons/wynter.xml")
Apparently it's enforced to be in images/map_icons/, and modmain.lua didn't reflect this.