Datablock question
by Peggy Hurley · in Torque Game Engine · 12/17/2007 (10:20 am) · 3 replies
Alright so I've been messing around for a while with TGE and I can't seem to figure out where exactly are datablocks located.
I have this feeling that I'm completely oblivious to something really obvious but where are datablocks located?? such as
FliesEmitter
EmberEmitter
CrossbowDebrisTrailEmitter
You know, from the standard FPS starter kit that are available through the dropdown menu. Also for the PlayerBody or whatever. There's some I could find in server/scripts and /client folders, but where's the rest?
Thanks in advance.
I have this feeling that I'm completely oblivious to something really obvious but where are datablocks located?? such as
FliesEmitter
EmberEmitter
CrossbowDebrisTrailEmitter
You know, from the standard FPS starter kit that are available through the dropdown menu. Also for the PlayerBody or whatever. There's some I could find in server/scripts and /client folders, but where's the rest?
Thanks in advance.
About the author
Torque Owner James W.
EmberEmitter, server\scripts\chimneyFire.cs
CrossbowDebrisTrailEmitter, server\scripts\crossbow.cs
server\scripts
chimneyFire.cs
crossbow.cs
player.cs
sgExamples.cs
in the kit these are the location for them all.
Use www.torquedev.com/ or torsion and search datablock ParticleEmitterData it will give you the location