Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.2 KB

Jetpack Plus

Build Status

Rewrite of Knagg0 and naris's jetpack plugin for Sourcemod. Redesigned to make it easier to extend and modify. Allows players to fly around while hold down their jump key.

##Installation

  • Compile plugins with spcomp (e.g.)

spcomp addons/sourcemod/scripting/jetpack_plus.sp spcomp addons/sourcemod/scripting/jetpack_bling.sp

  • Move compiled .smx files into your "<modname>/addons/sourcemod/plugins" directory.

##Requirements

#CVARs

  • sm_jetpack - Set to 1 to enable this plugin, 0 to disable
  • sm_jetpack_force - Strength at which the jetpack pushes the player.
  • sm_jetpack_jump_delay - The time in seconds the jump key needs to be pressed before the jetpack starts.

Usage

  • There is no longer a need for a player to bind a key to +sm_jetpack. To use the jetpack just hold down the jump key.
  • If the bling plugin is installed donators can change their jetpack effects via the donator menu.