This repository was archived by the owner on Sep 8, 2026. It is now read-only.
AcceleratorCSS v1.0.1 – Download
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_CSSplugin (written in C#) which hooks the host callback layer and invokesRegisterCallbackTracein the native plugin. - Configurable
config.jsonwithProfileExcludeFiltersto 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
CounterStrikeSharpv1.0.319 or newer. - C# plugin (
AcceleratorCSS_CSS) must be loaded for traces to be recorded.