Don't Starve Together

Don't Starve Together

Advanced Controls
[Bugs?] Holding FN + Arrow Keys Enables/Disables Lag Compensation + Others
On Cave Enabled Worlds (cause that's what I checked) with these settings enabled:
Double Click to TP
Disable attacking Snurtle Mounds
Neutral Spiders and Spider Dens

A) When I hold down the FN + Left/Right Arrow keys, it adjusts the volume on my laptop.

What it also seems to do is enable and disable lag compenstation for some reason.

I tested with just this mod enabled, redownloaded the mod, and cleaned the files in the mod folder. Is it something on my end? Seems to be a recent thing, as I wasn't having this issue about a week ago, iirc.

B) I can't click to walk either.
Última edición por lakhnish_monster; 3 AGO 2019 a las 9:35
< >
Mostrando 1-7 de 7 comentarios
exige  [desarrollador] 3 AGO 2019 a las 18:12 
Can I get a screenshot of your config options?
lakhnish_monster 3 AGO 2019 a las 18:25 
Here you go.
Settings page one [imgur.com] and two [imgur.com].
exige  [desarrollador] 3 AGO 2019 a las 19:14 
Alternative mouse actions should be default for you; disabled disables click to walk.

As for the volume keys, send this command to the console:
TheInput:AddKeyHandler(function(key) print("key_id: "..key) end)
and see if the key id being printed is 0 when you change your volume. You can open the console in the main menu to test this.
lakhnish_monster 3 AGO 2019 a las 19:19 
Yea, key id 0 is being printed when I change the volume. (Thanks for fixing my mistake on the mouse actions).
exige  [desarrollador] 3 AGO 2019 a las 19:53 
That figures...
local function GetKeyFromConfig(config) local key = GetModConfigData(config) return key and (type(key) == "number" and key or _G[key]) or 0 end
or 0 -_-

Mind playing with that key id script some more and see if -1 ever pops up when using your keyboard fn keys?
lakhnish_monster 3 AGO 2019 a las 20:14 
I've pressed just about every key while holding the FN button down. I was not able to get a -1 value to pop up.
exige  [desarrollador] 3 AGO 2019 a las 20:29 
Ty! I'll get an update pushed shortly.
< >
Mostrando 1-7 de 7 comentarios
Por página: 1530 50