home *** CD-ROM | disk | FTP | other *** search
- SDEF
- // -----------------------------------------------------------------------------
- // $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/glowstick.d $
- // $Revision:: 7 $
- // $Author:: Aldie $
- // $Date:: 10/07/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:
- // It's green and it glows so go ahead and throw them out.
- //
- // MODEL AUTHOR:
- // ?
- //
- /*SINED Inventory_GlowStick (.3 .3 1) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE
- Greeeeeeen Glowstick
- */
-
- // -----------------------------------------------------------------------------
- // FILE DECLARATIONS
- //
- // Model Commands
- path models/items/glowstick
- scale 1.8
-
- // Base Model
- glowstick.sbm
-
- // Skins
- normal glowstick.tga
-
- // Normal Animations
- idle glowstick.sam
- pose glowstick_pose.sam
-
- // -----------------------------------------------------------------------------
- // INITIALIZATION SECTION
- //
- !init:
-
- // Class Setup
- server classname Glowstick
- server setsize "-4 -4 0" "4 4 4"
- server maxamount 10
-
- // Icon and Inventory Name
- server iconname "i_glowstick"
- server itemname "Glowstick"
-
- // -----------------------------------------------------------------------------
- // MAIN SECTION
- //
- !main:
-
- // -----------------------------------------------------------------------------
- // SOURCESAFE Update Log
- //
- // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/glowstick.def $
- //
- // 7 10/07/98 5:40p Aldie
- // Updated fields
- //
- // 6 9/30/98 2:45p Joeske
- // Added in formatting, fixed image references.
- //
- // -----------------------------------------------------------------------------
-
-
-