Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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.