Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Trung giản thể)
繁體中文 (Trung phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
"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