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
"C:\Program Files (x86)\Steam\steamapps\common\Don't Starve Together\mods\workshop-344071294\modmain.lua"
And replace this:
if key >= GLOBAL.KEY_F1 and key <= GLOBAL.KEY_F12 then
On this:
if key >= GLOBAL.KEY_F1 and key <= GLOBAL.KEY_F12 and key ~= GLOBAL.KEY_F3 then
You can also change GLOBAL.KEY_F3 to any other key you need.
If you want to change emotions, then go to the same lua file and in the line:
local emotes_map = { "waves", "kiss", "cheer", "laugh", "flex", "yawn", "cheer", "dance", "carol" }
You can replace emotions with the ones you need