I have this
[b]datablock ExplosionData[/b](MedievalExplosion)
{
//explosionShape = "";
lifeTimeMS = 500;
soundProfile = boomBitches;
particleEmitter = burnbabyburnExplosionEmitter;
particleDensity = 10;
particleRadius = 0.2;
faceViewer = true;
explosionScale = "1 1 1";
shakeCamera = true;
camShakeFreq = "20.0 22.0 20.0";
camShakeAmp = "1.0 1.0 1.0";
camShakeDuration = 0.5;
camShakeRadius = 10.0;
// Dynamic light
lightStartRadius = 3;
lightEndRadius = 0;
lightStartColor = "00.0 0.2 0.6";
lightEndColor = "0 0 0";
};
And the console shows this:
Object 'MedievalExplosion' is not a member of the 'ExplosionData' data block class
Console, y u no stahp trolling?!