Skip to content

Misc dev + 2026-07-08 CS2 update fixes#455

Merged
Vauff merged 30 commits into
mainfrom
dev
Jul 10, 2026
Merged

Misc dev + 2026-07-08 CS2 update fixes#455
Vauff merged 30 commits into
mainfrom
dev

Conversation

@Vauff

@Vauff Vauff commented Jul 10, 2026

Copy link
Copy Markdown
Contributor
  • Simplified forced next map & FinishVote flows in map vote system
  • Fixed weapon parented entities migration being reset on some entities
  • Migrated discord bot config to JSONC
    • After updating, discordbots.cfg will be auto-converted to discordbots.jsonc
  • Removed KV1 admin config converter, by this point all servers should have had their KV configs auto-converted to JSON
  • Added a mode to !zsounds to only hear infect scream (Add a mode to zsounds to only hear infect scream #446)
  • Added !motherzombies command (Add !motherzombies command #447)
  • Added the ability to configure duck spam with the cs2f_allow_duck_spam cvar (feat: duck spam #448)
  • Converted remaining unnecessary CUtlVector usages
  • Removed automatic disabling of subtick movement when push fix is enabled, as push fix seems to be compatible with subtick movement now
  • Replaced UTIL_Remove gamedata with runtime lookup
  • Fixed Spawn hook crashing after we actually started hooking the real Spawn
  • Re-added support for full view angles in Teleport
  • Added !voicechat command (Add !voicechat command #451)
  • Fixed zombie class health regen interval clamping configured float values to an integer
  • Blocked a couple methods of spamming beacon particles
  • Updated gamedata for 2026-07-08 CS2 update
  • Updated SDK for 2026-07-08 CS2 update
  • Updated README install instructions for admin configuration (Update README #452)
  • Added prop damage multiplier configuration with the cs2f_prop_dmg_scale cvar

If Valve doesn't fix it, we may still want to look in to doing a map migration for the env_laser/env_beam crashes caused by the CS2 update, but it's probably better if that doesn't hold up a release, unlike recent big updates.

Vauff and others added 30 commits May 20, 2026 23:41
* Add mode to zsounds to only hear infect scream

* fix missing var initialization

---------

Co-authored-by: Vauff <mctehkitti@gmail.com>
* Add !motherzombies command

* grammar tweak

---------

Co-authored-by: Vauff <mctehkitti@gmail.com>
* feat: duck spam

* Match default duck speed, rename cvar & add to .cfg

---------

Co-authored-by: Vauff <mctehkitti@gmail.com>
Other than in detour system, because that's removed in KHook branch
Apparently we were actually hooking SortEntities all this time, which supported post-hooks while Spawn didn't
* Add !voicechat command

* simplify format

---------

Co-authored-by: Vauff <mctehkitti@gmail.com>
@Vauff Vauff enabled auto-merge (rebase) July 10, 2026 21:16
@Vauff Vauff merged commit b57591c into main Jul 10, 2026
6 checks passed
@tilgep tilgep deleted the dev branch July 10, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants