home *** CD-ROM | disk | FTP | other *** search
- SDEF
- // -----------------------------------------------------------------------------
- // $Logfile:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/password.de $
- // $Revision:: 3 $
- // $Author:: Joeske $
- // $Date:: 10/26/98 2:17a $
- //
- // 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:
- // Vhat iz zee passvord, Yu must tell me.
- //
- // MODEL AUTHOR:
- // Michael
- //
- /*SINED inventory_passcode (.3 1 .3) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE
- Password Paper
- */
-
- // -----------------------------------------------------------------------------
- // FILE DECLARATIONS
- //
- // Model Commands
- path models/items/password
- scale 1.75
-
- // Base Model
- password_base.sbm
-
- // Skins
- normal password_base.tga
-
- // Normal Animations
- idle1 password_idle.sam
- pose password_pose.sam
-
- // -----------------------------------------------------------------------------
- // INITIALIZATION SECTION
- //
- !init:
- //
- // SERVER Initialization Commands
- //
- // Class Setup
- server classname item
- server setsize "-8 -8 0" "8 8 8"
-
- // Icon and Inventory Name
- server iconname "i_password"
- server itemname "Password: Lithium707"
-
- // -----------------------------------------------------------------------------
- // MAIN SECTION
- //
- !main:
-
- // -----------------------------------------------------------------------------
- // SOURCESAFE Update Log
- //
- // $Log:: /Quake 2 Engine/Sin/Base Sin Data/Models/Inventory/password.def $
- //
- // 3 10/26/98 2:17a Joeske
- // Updated password to Lithium707 for Charlie.
- //
- // 2 10/11/98 5:11p Joeske
- // Modified scale of all items.
- //
- // 1 10/08/98 11:17p Joeske
- // Added in to VSS.
- //
- // -----------------------------------------------------------------------------
-
-
-
-
-
-