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
local remap_table = {
["(DPad 0 Up)"] = "\238\128\143",
["(DPad 0 Down)"] = "\238\128\140",
["(DPad 0 Left)"] = "\238\128\141",
["(DPad 0 Right)"] = "\238\128\142",
["(Button 0)"] = "\238\128\130",
["(Button 1)"] = "\238\128\128",
["(Button 2)"] = "\238\128\129",
["(Button 3)"] = "\238\128\131",
["(Button 4)"] = "\238\128\133",
["(Button 5)"] = "\238\128\132",
["(Button 6)"] = "\238\128\136",
["(Button 7)"] = "\238\128\139",
["(Button 8)"] = "\238\128\134",
["(Button 9)"] = "\238\128\137",
["(-Y Axis)"] = "\238\128\144",
["(+Y Axis)"] = "\238\128\145",
["(-X Axis)"] = "\238\128\146",
["(+X Axis)"] = "\238\128\147",
["(-Z Axis)"] = "\238\128\148",
["(+Z Axis)"] = "\238\128\149",
["(-Z Rotation)"] = "\238\128\150",
["(+Z Rotation)"] = "\238\128\151",
}
What can I do?
C:\Program Files (x86)\Steam\SteamApps\common\Don't Starve Together\mods\workshop-391918800
P.S. I tried to paste the file content directly, but Steam did not let me submit more than 1000 characters.
I suppose I have 2 questions:
1. which side of the table should I be editing in modmain.lua (ie "Button 1" or "Button B")?
2. is my problem related to having a 2 digit button assignment since I don't see any options to change Button 10, Button 11, etc.?
I have a Mac and a PS3 controller, if that helps. (I know this mod will only change the generic values to Xbox / Steam controller images, but anything is better than seeing "Press Button XX to blah blah blah" everywhere.)
as a last ditch kludge if I can't get this mod to work with my setup, is there any way to turn off the tooltips entirely?
thanks!
["(Button 0)"] = "\129",--"Button A”,
["(Button 1)"] = "\127",--"Button B”,
["(Button 2)"] = "\128",--"Button X”,
["(Button 3)"] = "\130",--"Button Y",
we already have the game layout and i use a ps3 controler :)