饑荒聯機版

饑荒聯機版

Advanced Controls
lakhnish_monster 2019 年 8 月 3 日 上午 7:17
[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.
最後修改者:lakhnish_monster; 2019 年 8 月 3 日 上午 9:35
< >
目前顯示第 1-7 則留言,共 7
exige  [開發人員] 2019 年 8 月 3 日 下午 6:12 
Can I get a screenshot of your config options?
lakhnish_monster 2019 年 8 月 3 日 下午 6:25 
Here you go.
Settings page one [imgur.com] and two [imgur.com].
exige  [開發人員] 2019 年 8 月 3 日 下午 7: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 2019 年 8 月 3 日 下午 7:19 
Yea, key id 0 is being printed when I change the volume. (Thanks for fixing my mistake on the mouse actions).
exige  [開發人員] 2019 年 8 月 3 日 下午 7: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 2019 年 8 月 3 日 下午 8: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  [開發人員] 2019 年 8 月 3 日 下午 8:29 
Ty! I'll get an update pushed shortly.
< >
目前顯示第 1-7 則留言,共 7
每頁顯示: 1530 50