Game Development Community

Old Faceful?

by Dreamer · in Torque Game Engine · 04/14/2005 (11:19 am) · 3 replies

In honor of the new TV movie SuperVolcano I decided to make a geyser...
Not really I just got tired of that ring of rocks in stronghold not really doing anything so I decided to add a fire and smoke emitter node to it, unfortunately I wound up with a geyser rather than a campfire
Add this to your Stronghold.mis file and Enjoy!
new ParticleEmitterNode(Fire4) {
      position = "325.144 304.028 219.593";
      rotation = "1 0 0 0";
      scale = "1 1 1";
      dataBlock = "ChimneyFireEmitterNode";
      emitter = "ChimneyFireEmitter";
      velocity = "1";
   };
   new ParticleEmitterNode(Smoke4) {
      position = "324.144 303.028 219.593";
      rotation = "1 0 0 0";
      scale = "1 1 1";
      dataBlock = "ChimneySmokeEmitterNode";
      emitter = "ChimneySmokeEmitter";
      velocity = "1";
   };

p.s. I would make this a resource but IMHO it's probably better off here.

#1
04/14/2005 (1:25 pm)
If you make it a resource, make sure to call it "Old Faithful". Otherwise it sounds like a 70's porn title.
#2
04/14/2005 (1:32 pm)
[b]ZING![b]
#3
04/14/2005 (1:35 pm)
What and have everyone mad cuz it's not a low poly high res,fully skinned and animated model of a dog? Oh wait nm thats old yeller.