Relocating the particles image directory out of art/shapes/particles to art/particles. This should be a more logical and intuitive location. Relevant managed particle related datablock save location defaults have been adjusted as well.
BIN
Templates/Full/game/art/particles/Dust.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
Templates/Full/game/art/particles/Sparkparticle.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
Templates/Full/game/art/particles/Streak.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
Templates/Full/game/art/particles/bubble.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
Templates/Full/game/art/particles/droplet.png
Normal file
|
After Width: | Height: | Size: 938 B |
BIN
Templates/Full/game/art/particles/dustParticle.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Templates/Full/game/art/particles/ember.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Templates/Full/game/art/particles/fire.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
Templates/Full/game/art/particles/fireball.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
Templates/Full/game/art/particles/firefly.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
Templates/Full/game/art/particles/flame.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
Templates/Full/game/art/particles/flare.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
Templates/Full/game/art/particles/impact.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
48
Templates/Full/game/art/particles/managedParticleData.cs
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// Copyright (c) 2012 GarageGames, LLC
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to
|
||||
// deal in the Software without restriction, including without limitation the
|
||||
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
||||
// sell copies of the Software, and to permit persons to whom the Software is
|
||||
// furnished to do so, subject to the following conditions:
|
||||
//
|
||||
// The above copyright notice and this permission notice shall be included in
|
||||
// all copies or substantial portions of the Software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
// This is the default save location for any Particle datablocks created in the
|
||||
// Particle Editor (this script is executed from onServerCreated())
|
||||
|
||||
datablock ParticleData(TeleporterFlash : DefaultParticle)
|
||||
{
|
||||
dragCoefficient = "30";
|
||||
inheritedVelFactor = "0";
|
||||
constantAcceleration = "0";
|
||||
lifetimeMS = "500";
|
||||
spinRandomMin = "-90";
|
||||
spinRandomMax = "90";
|
||||
textureName = "art/shapes/particles/flare.png";
|
||||
animTexName = "art/shapes/particles/flare.png";
|
||||
colors[0] = "0.678431 0.686275 0.913726 0.207";
|
||||
colors[1] = "0 0.543307 1 0.759";
|
||||
colors[2] = "0.0472441 0.181102 0.92126 0.838";
|
||||
colors[3] = "0.141732 0.0393701 0.944882 0";
|
||||
sizes[0] = "0";
|
||||
sizes[1] = "0";
|
||||
sizes[2] = "4";
|
||||
sizes[3] = "0.1";
|
||||
times[1] = "0.166667";
|
||||
times[2] = "0.666667";
|
||||
lifetimeVarianceMS = "0";
|
||||
gravityCoefficient = "-9";
|
||||
};
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// Copyright (c) 2012 GarageGames, LLC
|
||||
//
|
||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
// of this software and associated documentation files (the "Software"), to
|
||||
// deal in the Software without restriction, including without limitation the
|
||||
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
||||
// sell copies of the Software, and to permit persons to whom the Software is
|
||||
// furnished to do so, subject to the following conditions:
|
||||
//
|
||||
// The above copyright notice and this permission notice shall be included in
|
||||
// all copies or substantial portions of the Software.
|
||||
//
|
||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
// This is the default save location for any Particle Emitter datablocks created in the
|
||||
// Particle Editor (this script is executed from onServerCreated())
|
||||
|
||||
datablock ParticleEmitterData(TeleportFlash_Emitter : DefaultEmitter)
|
||||
{
|
||||
ejectionVelocity = "0.1";
|
||||
particles = "TeleporterFlash";
|
||||
thetaMax = "180";
|
||||
softnessDistance = "1";
|
||||
ejectionOffset = "0.417";
|
||||
};
|
||||
BIN
Templates/Full/game/art/particles/millsplash01.png
Normal file
|
After Width: | Height: | Size: 210 KiB |
BIN
Templates/Full/game/art/particles/ricochet.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
Templates/Full/game/art/particles/smoke.png
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
Templates/Full/game/art/particles/spark.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
Templates/Full/game/art/particles/spark_wet.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
Templates/Full/game/art/particles/splash.png
Normal file
|
After Width: | Height: | Size: 49 KiB |
BIN
Templates/Full/game/art/particles/steam.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
Templates/Full/game/art/particles/wake.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
Templates/Full/game/art/particles/waterDrip.png
Normal file
|
After Width: | Height: | Size: 614 B |