Інсталювати 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