Skip to content

Commit

Permalink
Rework the representation of the high-value tactical missiles (FAFore…
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas authored Mar 9, 2024
1 parent f1c4d5c commit 0699c41
Show file tree
Hide file tree
Showing 16 changed files with 540 additions and 244 deletions.
2 changes: 1 addition & 1 deletion effects/emitters/cybran_missile_hit_02_emit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EmitterBlueprint {
LocalVelocity = false,
LocalAcceleration = false,
Gravity = false,
AlignRotation = true,
AlignRotation = false,
AlignToBone = false,
Flat = true,
LODCutoff = 150.00,
Expand Down
146 changes: 146 additions & 0 deletions effects/emitters/cybran_missile_hit_03_emit.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
--used by CIFProtonBomb01, ura0304,
EmitterBlueprint {
BlueprintId = 'proton_bomb_hit_02',
Lifetime = 3.00,
Repeattime = 3.00,
TextureFramecount = 1.00,
Blendmode = 3.00,
LocalVelocity = true,
LocalAcceleration = false,
Gravity = false,
AlignRotation = false,
AlignToBone = false,
Flat = false,
LODCutoff = 300.00,
EmitIfVisible = true,
CatchupEmit = true,
CreateIfVisible = false,
SnapToWaterline = true,
OnlyEmitOnWater = false,
InterpolateEmission = true,
TextureStripcount = 1.00,
SortOrder = 0.00,
Texture = '/textures/particles/neutron_bomb_01.dds',
RampTexture = '/textures/particles/ramp_sonic_pulse_02.dds',
XDirectionCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=0.000,z=0.000 },
},
},
YDirectionCurve = {
XRange = 17.00,
Keys = {
{ x=8.568,y=0.000,z=0.000 },
},
},
ZDirectionCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=0.000,z=0.000 },
},
},
EmitRateCurve = {
XRange = 17.00,
Keys = {
{ x=8.164,y=39.612,z=0.000 },
},
},
LifetimeCurve = {
XRange = 17.00,
Keys = {
{ x=1.653,y=0.889,z=1.000 },
},
},
VelocityCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=1.000,z=0.000 },
},
},
XAccelCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=0.000,z=0.000 },
},
},
YAccelCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=0.000,z=0.000 },
},
},
ZAccelCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=0.000,z=0.000 },
},
},
SizeCurve = {
XRange = 17.00,
Keys = {
{ x=2.567,y=7.385,z=0.000 },
},
},
XPosCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=0.000,z=0.000 },
},
},
YPosCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=0.100,z=0.000 },
},
},
ZPosCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=0.000,z=0.000 },
},
},
StartSizeCurve = {
XRange = 17.00,
Keys = {
{ x=2.789,y=0.000,z=0.000 },
},
},
EndSizeCurve = {
XRange = 17.00,
Keys = {
{ x=2.526,y=1.952,z=0.100 },
},
},
InitialRotationCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=180.000,z=360.000 },
},
},
RotationRateCurve = {
XRange = 17.00,
Keys = {
{ x=8.389,y=0.000,z=0.000 },
},
},
FrameRateCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=1.000,z=0.000 },
},
},
TextureSelectionCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=0.000,z=0.000 },
},
},
RampSelectionCurve = {
XRange = 17.00,
Keys = {
{ x=8.500,y=0.000,z=0.000 },
},
},
}

Loading

0 comments on commit 0699c41

Please sign in to comment.