Daemon666 / CSB Knockback Shots Herkese açık

Every bullet physically pushes the victim along the shot direction, scaled by damage. Perfect for shotgun and fun servers.

v1.0.0 134 indirme GPL-3.0 Son güncelleme Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 May 21, 2025 1 Sürümler
csb_knockback_shots.sma main dcb2c54 2.4 KB
README.md

CSB Knockback Shots gives every hit real weight. In a Ham_TakeDamage hook the victim's velocity is shoved along the line from the attacker to the target, scaled by the damage that landed and a tunable power multiplier, with a small upward component so people get lifted a little on big hits. It turns shotguns into cannons and makes fun servers feel punchy without changing damage values.

Features

  • Push direction is the real attacker-to-victim vector, so it always feels right.
  • Force scales with the damage of the shot — a shotgun blast throws harder than a pistol tap.
  • csb_kb_power and csb_kb_vertical tune horizontal and upward push.
  • Only player-vs-player hits push; self-damage and world damage are ignored.

Installation

  1. Enable the fakemeta and hamsandwich modules in modules.ini.
  2. Compile csb_knockback_shots.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Kurulum
1. Enable the fakemeta and hamsandwich modules in addons/amxmodx/configs/modules.ini
2. Put csb_knockback_shots.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvarlar
CVARDefaultDescription
csb_kb_enabled 1 Enable or disable knockback.
csb_kb_power 8.0 Horizontal push multiplier per point of damage.
csb_kb_vertical 0.35 Fraction of the push applied upward.
Değişiklik günlüğü — v1.0.0
1.0.0 - Initial release.
Sürümler →
Puan

No ratings yet.

Hakkında
Download v1.0.0
Compiled live from the source below — nothing pre-built.
.sma indir
Gereksinimler
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL İsteğe bağlı
ReAPI İsteğe bağlı
Metamod Metamod / Metamod-r
Modüller fakemeta hamsandwich
Bilinen çakışmalar Other plugins that overwrite pev_velocity on damage can fight this one.
Katkıda bulunanlar
Eklentilere Dön