Blockland Forums > Modification Help
Datablock doesn't work
Truce:
--- Quote from: Midway Sentinel on April 04, 2011, 05:31:31 PM ---ParticleEmitterData<M6GalileanFlashEmitter> velocityVariance > ejectionVelocity
datablock ParticleEmitterData(M6GalileanFlashEmitter)
--- Code: ---{
ejectionPeriodMS = 6000;
periodVarianceMS = 0;
ejectionVelocity = 0.0; // <-----
velocityVariance = 1.0; // <-----
ejectionOffset = 0.0;
thetaMin = 0;
thetaMax = 90;
phiReferenceVel = 0;
phiVariance = 360;
overrideAdvance = false;
particles = "M6GalileanFlashParticle";
uiName = "M6 Galilean Flash";
};
--- End code ---
--- End quote ---
Take a look at what it's telling you - it says that an error is occuring because velocityVariance is > (greater than) ejectionVelocity. Looking at those rows of values, the number next to velocityVariance is 1 and the number next to ejectionVelocity is 0. 1 is indeed greater than 0, so you need to modify one/both of them to prevent it from having the error.
Midway Sentinel:
so make the ejection velocity greater than the variance?
Midway Sentinel:
Ok, so i fixed all the variable errors, and now only this appears:
Loading Add-On: Weapon_M6Galilean <CRC:758596603>
Executing Add-Ons/Weapon_M6Galilean/server.cs.
and then it says Blockland has stopped working
Midway Sentinel:
sorry, but bump
boodals 2:
Run blockland single player with the default add-ons, and yours enabled.
Wait for crash.
Go to your blockland folder
Attach Console.log to a post. Or even, just read through it and work it out yourself.