Skip to content
This repository was archived by the owner on Sep 8, 2026. It is now read-only.

AcceleratorCSS v1.0.1 – Download

Choose a tag to compare

@SlynxCZ SlynxCZ released this 05 Jul 20:26
· 107 commits to master since this release
49c26db

AcceleratorCSS v1.0.1

Overview

This release introduces full callback tracing support through an accompanying CounterStrikeSharp C# plugin. The C# plugin hooks into the host execution layer and reports all callback executions to the native Metamod plugin for logging.

Changes

Added

  • Support for tracing all C# callback invocations, including those not created via FunctionReference.
  • New AcceleratorCSS_CSS plugin (written in C#) which hooks the host callback layer and invokes RegisterCallbackTrace in the native plugin.
  • Configurable config.json with ProfileExcludeFilters to ignore specific callbacks during trace logging, defaultly "OnTick", "CheckTransmit", "Display" are blocked.

Fixed

  • Callback tracing previously only worked for callbacks explicitly wrapped in FunctionReference. This is now resolved — all runtime callbacks are tracked.

Changed

  • A C# plugin is now required for trace logging to work.

Compatibility

  • Requires CounterStrikeSharp v1.0.319 or newer.
  • C# plugin (AcceleratorCSS_CSS) must be loaded for traces to be recorded.