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!
p.s. I would make this a resource but IMHO it's probably better off here.
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.
Associate David Montgomery-Blake
David MontgomeryBlake