mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-04-22 04:45:34 +00:00
206 lines
No EOL
5 KiB
C#
206 lines
No EOL
5 KiB
C#
datablock ParticleData(RainParticle) {
|
|
dragCoefficient = "0";
|
|
windCoefficient = "0";
|
|
gravityCoefficient = "0";
|
|
inheritedVelFactor = "0";
|
|
constantAcceleration = "0";
|
|
lifetimeMS = "1000";
|
|
lifetimeVarianceMS = "200";
|
|
spinSpeed = "1";
|
|
spinRandomMin = "0";
|
|
spinRandomMax = "0";
|
|
useInvAlpha = "0";
|
|
textureName = "special/underwaterSpark";
|
|
colors[0] = "0.204724 0.204724 0.204724 0.0";
|
|
colors[1] = "0.291339 0.291339 0.291339 1";
|
|
colors[2] = "0.259843 0.259843 0.259843 1";
|
|
colors[3] = "0.0787402 0.0787402 0.0787402 1";
|
|
sizes[0] = "1";
|
|
sizes[1] = "1";
|
|
sizes[2] = "1";
|
|
sizes[3] = "1";
|
|
times[0] = "0.1";
|
|
times[1] = "0.2";
|
|
times[2] = "0.9";
|
|
times[3] = "1";
|
|
};
|
|
|
|
datablock ParticleEmitterData(RainEmitter) {
|
|
ejectionPeriodMS = "1";
|
|
periodVarianceMS = "0";
|
|
ejectionVelocity = "350";
|
|
velocityVariance = "100";
|
|
ejectionOffset = "0";
|
|
ejectionOffsetVariance = "0";
|
|
thetaMin = "10";
|
|
thetaMax = "35";
|
|
phiReferenceVel = "0";
|
|
phiVariance = "360";
|
|
softnessDistance = "1";
|
|
ambientFactor = "0";
|
|
overrideAdvance = "1";
|
|
orientParticles = "1";
|
|
orientOnVelocity = "1";
|
|
particles = "RainParticle";
|
|
lifetimeMS = "0";
|
|
lifetimeVarianceMS = "0";
|
|
reverseOrder = "0";
|
|
alignParticles = "0";
|
|
alignDirection = "0 1 0";
|
|
highResOnly = "1";
|
|
};
|
|
|
|
|
|
datablock ParticleData(SnowParticle4) {
|
|
dragCoefficient = "0";
|
|
windCoefficient = "0";
|
|
gravityCoefficient = "0";
|
|
inheritedVelFactor = "0";
|
|
constantAcceleration = "0";
|
|
lifetimeMS = "4000";
|
|
lifetimeVarianceMS = "0";
|
|
spinSpeed = "1";
|
|
spinRandomMin = "-50";
|
|
spinRandomMax = "50";
|
|
useInvAlpha = "0";
|
|
textureName = "precipitation/snowflake002";
|
|
colors[0] = "0.204724 0.204724 0.204724 0.0";
|
|
colors[1] = "0.591339 0.591339 0.591339 1";
|
|
colors[2] = "0.559843 0.559843 0.559843 1";
|
|
colors[3] = "0.0787402 0.0787402 0.0787402 1";
|
|
sizes[0] = "0.5";
|
|
sizes[1] = "0.5";
|
|
sizes[2] = "0.5";
|
|
sizes[3] = "0.5";
|
|
times[0] = "0.1";
|
|
times[1] = "0.4";
|
|
times[2] = "0.9";
|
|
times[3] = "1";
|
|
};
|
|
|
|
datablock ParticleEmitterData(SnowEmitter4) {
|
|
ejectionPeriodMS = "4";
|
|
periodVarianceMS = "0";
|
|
ejectionVelocity = "45";
|
|
velocityVariance = "25";
|
|
ejectionOffset = "10";
|
|
ejectionOffsetVariance = "0";
|
|
thetaMin = "0";
|
|
thetaMax = "45";
|
|
phiReferenceVel = "0";
|
|
phiVariance = "360";
|
|
softnessDistance = "1";
|
|
ambientFactor = "0";
|
|
overrideAdvance = "1";
|
|
orientParticles = "0";
|
|
orientOnVelocity = "1";
|
|
particles = "SnowParticle4";
|
|
lifetimeMS = "0";
|
|
lifetimeVarianceMS = "0";
|
|
reverseOrder = "0";
|
|
alignParticles = "0";
|
|
alignDirection = "0 1 0";
|
|
highResOnly = "1";
|
|
};
|
|
|
|
|
|
datablock ParticleData(energyHazeParticle) {
|
|
dragCoefficient = "0";
|
|
windCoefficient = "0";
|
|
gravityCoefficient = "-2.5";
|
|
inheritedVelFactor = "0";
|
|
constantAcceleration = "0";
|
|
lifetimeMS = "3500";
|
|
lifetimeVarianceMS = "500";
|
|
spinSpeed = "1";
|
|
spinRandomMin = "-50";
|
|
spinRandomMax = "50";
|
|
useInvAlpha = "0";
|
|
textureName = "energyHaze";
|
|
colors[0] = "0 0.5 1 0.0";
|
|
colors[1] = "0 0.5 1 0.2";
|
|
colors[2] = "0 0 0.5 0.2";
|
|
colors[3] = "0 0 0.2 0.0";
|
|
sizes[0] = "50";
|
|
sizes[1] = "50";
|
|
sizes[2] = "50";
|
|
sizes[3] = "50";
|
|
times[0] = "0.1";
|
|
times[1] = "0.2";
|
|
times[2] = "0.8";
|
|
times[3] = "1";
|
|
};
|
|
|
|
datablock ParticleEmitterData(energyHazeEmitter) {
|
|
ejectionPeriodMS = "2";
|
|
periodVarianceMS = "0";
|
|
ejectionVelocity = "5";
|
|
velocityVariance = "3";
|
|
ejectionOffset = "80";
|
|
ejectionOffsetVariance = "10";
|
|
thetaMin = "90";
|
|
thetaMax = "90";
|
|
phiReferenceVel = "0";
|
|
phiVariance = "360";
|
|
overrideAdvance = "1";
|
|
orientParticles = "0";
|
|
orientOnVelocity = "1";
|
|
particles = "energyHazeParticle";
|
|
lifetimeMS = "0";
|
|
lifetimeVarianceMS = "0";
|
|
reverseOrder = "0";
|
|
alignParticles = "0";
|
|
alignDirection = "0 1 0";
|
|
highResOnly = "1";
|
|
};
|
|
|
|
|
|
datablock ParticleData(energyHazeParticle2) {
|
|
dragCoefficient = "0";
|
|
windCoefficient = "0";
|
|
gravityCoefficient = "-2.5";
|
|
inheritedVelFactor = "0";
|
|
constantAcceleration = "0";
|
|
lifetimeMS = "3000";
|
|
lifetimeVarianceMS = "500";
|
|
spinSpeed = "1";
|
|
spinRandomMin = "-50";
|
|
spinRandomMax = "50";
|
|
useInvAlpha = "0";
|
|
textureName = "energyHaze";
|
|
colors[0] = "0 0.5 1 0.0";
|
|
colors[1] = "0 0.5 1 0.2";
|
|
colors[2] = "0 0.5 1 0.1";
|
|
colors[3] = "0 0.5 1 0";
|
|
sizes[0] = "50";
|
|
sizes[1] = "50";
|
|
sizes[2] = "30";
|
|
sizes[3] = "10";
|
|
times[0] = "0.1";
|
|
times[1] = "0.4";
|
|
times[2] = "0.8";
|
|
times[3] = "1";
|
|
};
|
|
|
|
datablock ParticleEmitterData(energyHazeEmitter2) {
|
|
ejectionPeriodMS = "12";
|
|
periodVarianceMS = "0";
|
|
ejectionVelocity = "5";
|
|
velocityVariance = "3";
|
|
ejectionOffset = "60";
|
|
ejectionOffsetVariance = "0";
|
|
thetaMin = "0";
|
|
thetaMax = "90";
|
|
phiReferenceVel = "180";
|
|
phiVariance = "360";
|
|
overrideAdvance = "1";
|
|
orientParticles = "0";
|
|
orientOnVelocity = "1";
|
|
particles = "energyHazeParticle2";
|
|
lifetimeMS = "0";
|
|
lifetimeVarianceMS = "0";
|
|
reverseOrder = "0";
|
|
alignParticles = "0";
|
|
alignDirection = "0 1 0";
|
|
highResOnly = "1";
|
|
}; |