Don't Starve Together

Don't Starve Together

Quick Announcements
 This topic has been pinned, so it's probably important
HowlingBreeze  [developer] 16 Dec, 2021 @ 7:07am
Bug Tracker
Tell me any bugs and glitches you may find.
-------------------------------------------------------------------------
Conte qualquer bug ou glitch que você talvez encontre.
< >
Showing 1-7 of 7 comments
loopuleasa 7 May, 2022 @ 9:02am 
I noticed that when I increase my volume, it announces my stats...

I have a button on my keyboard that goes volume up, is that bind reused by the mod?
HaoDZ 8 May, 2024 @ 6:22pm 
Do you mind checking the announcetrings part that deals with Klei IDs? The mod isn't reading that table correctly and receives nil values.

It's been found by @Navitotorito2005 that replacing

USERID = { ["KU_aabbccdd"] = { "string1", "string2", "string3", } }
with this:
USERID = { ["KU_aabbccdd"] = { GENERIC = "string1", GHOST = "string2", ASK_REVIVE = "string3", } }
will let it work.
Last edited by HaoDZ; 8 May, 2024 @ 6:24pm
HowlingBreeze  [developer] 9 May, 2024 @ 4:32pm 
@HaoDZ
Thanks for reporting this bug. I'm aware of this issue and it is already being fixed.

Speaking of which, I've been working on an update for the mod in the background full of other bug-fixes and small changes. I'm not sure of when it will be released, but I might make an effort to release it soon. (Side note: some changes will be made to the translation files in account to code clean-up and a few new features, so keep that in mind when transferring old strings to the updated file.)
Deimos 10 Dec, 2024 @ 3:51pm 
[string "../mods/workshop-2683677179/modmain.lua"]:70: attempt to compare number with boolean
LUA ERROR stack traceback:
../mods/workshop-2683677179/modmain.lua:70 in (upvalue) IsMouseInput (Lua) <69-71>
../mods/workshop-2683677179/modmain.lua:78 in (upvalue) GetInputState (Lua) <77-79>
../mods/workshop-2683677179/modmain.lua:213 in (upvalue) Announce (Lua) <202-215>
../mods/workshop-2683677179/modmain.lua:472 in (field) fn (Lua) <454-474>
scripts/events.lua:46 in (method) HandleEvent (Lua) <42-49>
scripts/input.lua:189 in (method) OnRawKey (Lua) <184-191>
scripts/input.lua:446 in () ? (Lua) <445-447>

Crash on beta bracnh
Deimos 10 Dec, 2024 @ 3:51pm 
Trying to announce something on the ground

Originally posted by Deimos:
[string "../mods/workshop-2683677179/modmain.lua"]:70: attempt to compare number with boolean
LUA ERROR stack traceback:
../mods/workshop-2683677179/modmain.lua:70 in (upvalue) IsMouseInput (Lua) <69-71>
../mods/workshop-2683677179/modmain.lua:78 in (upvalue) GetInputState (Lua) <77-79>
../mods/workshop-2683677179/modmain.lua:213 in (upvalue) Announce (Lua) <202-215>
../mods/workshop-2683677179/modmain.lua:472 in (field) fn (Lua) <454-474>
scripts/events.lua:46 in (method) HandleEvent (Lua) <42-49>
scripts/input.lua:189 in (method) OnRawKey (Lua) <184-191>
scripts/input.lua:446 in () ? (Lua) <445-447>

Crash on beta bracnh
Deimos 10 Dec, 2024 @ 3:57pm 
Configs aren't working too
Deimos 4 Jul @ 6:01pm 
[00:04:37]: [string "../mods/workshop-2683677179/modmain.lua"]:111: attempt to compare number with boolean
LUA ERROR stack traceback:
../mods/workshop-2683677179/modmain.lua:111 in (upvalue) IsMouseInput (Lua) <110-112>
key = false
../mods/workshop-2683677179/modmain.lua:119 in (upvalue) GetInputState (Lua) <118-120>
input = false
../mods/workshop-2683677179/modmain.lua:228 in (upvalue) Announce (Lua) <217-230>
msg = I have (:hunger:150/150) ♣ (:sanity:200/200) ♣ (:heart:150/150) ♣ (:fire:32°).
msg_type = GENERIC
../mods/workshop-2683677179/modmain.lua:347 in (field) fn (Lua) <336-348>
button = nil
down = nil
player = 102321 - wilson (valid:true)
scripts/events.lua:46 in (method) HandleEvent (Lua) <42-49>
self =
events = table: 0x60001a6e3880
event = 0
arg = nil
handlers = table: 0x60001e4f9600
k = table: 0x60001e4f95c0
v = true
scripts/input.lua:191 in (method) OnRawKey (Lua) <186-193>
self =
onkeyup = table: 0x60001a6e3840
hoverinst = 102220 - multiplayer_portal (valid:true)
onmousebutton = table: 0x60001a6e3940
controllerid_cached = 0
onkey = table: 0x60001a6e37c0
enabledebugtoggle = true
entitiesundermouse = table: 0x60002666da40
IsAqModifierDown = function - scripts/input.lua:479
ontextinput = table: 0x60001a6e3ac0
position = table: 0x60001a6e39c0
onkeydown = table: 0x60001a6e38c0
oncontrol = table: 0x60001a6e3a40
mouse_enabled = true
ongesture = table: 0x60001a6e3b40
key = 0
down = false
scripts/input.lua:765 in () ? (Lua) <764-766>
key = 0
is_up = false

[00:04:37]: [string "../mods/workshop-2683677179/modmain.lua"]:111: attempt to compare number with boolean
LUA ERROR stack traceback:
../mods/workshop-2683677179/modmain.lua:111 in (upvalue) IsMouseInput (Lua) <110-112>
../mods/workshop-2683677179/modmain.lua:119 in (upvalue) GetInputState (Lua) <118-120>
../mods/workshop-2683677179/modmain.lua:228 in (upvalue) Announce (Lua) <217-230>
../mods/workshop-2683677179/modmain.lua:347 in (field) fn (Lua) <336-348>
scripts/events.lua:46 in (method) HandleEvent (Lua) <42-49>
scripts/input.lua:191 in (method) OnRawKey (Lua) <186-193>
scripts/input.lua:765 in () ? (Lua) <764-766>
< >
Showing 1-7 of 7 comments
Per page: 1530 50