Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Releases: dalegaard/CastingEssentials

r21-red03

28 Aug 14:43
Compare
Choose a tag to compare

Changelog:

  • Support for Enthusiast's Timepiece & Quackenbirdt chargebars [thanks SirBlockles]

r21-red02

12 Aug 17:09
Compare
Choose a tag to compare

Changelog:

  • Add ce_hitevents_healing_crossbow_only. When enabled together with hud_combattext_healing normal healing events(e.g. medigun) no longer show, but Crusaders Crossbow events still do.

r21-red01

07 Aug 13:47
Compare
Choose a tag to compare

Initial CastingEssentialsRed release, based on CastingEssentials r21 with the following changes:

  • Add ce_consoletools_unhide_all_cvars cvar which will, as the name suggests, unhide all development and hidden cvars.
  • Add ce_playeraliases_format_mode which affects which player names are reformatted by the PlayerAliases module.
  • Add chargebar support for all weapons that have charge.
  • Add support for weapon charge icons.
  • Add ce_graphics_fxaa which enables NVIDIA FXAA.
  • Add ce_graphics_disable_prop_fades which disables prop fading.
  • Add ce_cameratools_disable_view_punches which enables view punches, used for recoil effects on some weapons.
  • Show healing events as well as damage events when ce_hitevents_enabled and hud_combattext_healing is on.
  • Fix disappearing particle effects e.g. healing beams and weapon glows. Enabled by ce_graphics_fix_viewmodel_particles and on by default.
  • All convars that take colors can now reference ClientScheme.res.
  • Projectiles now change color when they are deflected.
  • Fixed missing nullptr check when building glow data. This e.g. stops crash on ctf_ maps like ctf_bball.
  • When CastingEssentialsRed has loaded, it will now execute castingessentials.cfg. This provides a logical place to put CastingEssentials-specific commands.

Some internal changes:

  • Module system refactoring
  • Hook system refactoring
  • Autocomplete for ConsoleTools and Graphics modules cleaned up.
  • Miscellaneous code cleanups
  • Added SrcTV+ detection module for future use by other modules.