Thread: Jetpack
View Single Post
Author Message
L. Duke
Veteran Member
Join Date: Apr 2005
Location: Walla Walla
Old 02-12-2006 , 00:22   Jetpack
Reply With Quote #1

Obsolete

Here's a simple plugin I threw together today. It adds a jetpack which allows players to fly around the map by binding a key to "+jetpack"

I added sound and an on/off cvar.

Readme:
Code:
*******************************************************************************
   Jetpack
   by L. Duke



*******************************************************************************
          INSTALLATION INSTRUCTIONS
*******************************************************************************


1. Place jetpack_mm.dll (jetpack_mm_i486.so for Linux) in
   this directory: addons/jetpack/bin/

2. Open addons/metamod/metaplugins.ini and add this line to the file

          addons/jetpack/bin/jetpack_mm

3. Players should go to console and bind a key to "+jetpack"
      
   For example:

       bind "mouse4" "+jetpack"
      
                 or 

       bind "alt" "+jetpack"

                 or 

       bind "p" "+jetpack"

4. If you wish to change the sound, add jetpack_sound "soundname" to the 
   autoexec.cfg file. 

   For example, to use the sound of the original jetpack plugin add:

   jetpack_sound "npc/manhack/mh_engine_loop2.wav"



*******************************************************************************
          CONSOLE COMMANDS/CVARS
*******************************************************************************

jetpack_version
   - shows jetpack version

jetpack [on/off]
   -  turn jetpack on or off (default on)
Download Jetpack 1.0.6

Last edited by L. Duke; 01-05-2009 at 16:32.
L. Duke is offline