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

WVPersesMAS.PersesFragChunkFlightEffects


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
00075
00076
00077
/**
WVPersesMAS.PersesFragChunkFlightEffects

Creation date: 2013-12-14 08:50
Last change: $Id$
Copyright (c) 2013, Wormbo
*/

class PersesFragChunkFlightEffects extends PersesTrailFLightEffects;



//=============================================================================
// Default values
//=============================================================================

defaultproperties
{
	bUnlit = True
	Skins(0) = Texture'AW-2004Particles.Energy.PowerSwirl'
	
    Begin Object Class=MeshEmitter Name=ChunkMesh
        StaticMesh=StaticMesh'WeaponStaticMesh.FlakChunk'
        SpinParticles=True
        UniformSize=True
        AutomaticInitialSpawning=False
        CoordinateSystem=PTCS_Relative
        MaxParticles=1
        SpinsPerSecondRange=(X=(Max=-1.0),Y=(Max=-1.0),Z=(Max=-1.0))
        StartSpinRange=(X=(Max=1.000000),Y=(Max=1.000000),Z=(Max=1.000000))
        StartSizeRange=(X=(Min=10.000000,Max=10.000000))
        InitialParticlesPerSecond=100.000000
        LifetimeRange=(Min=100.000000,Max=100.000000)
    End Object
    Emitters(0)=MeshEmitter'ChunkMesh'

	Begin Object Class=TrailEmitter Name=ChunkTrail
        TrailShadeType=PTTST_PointLife
        TrailLocation=PTTL_FollowEmitter
        MaxPointsPerTrail=400
        DistanceThreshold=10.000000
        PointLifeTime=0.2
        //UseColorScale=True
        AutomaticInitialSpawning=False
        //ColorScale(0)=(Color=(B=100,G=200,R=255,A=255))
        //ColorScale(1)=(RelativeTime=1.000000,Color=(B=0,G=150,R=255,A=100))
        MaxParticles=1
        StartSizeRange=(X=(Min=5.000000,Max=5.000000))
        InitialParticlesPerSecond=2000.000000
        //DrawStyle=PTDS_AlphaBlend
        Texture=Texture'VMParticleTextures.VehicleTrailsGroup.TrailsEmitterOrangeTex'
        SecondsBeforeInactive=0.000000
        LifetimeRange=(Min=10.000000,Max=10.000000)
	End Object
	Emitters(1)=TrailEmitter'ChunkTrail'

    Begin Object Class=SpriteEmitter Name=ChunkGlow
        FadeOut=True
        FadeIn=True
        SpinParticles=True
        UniformSize=True
        ColorMultiplierRange=(Z=(Min=0.0,Max=0.0))
        FadeOutStartTime=0.150000
        FadeInEndTime=0.150000
        CoordinateSystem=PTCS_Relative
        MaxParticles=3
		Opacity=0.5
        StartSpinRange=(X=(Max=1.000000))
        StartSizeRange=(X=(Min=15.000000,Max=20.000000))
        Texture=Texture'AW-2004Particles.Weapons.HardSpot'
        LifetimeRange=(Min=0.3,Max=0.3)
		RelativeWarmupTime=1.0
		WarmupTicksPerSecond=10.0
    End Object
    Emitters(2)=SpriteEmitter'ChunkGlow'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 17.12.2013 23:07:30.000 - Creation time: Do 14.8.2014 09:58:48.281 - Created with UnCodeX