home *** CD-ROM | disk | FTP | other *** search
- SDEF
- // -----------------------------------------------------------------------------
- // $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Powerups/cloak.def $
- // $Revision:: 6 $
- // $Author:: Mph $
- // $Date:: 10/12/98 5:40p $
- //
- // Copyright (C) 1998 by Ritual Entertainment, Inc.
- // All rights reserved.
- //
- // This source may not be distributed and/or modified without
- // expressly written permission by Ritual Entertainment, Inc.
- //
- // This is a model definition file. It is to be used in conjunction with Sin.
- //
- // -----------------------------------------------------------------------------
- // MODEL DESCRIPTION:
- // Photon Optic Displacement Device (PODD) - Temporary Invisibility.
- //
- // MODEL AUTHOR:
- // Michael
- //
- /*SINED Powerup_Cloaking (.3 .3 1) (0 0 0) (0 0 0)
- Cloaking Device (PODD) - Invisibility
- */
-
- // -----------------------------------------------------------------------------
- // FILE DECLARATIONS
- //
- // Model Commands
- path models/powerups/cloak
- scale .4
-
- // Base Model
- cloak.sbm
-
- // Skins
- normal cloak.tga
-
- // Normal Animations
- idle cloak.sam
- pose cloak.sam
-
- // -----------------------------------------------------------------------------
- // INITIALIZATION SECTION
- //
- !init:
-
- // Class Setup
- server classname Cloak
-
- // Sound Aliases
- server respawnsound
- server aliascache snd_activate "player/pkup/shield/activate3.wav"
- server aliascache snd_deactivate "player/pkup/shield/fail.wav"
- server aliascache snd_pickup "player/pkup/shield/pkup.wav"
-
- // Icon and Inventory Name
- server iconname i_cloak
- server itemname "Photon Optic Displacement Device (P.O.D.D)"
-
- // -----------------------------------------------------------------------------
- // MAIN SECTION
- //
- !main:
-
- // -----------------------------------------------------------------------------
- // SOURCESAFE Update Log
- //
- // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Powerups/cloak.def $
- //
- // 6 10/12/98 5:40p Mph
- // modified model and size
- //
- // 5 9/30/98 2:44p Joeske
- // Added in formatting.
- //
- // -----------------------------------------------------------------------------
-
-
-