SFDecos.SFCablecon

00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
//=============================================================================
// Spatial Fear
// Class: SFCablecon
// Description: a detail to end the cables, in places where the cables go into
//              the walls we can put those and they will be sort of ending or
//              connection part for the cables
//
// Modelled by: Ivan Tanziura
//=============================================================================
class SFCablecon expands SFDecoration;

#exec MESH IMPORT MESH=SFCablecon ANIVFILE=MODELS\SFCablecon_a.3d DATAFILE=MODELS\SFCablecon_d.3d X=0 Y=0 Z=0
#exec MESH ORIGIN MESH=SFCablecon X=0 Y=0 Z=0

#exec MESH SEQUENCE MESH=SFCablecon SEQ=All        STARTFRAME=0 NUMFRAMES=1
#exec MESH SEQUENCE MESH=SFCablecon SEQ=SFCablecon STARTFRAME=0 NUMFRAMES=1

#exec TEXTURE IMPORT NAME=JSFCablecon FILE=TEXTURES\SFCablecon.PCX GROUP=Skins FLAGS=2

#exec MESHMAP NEW   MESHMAP=SFCablecon MESH=SFCablecon
#exec MESHMAP SCALE MESHMAP=SFCablecon X=0.1 Y=0.1 Z=0.2

#exec MESHMAP SETTEXTURE MESHMAP=SFCablecon NUM=1 TEXTURE=JSFCablecon

defaultproperties
{
     DrawType=DT_Mesh
     Mesh=LodMesh'SFDecos.SFCablecon'
     DrawScale=0.500000
     bCollideActors=False
     bCollideWorld=False
     bBlockActors=False
     bBlockPlayers=False
     bProjTarget=False
}

class file time: 12/7/2003 3:58:26 PM - creation time: 12/7/2003 4:03:44 PM
Created with UnCodeX