
thanks if anyone takes an interest lol

mf aka mudda

Moderators: Warfare, Moderator, Admin
Code: Select all
datablock ParticleData(Smoke)
{
textureName = "~/data/shapes/tanks/smoke.png";
dragCoefficient = 1.0;
gravityCoefficient = -0.2;
inheritedVelFactor = 0.3;
constantAcceleration = 0.0;
lifetimeMS = 2000;
lifetimeVarianceMS = 500;
useInvAlpha = true;
spinRandomMin = -90.0;
spinRandomMax = 500.0;
colors[0] = "0.56 0.36 0.26 1.0";
colors[1] = "0.56 0.36 0.26 1.0";
colors[2] = "0.36 0.21 0.21 0.4";
colors[3] = "0 0 0 0";
sizes[0] = 2.52;
sizes[1] = 4.25;
sizes[2] = 6.75;
sizes[3] = 10.95;
times[0] = 8.95;
times[1] = 10.95;
times[2] = 5.95;
times[3] = 2.52;
};
datablock ParticleEmitterData(SmokeEmitter)
{
ejectionPeriodMS = 28;
periodVarianceMS = 27;
ejectionVelocity = 1.5;
velocityVariance = 0.5;
ejectionOffset = 0.0;
thetaMin = 90;
thetaMax = 90;
phiReferenceVel = 0;
phiVariance = 360;
overrideAdvances = false;
particles = "Smoke";
};
Users browsing this forum: ClaudeBot [Bot] and 19 guests