Instalar o Steam
Iniciar sessão
|
Idioma
简体中文 (Chinês Simplificado)
繁體中文 (Chinês Tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Checo)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol de Espanha)
Español-Latinoamérica (Espanhol da América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polaco)
Português (Brasil)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar problema de tradução
Extra Equip Slots Clean [Doom]
https://gtm.you1.cn/sharedfiles/filedetails/?id=3026138806
The fix is simple:
1 - Go to the game mods folder, "<steam installation folder>\steamapps\common\Don't Starve Together\mods";
2 - Find this mod folder, for me was "workshop-375850593", and open it;
3 - In the folder, open the archive "modmain.lua" in a text editor, and find the table for the equipment slots, for me it was:
GLOBAL.EQUIPSLOTS = {
HANDS = "hands",
HEAD = "head",
BODY = "body",
BACK = "back",
NECK = "neck",
WAIST = "waist"
}
4 - Add the beard again to this table, just like this:
GLOBAL.EQUIPSLOTS = {
HANDS = "hands",
HEAD = "head",
BODY = "body",
BACK = "back",
BEARD = "beard", -- Added line to resolve Wilson compatibility
NECK = "neck",
WAIST = "waist"
}
5 - Save the file and close it, and you should be good to go.
For me this fixed the Wilson issue... hope this helps someone!!!