Інсталювати 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.