Game Development Community

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.

#1
12/17/2007 (10:48 am)
FliesEmitter, server\scripts\chimneyFire.cs
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
#2
01/04/2008 (10:53 am)
Sorry to bring this up again but I searched for it and couldn't find the sgGooDataBlock. It's a light emitter from the lighting features demonstration. I can't find it..
#3
01/04/2008 (11:56 am)
Common\lighting\lights\sgGooDataBlock.cs