Installa Steam
Accedi
|
Lingua
简体中文 (cinese semplificato)
繁體中文 (cinese tradizionale)
日本語 (giapponese)
한국어 (coreano)
ไทย (tailandese)
Български (bulgaro)
Čeština (ceco)
Dansk (danese)
Deutsch (tedesco)
English (inglese)
Español - España (spagnolo - Spagna)
Español - Latinoamérica (spagnolo dell'America Latina)
Ελληνικά (greco)
Français (francese)
Bahasa Indonesia (Indonesiano)
Magyar (ungherese)
Nederlands (olandese)
Norsk (norvegese)
Polski (polacco)
Português (portoghese - Portogallo)
Português - Brasil (portoghese brasiliano)
Română (rumeno)
Русский (russo)
Suomi (finlandese)
Svenska (svedese)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraino)
Segnala un problema nella traduzione






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