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.
Last edited by lakhnish_monster; 3 Aug, 2019 @ 9:35am
< >
Showing 1-7 of 7 comments
exige  [developer] 3 Aug, 2019 @ 6:12pm 
Can I get a screenshot of your config options?
lakhnish_monster 3 Aug, 2019 @ 6:25pm 
Here you go.
Settings page one [imgur.com] and two [imgur.com].
exige  [developer] 3 Aug, 2019 @ 7:14pm 
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 Aug, 2019 @ 7:19pm 
Yea, key id 0 is being printed when I change the volume. (Thanks for fixing my mistake on the mouse actions).
exige  [developer] 3 Aug, 2019 @ 7:53pm 
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 Aug, 2019 @ 8:14pm 
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  [developer] 3 Aug, 2019 @ 8:29pm 
Ty! I'll get an update pushed shortly.
< >
Showing 1-7 of 7 comments
Per page: 1530 50