Commit Graph

14 Commits

Author SHA1 Message Date
631d1e1358 fix typo, anti-afk (fixes #3)
typo is actually on valve's side (array was taken from game's SurvivorCharacterDisplayName function)
2025-02-02 09:06:49 +03:00
d5a3de9a21 disable prediction error smoothing
also z_sidespeed
2025-01-25 07:51:56 +03:00
f819000cfe s_iSurvivorSet for custom campaigns
e.g., glubtastic5_5 getting into APC affects m_iGender
2025-01-03 19:03:11 +03:00
e2437349a0 shove assist, shotgun shove (finished)
https://www.youtube.com/watch?v=FApMeI1KlVo

shoving is also beneficial during unholstering for ~266.667ms (depends on sequence_duration, z_gun_swing_interval)

that's amended commit (prototype -> finished)
2024-12-17 11:02:26 +03:00
9efc44f17e autoshove during unholstering, use m_Gender instead of m_survivorCharacter
valve uses translator based on s_iSurvivorSet for m_survivorCharacter which is avoidable using m_Gender but potentially unsafe (on modded servers)
2024-12-11 06:54:07 +03:00
6768e29ea6 survivor names
useful for targeted healing/attacks
2024-12-08 02:17:09 +03:00
bdf8f51f29 nothing
merged from seg
2024-11-09 15:31:28 +03:00
e462dff4f5 revert to old approach
i've got problem with imagination regarding reliable method of relative correction on networking errors so old approach is preferable for moment

currently focusing on gmod-x64 fork of segregation so probably won't update l4d2 for period of time

[^\S\r\n]+(?=\r?$)
2024-11-05 18:11:13 +03:00
2dc81b9839 adjust special infected shotgun scaling
also explicitly specifying value type seems to be good practice to prevent unintended fraction down-rounding (just what've happened in paint.hpp with color 128 -> 127)
also remove scope check i've competely forgot about in draw_crosshair.hpp
2024-11-01 16:43:34 +03:00
08820dca32 game update, cwitch::getglowcolor 2024-10-25 08:12:24 +03:00
60192c7dfb satisfied 2024-10-15 01:32:36 +03:00
3dab45c4aa shotgun seeds (dumped from aw. noop), mindamage (almost) 2024-10-12 05:19:00 +03:00
932f00bf0e almost finished 2024-10-06 22:45:39 +03:00
44738da337 Commit 2024-04-03 22:17:09 +03:00