安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
Active Pause button will now move to the center of the screen to allow toggling while menu panel(s) is/are opened
Pressing Left/Right Mouse button or any of the quick bar keys can deactive/unpause the Active Pause function
And then release it with some guidelines for modders about how to add such support in their own UI mods (I think, such behaviour may be handy not only for that mod).
But, if its way complex - nobody forces you, obviosly
The logic on to this would be:
Slot is not empty? If true=enable keybind capture. If false=disable keybind capture.
Just like... we can give same function (unpause game, for example) to few buttons. And these buttons shouldnt only unpause game , but may do anything else .
In other words:
You bind "unpause" function to buttons, that activate skills on hotbar. So - when you press, for example 1, to activate "rush" - it also unpauses game. And, when you rebind keys in settings - you rebind not just button, related to slot in hotbar, but also button, that will unpause game.
Possible problems: buttons, related to empty hotbar slots, may still trigger unpause. But wait, pressing key, when there is no skill/item inside this hotbar slot, does nothing in vanilla game! Maybe there is a trick to verify, if hotbar slot is empty or constains anything?
Or it wont work?