Skip to content

Rewrite of the Sourcemod Jetpack plugin. Allows players to fly around by holding the jump key. Includes an optional plugin to allow players to choose the particle effects and sounds of their jetpack.

License

Notifications You must be signed in to change notification settings

CrimsonTautology/sm-jetpack-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rewrite of the Sourcemod Jetpack plugin. Allows players to fly around by holding the jump key. Includes an optional plugin to allow players to choose the particle effects and sounds of their jetpack.

Topics

Resources

License

Stars

Watchers

Forks