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
- Donator Interface(Optional)
- 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.
sm_jetpack
- Set to 1 to enable this plugin, 0 to disablesm_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.
- Separate plugin to handle the sounds and particle effects; gives jetpacks their "bling"
- You can add your own! Just edit
addons/sourcemod/configs/jetpacks.cfg
- Players can choose their jetpack's effects by typing
!bling
into chat. - If the donator plugin is installed; this plugin can be restricted such that only donators can change their bling.
sm_jetpack_donators_only
- Set to 1 to prevent non-donators from changing their jetpack effects
- This has only been tested with TF2 but should work in other games, except...
- The custom particle and sound effects will definitely not work in other mods, you will have to edit the jetpacks.cfg file. If you want to add some for other mods send a pull request.