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
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.