Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
have some way to add hold SHiFT to cancel Auto-drops?
can be this mod
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2836659083
so when I go down the stairs the character slides
This mod is like 7 lines of code, and the code literally translates to "if isCrouching then dropDown".
The movement controller has seperate calls for force-crouching, force-jumping and force-dropping down, this mod only uses the last one, which afaik shouldn't cause you to jump.
If you still can't get it to work and are also experiencing other oddities like not being able to take damage or energy not recharging, it's likely that your status controller suffered a script error from a badly written mod, which I may be able to locate for you if you provide me with a log of a play session where you experienced said issues.
The only cause that I can think of rn is a compatibility issue that I realised about regarding scripts that use mcontroller.clearControls(), to which I already have a solution for, which I'll apply when I get home.