Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealI.PupaeCarcass


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
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
//=============================================================================
// PupaeCarcass.
//=============================================================================
class PupaeCarcass extends CreatureCarcass;

#exec MESH IMPORT MESH=PupaeBody ANIVFILE=Models\g_pupb_a.3d DATAFILE=Models\g_pupb_d.3d X=0 Y=0 Z=0
#exec MESH ORIGIN MESH=PupaeBody X=0 Y=0 Z=0 YAW=64
#exec MESH SEQUENCE MESH=PupaeBody SEQ=All    STARTFRAME=0   NUMFRAMES=1
#exec MESH SEQUENCE MESH=PupaeBody SEQ=Still  STARTFRAME=0   NUMFRAMES=1
#exec TEXTURE IMPORT NAME=Jgpupae1  FILE=Models\g_pupae.pcx GROUP=Skins
#exec MESHMAP SCALE MESHMAP=PupaeBody X=0.09 Y=0.09 Z=0.18
#exec MESHMAP SETTEXTURE MESHMAP=PupaeBody NUM=1 TEXTURE=Jgpupae1

#exec MESH IMPORT MESH=PupaeHead ANIVFILE=Models\g_puph_a.3d DATAFILE=Models\g_puph_d.3d X=0 Y=0 Z=0
#exec MESH ORIGIN MESH=PupaeHead X=0 Y=0 Z=0 YAW=64
#exec MESH SEQUENCE MESH=PupaeHead SEQ=All    STARTFRAME=0   NUMFRAMES=1
#exec MESH SEQUENCE MESH=PupaeHead SEQ=Still  STARTFRAME=0   NUMFRAMES=1
#exec TEXTURE IMPORT NAME=Jgpupae1  FILE=Models\g_pupae.pcx GROUP=Skins
#exec MESHMAP SCALE MESHMAP=PupaeHead X=0.09 Y=0.09 Z=0.18
#exec MESHMAP SETTEXTURE MESHMAP=PupaeHead NUM=1 TEXTURE=Jgpupae1

#exec MESH IMPORT MESH=PupaeLeg1 ANIVFILE=Models\g_pupl_a.3d DATAFILE=Models\g_pupl_d.3d X=0 Y=0 Z=0
#exec MESH ORIGIN MESH=PupaeLeg1 X=0 Y=0 Z=0 YAW=64
#exec MESH SEQUENCE MESH=PupaeLeg1 SEQ=All    STARTFRAME=0   NUMFRAMES=1
#exec MESH SEQUENCE MESH=PupaeLeg1 SEQ=Still  STARTFRAME=0   NUMFRAMES=1
#exec TEXTURE IMPORT NAME=Jgpupae1  FILE=Models\g_pupae.pcx GROUP=Skins
#exec MESHMAP SCALE MESHMAP=PupaeLeg1 X=0.09 Y=0.09 Z=0.18
#exec MESHMAP SETTEXTURE MESHMAP=PupaeLeg1 NUM=1 TEXTURE=Jgpupae1

#exec MESH IMPORT MESH=PupaeLeg2 ANIVFILE=Models\g_pup2_a.3d DATAFILE=Models\g_pup2_d.3d X=0 Y=0 Z=0
#exec MESH ORIGIN MESH=PupaeLeg2 X=0 Y=0 Z=0 YAW=64
#exec MESH SEQUENCE MESH=PupaeLeg2 SEQ=All    STARTFRAME=0   NUMFRAMES=1
#exec MESH SEQUENCE MESH=PupaeLeg2 SEQ=Still  STARTFRAME=0   NUMFRAMES=1
#exec TEXTURE IMPORT NAME=Jgpupae1  FILE=Models\g_pupae.pcx GROUP=Skins
#exec MESHMAP SCALE MESHMAP=PupaeLeg2 X=0.09 Y=0.09 Z=0.18
#exec MESHMAP SETTEXTURE MESHMAP=PupaeLeg2 NUM=1 TEXTURE=Jgpupae1

#exec MESH IMPORT MESH=PupaeLeg3 ANIVFILE=Models\g_pup3_a.3d DATAFILE=Models\g_pup3_d.3d X=0 Y=0 Z=0
#exec MESH ORIGIN MESH=PupaeLeg3 X=0 Y=0 Z=0 YAW=64
#exec MESH SEQUENCE MESH=PupaeLeg3 SEQ=All    STARTFRAME=0   NUMFRAMES=1
#exec MESH SEQUENCE MESH=PupaeLeg3 SEQ=Still  STARTFRAME=0   NUMFRAMES=1
#exec TEXTURE IMPORT NAME=Jgpupae1  FILE=Models\g_pupae.pcx GROUP=Skins
#exec MESHMAP SCALE MESHMAP=PupaeLeg3 X=0.09 Y=0.09 Z=0.18
#exec MESHMAP SETTEXTURE MESHMAP=PupaeLeg3 NUM=1 TEXTURE=Jgpupae1

#exec AUDIO IMPORT FILE="Sounds\Pupae\thump1.wav" NAME="thumppp" GROUP="Pupae"

static simulated function bool AllowChunk(int N, name A)
{
	if ( (A == 'Dead2') && (N == 4) )
		return false;
	if ( (A == 'Dead3') && (N == 3) )
		return false;

	return true;
}

defaultproperties
{
				bodyparts(0)=LodMesh'UnrealI.PupaeBody'
				bodyparts(1)=LodMesh'UnrealI.PupaeLeg3'
				bodyparts(2)=LodMesh'UnrealI.PupaeLeg1'
				bodyparts(3)=LodMesh'UnrealI.PupaeLeg2'
				bodyparts(4)=LodMesh'UnrealI.PupaeHead'
				bodyparts(5)=None
				ZOffset(0)=0.000000
				ZOffset(1)=0.000000
				LandedSound=Sound'UnrealI.Pupae.thumppp'
				Mesh=LodMesh'UnrealI.Pupae1'
				CollisionRadius=28.000000
				CollisionHeight=9.000000
				Mass=80.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: zo 11-11-2012 21:10:30.000 - Creation time: zo 11-11-2012 21:14:19.803 - Created with UnCodeX