Game Development Community

Reading from Text File

by Tom Lenz · in Torque Game Builder · 09/02/2008 (9:33 am) · 2 replies

I'm looking for some help reading from a text file.

I'm setting up an grid of different colored squares.
What I want is Torque to read from a text file so,
that I can have many different configurations of
the colored squares. I really need some help with
where to start/how to accomplish this efficiently.

Thanks in advanced

#1
09/02/2008 (10:11 am)
Search for FileObject on this site and the docs. Actually I just found it on the TDN TorqueScript FileObject.
#2
09/03/2008 (6:26 am)
James thank you for your help.
I was able to accomplish what I needed.