Game Development Community


#1
11/10/2005 (10:22 am)
Yes. What language are you looking to use?
#2
11/10/2005 (10:32 am)
Like C or torquscript or the format of the hex files?
#3
11/10/2005 (11:03 am)
Read your files as binary and perform the right calculations for move from binary to hex to octal to whatever you want.

Maybe I'm missing something.
#4
11/10/2005 (11:12 am)
Sorry i'm a n00b, how do i read files in binary
#5
11/10/2005 (11:24 am)
In C++, you can use the standard library.

C++ Tutorial for files