• v1.0.16-khook1 971e91c711

    v1.0.16-khook1
    Some checks failed
    Continuous Integration / Build on Linux via Docker Compose (push) Has been cancelled
    Continuous Integration / Build on Windows (MSVC) (push) Has been cancelled
    Continuous Integration / Release (push) Has been cancelled
    Stable

    astra released this 2026-09-24 18:02:14 +02:00 | 1 commits to main since this release

    fix: port to KHook for Metamod 2.0 build 1461+

    Metamod 1461+ removed SourceHook (plugin API 17 -> 18), so the MM plugin was rejected
    and RayTraceImpl crashed on a null CRayTraceInterface002. Replace the two SourceHook
    hooks with KHook, build against Metamod's bundled KHook headers, include ray.h
    explicitly for the updated hl2sdk, and disambiguate TraceOptions/TraceResult from
    CounterStrikeSharp 1.0.375's new types of the same name.

    Downloads