Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
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 00078 00079 00080 00081 00082 00083 00084 00085 00086 00087 00088 00089 00090 00091 00092 00093 00094 00095 00096 00097 00098 00099 00100 00101 00102 00103 00104 00105 00106 00107 00108 00109 00110 00111 00112 00113 00114 00115 00116 00117 00118 00119 00120 00121 00122 00123 00124 00125 00126 00127 00128 00129 00130 00131 00132 00133 00134 |
/****************************************************************************** ThunderStormEmitter Creation date: 2013-09-08 17:06 Last change: $Id$ Copyright © 2013, Wormbo Website: http://www.koehler-homepage.de/Wormbo/ Feel free to reuse this code. Send me a note if you found it helpful or want to report bugs/provide improvements. Please ask for permission first, if you intend to make money off reused code. ******************************************************************************/ class ThunderStormEmitter extends Emitter; //============================================================================= // Imports //============================================================================= #exec audio import file=Sounds\StormAmbient1.wav #exec audio import file=Sounds\StormAmbient2.wav #exec audio import file=Sounds\StormAmbient3.wav #exec audio import file=Sounds\StormThunder1.wav #exec audio import file=Sounds\StormThunder2.wav #exec audio import file=Sounds\StormThunder3.wav #exec audio import file=Sounds\StormThunder4.wav //============================================================================= // Default values //============================================================================= defaultproperties { Begin Object Class=SpriteEmitter Name=Clouds UseColorScale=True FadeOut=True FadeIn=True RespawnDeadParticles=False SpinParticles=True UseSizeScale=True UseRegularSizeScale=False UniformSize=True AutomaticInitialSpawning=False UseRandomSubdivision=True ColorScale(0)=(Color=(B=255,G=255,R=255,A=255)) ColorScale(1)=(RelativeTime=0.200000,Color=(B=100,G=100,R=100,A=255)) ColorScale(2)=(RelativeTime=0.800000,Color=(B=120,G=120,R=120,A=255)) ColorScale(3)=(RelativeTime=1.000000,Color=(B=200,G=200,R=200,A=255)) FadeOutStartTime=16.000000 FadeInEndTime=2.000000 MaxParticles=45 StartLocationRange=(X=(Min=-1500.000000,Max=1500.000000),Y=(Min=-150.000000,Max=1500.000000)) StartLocationShape=PTLS_All SphereRadiusRange=(Min=200.000000,Max=500.000000) StartLocationPolarRange=(X=(Max=65536.000000),Y=(Min=16384.000000,Max=16384.000000),Z=(Min=1000.000000,Max=2000.000000)) SpinsPerSecondRange=(X=(Min=0.010000,Max=0.030000)) StartSpinRange=(X=(Max=1.000000)) SizeScale(0)=(RelativeSize=0.500000) SizeScale(1)=(RelativeTime=0.200000,RelativeSize=1.500000) SizeScale(2)=(RelativeTime=1.000000,RelativeSize=2.000000) StartSizeRange=(X=(Min=1000.000000,Max=2500.000000)) InitialParticlesPerSecond=6.000000 DrawStyle=PTDS_AlphaBlend Texture=Texture'EmitterTextures.MultiFrame.smoke_a2' TextureUSubdivisions=4 TextureVSubdivisions=4 SecondsBeforeInactive=0.000000 LifetimeRange=(Min=17.000000,Max=19.000000) End Object Emitters(0)=SpriteEmitter'Clouds' Begin Object Class=BeamEmitter Name=NoisyCloudLightnings BeamEndPoints(0)=(offset=(X=(Min=-1000.000000,Max=1000.000000),Y=(Min=-1000.000000,Max=1000.000000),Z=(Min=-500.000000,Max=500.000000))) DetermineEndPointBy=PTEP_Offset BeamTextureUScale=3.000000 LowFrequencyNoiseRange=(X=(Min=-200.000000,Max=200.000000),Y=(Min=-200.000000,Max=200.000000),Z=(Min=-200.000000,Max=200.000000)) HighFrequencyNoiseRange=(X=(Min=-20.000000,Max=20.000000),Y=(Min=-20.000000,Max=20.000000),Z=(Min=-20.000000,Max=20.000000)) NoiseDeterminesEndPoint=True FadeOut=True RespawnDeadParticles=False AutomaticInitialSpawning=False MaxParticles=90 StartLocationRange=(X=(Min=-1500.000000,Max=1500.000000),Y=(Min=-1500.000000,Max=1500.000000),Z=(Min=-500.000000,Max=500.000000)) StartSizeRange=(X=(Min=10.000000,Max=40.000000)) Sounds(0)=(Sound=Sound'StormAmbient1',Radius=(Min=1500.0,Max=3000.0),Pitch=(Min=0.9,Max=1.1),Weight=20,Volume=(Min=0.6,Max=1.0),Probability=(Min=1.0,Max=1.0)) Sounds(1)=(Sound=Sound'StormAmbient2',Radius=(Min=1500.0,Max=3000.0),Pitch=(Min=0.9,Max=1.1),Weight=20,Volume=(Min=0.6,Max=1.0),Probability=(Min=1.0,Max=1.0)) Sounds(2)=(Sound=Sound'StormAmbient3',Radius=(Min=1500.0,Max=3000.0),Pitch=(Min=0.9,Max=1.1),Weight=20,Volume=(Min=0.6,Max=1.0),Probability=(Min=1.0,Max=1.0)) Sounds(3)=(Sound=Sound'StormThunder1',Radius=(Min=2000.0,Max=3000.0),Pitch=(Min=0.8,Max=1.2),Weight=1,Volume=(Min=0.1,Max=0.8),Probability=(Min=1.0,Max=1.0)) Sounds(4)=(Sound=Sound'StormThunder2',Radius=(Min=1000.0,Max=1700.0),Pitch=(Min=0.8,Max=1.2),Weight=1,Volume=(Min=0.1,Max=0.6),Probability=(Min=1.0,Max=1.0)) Sounds(5)=(Sound=Sound'StormThunder3',Radius=(Min=1000.0,Max=1700.0),Pitch=(Min=0.8,Max=1.2),Weight=1,Volume=(Min=0.1,Max=0.6),Probability=(Min=1.0,Max=1.0)) Sounds(6)=(Sound=Sound'StormThunder4',Radius=(Min=1500.0,Max=2500.0),Pitch=(Min=0.8,Max=1.2),Weight=1,Volume=(Min=0.1,Max=0.8),Probability=(Min=1.0,Max=1.0)) SpawningSound=PTSC_Random SpawningSoundIndex=(Max=6.000000) SpawningSoundProbability=(Min=1.0,Max=1.0) InitialParticlesPerSecond=5.000000 DrawStyle=PTDS_Brighten Opacity=0.75 Texture=Texture'EpicParticles.Beams.HotBolt03aw' SecondsBeforeInactive=0.000000 LifetimeRange=(Min=0.100000,Max=0.200000) InitialDelayRange=(Min=3.000000,Max=3.000000) End Object Emitters(1)=BeamEmitter'NoisyCloudLightnings' Begin Object Class=BeamEmitter Name=SilentCloudLightnings BeamEndPoints(0)=(offset=(X=(Min=-1000.000000,Max=1000.000000),Y=(Min=-1000.000000,Max=1000.000000),Z=(Min=-500.000000,Max=500.000000))) DetermineEndPointBy=PTEP_Offset BeamTextureUScale=3.000000 LowFrequencyNoiseRange=(X=(Min=-200.000000,Max=200.000000),Y=(Min=-200.000000,Max=200.000000),Z=(Min=-200.000000,Max=200.000000)) HighFrequencyNoiseRange=(X=(Min=-20.000000,Max=20.000000),Y=(Min=-20.000000,Max=20.000000),Z=(Min=-20.000000,Max=20.000000)) NoiseDeterminesEndPoint=True FadeOut=True RespawnDeadParticles=False AutomaticInitialSpawning=False MaxParticles=170 StartLocationRange=(X=(Min=-1500.000000,Max=1500.000000),Y=(Min=-1500.000000,Max=1500.000000),Z=(Min=-500.000000,Max=500.000000)) StartSizeRange=(X=(Min=5.000000,Max=20.000000)) InitialParticlesPerSecond=10.000000 DrawStyle=PTDS_Brighten Opacity=0.5 Texture=Texture'EpicParticles.Beams.HotBolt03aw' SecondsBeforeInactive=0.000000 LifetimeRange=(Min=0.100000,Max=0.200000) InitialDelayRange=(Min=3.000000,Max=3.100000) End Object Emitters(2)=BeamEmitter'SilentCloudLightnings' bNoDelete = False AutoDestroy = True LifeSpan = 35.0 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |