Skip to content

Releases: Source2ZE/CS2Fixes

v1.9.4

14 Nov 01:28
Compare
Choose a tag to compare

Changelog

  • Fix for the 2024-11-12 CS2 update, which should also improve stability for future CS2 updates
  • Added SetModel input (documentation) (#317)
  • Added Steam ID filtering for maps (documentation) (#317)
  • Buy system now prevents grenade purchases if player cannot carry it (#251)
  • Leader rework (#299)
    • cs2f_leader_can_target_players to control whether or not a leader can target other players with c_glow, c_beacon, c_tracer, and c_defend (wont affect admins)
    • Make c_glow, c_tracer, c_beacon, and c_defend target @me when used with no parameters or by a leader when cs2f_leader_can_target_players is false
    • Change extra c_glow parameter to color to match c_beacon and c_tracer
    • If all current leaders are zombies or spectators, allow CTs to ping again even when disabled
    • Allow admins to use all leader commands even when they aren't a leader
    • If someone is a CT with non-white playermodel color when made leader, use their playermodel color as their leader color
    • Give leaders access to c_leader for setting more leaders. cs2f_leader_max_leaders controls the max amount of leaders, while admins using c_leader can go above cs2f_leader_max_leaders
    • Make c_vl not work when it would make more than 1 leader if cs2f_leader_vote_multiple is false or if it would make more leaders than cs2f_leader_max_leaders
    • Make c_enablepings and c_disablepings for a leader to enable/disable teammate pings
    • Automatically apply beacon to a new leader (disabled glow and tracers) and reapply visuals leader had in previous round when a new round starts
    • Add c_beacons, c_glows, and c_tracers to check who has the respective visuals enabled
    • Give leaders +20000 score to show them at top of scoreboard
    • When a leader uses player_ping, add a particle around the ping. Particle is set by cs2f_leader_mark_particle
    • Make defend particle use cvar cs2f_leader_defend_particle instead of being hard coded
    • Disable c_vl immediately after a map change to give people a chance to join before the vote
  • Fixed spectators that used !spec activating triggers at round start (AKA "random entity breakage")
  • Added several new admin commands
    • !endround
    • !money
    • !health
    • !setpos
  • Added targeting support to !noclip

v1.9.3

29 Oct 19:01
Compare
Choose a tag to compare

Changelog

  • Updated sigs for 28/10/2024 CS2 update.
  • Removed blast damage crash fix since Valve finally did it.
  • Added experimental toggle to disable subtick shooting, set using cs2f_disable_subtick_shooting. This will spam your console heavily so make sure you have log_flags Shooting +DoNotEcho in your server cfg.

v1.9.2

24 Oct 04:57
Compare
Choose a tag to compare

Changelog

  • Added point_viewcontrol custom entity implementation (documentation) (#306)
  • Fixed a rare crash in movement processing hooks
  • Fixed infractions always being permanent (#315)
    • If you were using these, you may want to manually re-review permanent infractions stored in addons/cs2fixes/data/infractions.txt, the issue was initially introduced in v1.9
  • Fixed KeyValue filtername crash with wildcard matches (#316)

v1.9.1

16 Oct 01:01
Compare
Choose a tag to compare

Changelog

  • Fixes for the 2024-10-15 CS2 update (#312)
  • Added cs2f_prevent_using_players cvar, which prevents players from taking +USE inputs (#305)
  • Fixed base classes not showing up in !zclass (#308)
  • Allowed zombies to pick up weapon_c4, for mappers to use (#309)
  • Added cs2f_fix_block_dmg cvar, to fix broken block damage after the Armory update (#311)

v1.9

08 Oct 00:18
Compare
Choose a tag to compare

Changelog

  • Fixes for the 2024-10-02 CS2 update (#302)
  • Fixed default value returns in the user preferences system (#285)
  • Fixed extend votes not obeying cs2f_votemanager_enable cvar (#289)
  • Fixed chat commands not executing when triggered from binds (#270)
  • Added noblock for grenade projectiles via the cs2f_noblock_grenades cvar (#291)
  • Refactored the player targeting system, for full details see #231
  • Added immunity to admins, behaviour configurable with cs2f_admin_immunity cvar (#231)
  • Added the !getpos command (#231)
  • Added the !info command (#231)
  • Added the !showteam command (#231)
  • Added the !spec command (#295)
  • Added the !noshake command via the cs2f_noshake_enable cvar (#241)
  • Added a global shake strength clamp configurable with cs2f_maximum_shake_amplitude cvar (#241)
  • Fixed authentication breaking in some edge cases
  • Updated our patching system to support patch offsets (#301)
  • Removed the ZR player class auto-converter, by this point all servers should have had their KV configs auto-converted to JSON

v1.8.10

23 Aug 03:32
Compare
Choose a tag to compare

Changelog

  • Fixed a rare crash in ClientPrint
  • Several changes to stabilize gamedata for future CS2 updates, also fixes Windows after recent CS2 updates

v1.8.9

15 Aug 01:33
Compare
Choose a tag to compare

Changelog

  • Fixed some lingering issues from the 2024-08-08 CS2 update on Windows
  • Fixes for the 2024-08-14 CS2 update

v1.8.8

09 Aug 19:24
Compare
Choose a tag to compare

Changelog

  • Fixes for the 2024-08-08 CS2 update

v1.8.7

26 Jul 03:19
Compare
Choose a tag to compare

Changelog

  • Added SetMessage custom input to env_hudhint (documentation) (#257)
  • Overhauled !zclass to work with a single parameter, class selection via index also now supported
  • Fixed crashes when SourceTV is enabled
  • Updated CCSGameRules_GoToIntermission signature for 2024-07-22 CS2 update
  • Switched to a potentially safer method for disabling subtick movement

v1.8.6

28 Jun 12:14
Compare
Choose a tag to compare

Changelog

  • Fixed signatures for 28-06-2024 CS2 update (#256)