安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
When performing a World Interaction and moving your character will slow down slightly, and stop altogether in the case of opening a Garage Door, for a very brief moment. I have no plans on this being a configurable option, and this is done intentionally. It is a fantastic inclusion for immersion in my opinion, and in tight situations makes planning your movement all the more important. After time, you will hardly notice it.
The "Interact" key action (E) is just not exposed in Lua, and there is no method to override this. My mod works by checking the objects around the player, and performing the animation if it finds an appropriate object when that key is pressed too. As such, the door toggle and animation happen from 2 different locations and I cannot consolidate this.
The Mouse-Click and TimedAction (done from the context menu) work the same way for consistency, in that on success of toggling the door the animation is performed.
Due to how it is defined in the animation action file, the slowdown cannot be a configurable amount either.
In real life you cannot open/close a door without slowing down really, and this is meant to simulate that as best it can since doors toggle immediately in the game. The speed reduction is only applied to your movement speed and is very brief, so any other action such as attacking will not be impacted. I feel this makes doors you cannot see through all the more exciting, as you need to be prepared and take into account that you will be briefly slower. Once you get used to it, I feel you will hardly notice it anymore.
The only other alternative to make it "smooth" is to make the slowdown even more dramatic, even stopping the player, which I felt increased the difficulty way too much.