home *** CD-ROM | disk | FTP | other *** search
- SDEF
- // -----------------------------------------------------------------------------
- // $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/comlink.def $
- // $Revision:: 10 $
- // $Author:: Joeske $
- // $Date:: 10/22/98 6:35p $
- //
- // 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:
- // Communications Link for more JC cool stuff.
- //
- // MODEL AUTHOR:
- // ?
- //
- /*SINED inventory_comlink (0 .5 .8) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE
- Remote Communications Device
- */
-
- // -----------------------------------------------------------------------------
- // FILE DECLARATIONS
- //
- // Model Commands
- path models/powerups/comlink
- scale 1.0
-
- // Base Model
- comlink.sbm
-
- // Skins
- normal comlink.tga
-
- // Normal Animations
- idle comlink.sam
- pose comlink.sam
-
- // -----------------------------------------------------------------------------
- // INITIALIZATION SECTION
- //
- !init:
-
- // Class Setup
- server classname ComLink
- server setsize "-12 -12 0" "12 12 32"
- server maxamount 1
-
- // Icon and Inventory Name
- server iconname "i_comlink"
- server itemname "Communications Link"
-
- // -----------------------------------------------------------------------------
- // MAIN SECTION
- //
- !main:
-
- // -----------------------------------------------------------------------------
- // SOURCESAFE Update Log
- //
- // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/comlink.def $
- //
- // 10 10/22/98 6:35p Joeske
- // Set a maximum amount of 1 that you can hold in inventory.
- //
- // 9 10/22/98 6:19p Phook
- // changed the classname back to item
- //
- // 8 10/22/98 6:18p Phook
- // changed classname from item to Comlink
- //
- // 7 10/11/98 5:11p Joeske
- // Modified scale of all items.
- //
- // 6 9/30/98 2:45p Joeske
- // Added in formatting, fixed image references.
- //
- // -----------------------------------------------------------------------------
-
-
-