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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告






I also shrunk the size of several chariot "articulation points" (the point that the chariot bends). In the game's coding the articulation point is its own entity with its own mass and collision hitbox and equations. Previously this mod updated the mass value of the articulation point but not its hitbox size. Turns out that many hitboxes for this point were even wider than the chariot itself. The result after this change is less collisions when in a blob of enemies, and therefore less getting mired down in the "tarpit".
https://discord.gg/bPftvAMW
The equation behind-the-scenes isn't something a modder can alter. But the equation now checks knockback against a delay that I believe didn't used to exist. That delay is
skip_collision_ignore_knock_seconds 2
found in _kv_rules_tables
If that were set to 0 I think that would revert it to how it was done before.
There are other stats that are variables in the equation also in the same db:
interrupt_mass_ratio_clamp_hit_reaction
interrupt_mass_ratio_clamp_knockback
interrupt_mass_ratio_clamp_knockdown
collision_disable_delay_(...)
@benettonkkb check my videos for my other mods too haha