Forums Index >> Modding >> Question about emitter nodes.



Page : <1> :


I put this right after the object I want to "Burn"

New ParticleEmitterNode(FireEmitter) {;
datablock = "TankFlame";
position = "-55.4132 -139.711 103.133";
rotation = "-0.0536228 -0.0299412 0.998112 83.885";
scale = "1 1 1";
emitter = "Flamethrower";
velocity = "1";

"Flamethrower" is the particle emitter data,and "TankFlame" is the behavior of the particles.

Where did I go wrong? What the hell do I do with this? Where do I put it?

I hate this,and don't give me a link to maxworks.

And the capitals are not a prob,I got rid of them.

Sunday, December 12, 2004 at 4:19:28 PM

First off if you went maxwork's website you would notice that there is no ; after the { .
Next replace the "fireemitter" with "flamethroweremitternode1".Then replace where it says "tankflame" to "flamethroweremitternode".Next, add "emitter" to where it says "flamethrower". *bump*found in Maxworks FYI.

Sunday, December 12, 2004 at 6:25:36 PM

Now it looks like this:

New ParticleEmitterNode(flamethroweremitternode1) {
datablock = "flamethroweremitternode";
position = "-55.4132 -139.711 103.133";
rotation = "-0.0536228 -0.0299412 0.998112 83.885";
scale = "1 1 1";
emitter = "emitter";
velocity = "1";
};

I don't see how this helps,I have nothing named "flamethroweremitternode" or anything.

Sunday, December 12, 2004 at 7:43:08 PM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald