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
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_(...)