Daemon666 / CSB Semiclip Публичный

Teammates pass through each other instead of blocking, so nobody can bodyblock. Great for Deathrun, KZ, HNS and Jailbreak.

v1.0.0 142 загрузок GPL-3.0 Обновлено Aug 22, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 May 20, 2025 1 Версии
csb_semiclip.sma main e610b95 3.9 KB
README.md

CSB Semiclip stops teammates from bodyblocking each other. During a player's own physics step every nearby teammate is briefly made non-solid, so movement never collides with a friend; solidity is restored one step later, and AddToFullPack mirrors the change into the client's prediction so there is no jitter. Shooting is unaffected.

It is a clean-room GPL re-implementation inspired by the classic Semiclip by ConnorMcLeod.

Features

  • Per-player solidity toggling in PlayerPreThink/PlayerPostThink
  • Optional team-only mode, so enemies still block normally
  • Configurable proximity range to keep the loop cheap
  • No client-side collision prediction between teammates

Installation

  1. Put csb_semiclip.amxx in addons/amxmodx/plugins/
  2. Add csb_semiclip.amxx to plugins.ini
  3. Change the map
Установка
1. Put csb_semiclip.amxx in addons/amxmodx/plugins/
2. Add it to plugins.ini
3. Change the map
Cvar-ы
CVARDefaultDescription
csb_semiclip 1 Enable the plugin.
csb_semiclip_teamonly 1 1 = only teammates pass through each other; 0 = everyone.
csb_semiclip_range 160 Only affect teammates within this many units (0 = no limit).
История изменений — v1.0.0
1.0.0 - Initial release.
Версии →
Рейтинг

No ratings yet.

О плагине
  • Movement
  • Лицензия: GPL-3.0
  • Daemon666
  • Оригинальный автор: ConnorMcLeod
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Скачать .sma
Требования
AMX Mod X ≥ 1.8.2
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Модули fakemeta
Известные конфликты Other semiclip / no-block plugins that also toggle pev_solid.
Участники
Назад к плагинам