Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem






"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