Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere






"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
Since F10-F12 are already used up by the steam overlay for me XP