Daemon666 / CSB Rocket Launcher Publiczny

Fires a modelled rocket with a smoke trail that flies straight and explodes on impact with radius damage and knockback.

v1.0.0 120 pobrań GPL-3.0 Ostatnia aktualizacja Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 May 21, 2025 1 Wersje
csb_rocket_launcher.sma main 4580eba 7.3 KB
README.md

CSB Rocket Launcher hands players a real rocket. Bind a key to +rocket (or use /rocket): on a short cooldown it spawns a rocket entity along your aim with a model and a beam-follow smoke trail, flying at a constant speed. A fast task traces the rocket's next step every frame; when it hits a wall or reaches a player it detonates with an explosion sprite, distance-scaled radius damage through Ham_TakeDamage, and a knockback push away from the blast, all credited to the shooter.

Inspired by the community Rocket Launcher / RPG plugins. Independent GPL re-implementation.

Features

  • +rocket / /rocket with a cooldown.
  • Modelled rocket with a smoke trail and firing sound.
  • Distance-scaled radius damage plus knockback on detonation.
  • Speed, damage, radius and cooldown are all cvars.

Installation

  1. Enable the fakemeta, hamsandwich and fun modules in modules.ini.
  2. Compile csb_rocket_launcher.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map, then bind mouse2 +rocket.
Instalacja
1. Enable the fakemeta, hamsandwich and fun modules in addons/amxmodx/configs/modules.ini
2. Put csb_rocket_launcher.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
4. bind a key to +rocket
Cvary
CVARDefaultDescription
csb_rl_enabled 1 Enable or disable the rocket launcher.
csb_rl_speed 900.0 Rocket flight speed in units per second.
csb_rl_damage 120.0 Maximum blast damage at the centre.
csb_rl_radius 220.0 Blast radius in units.
csb_rl_cooldown 1.5 Seconds between rockets per player.
Komendy
CommandAccessDescription
+rocket Fire a rocket along your aim.
say /rocket Fire a rocket along your aim.
Lista zmian — v1.0.0
1.0.0 - Initial release.
Wersje →
Ocena

No ratings yet.

Informacje
  • Fun
  • Licencja: GPL-3.0
  • Daemon666
  • Oryginalny autor: AMXX community (RPG concept)
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Pobierz .sma
Wymagania
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opcjonalne
ReAPI Opcjonalne
Metamod Metamod / Metamod-r
Moduły fakemeta hamsandwich fun
Znane konflikty The rocket, smoke and explosion sprites/models must exist on the server; they ship with base Half-Life/CS.
Współtwórcy
Wróć do Pluginów