how to open TME files

08/03/2014 06:05 ahmed lord#1
i want to open TME files in tme folder if anybody can help me i will be thnx
08/04/2014 14:00 nTL3fTy#2
Pretty simple structure:
Code:
int              amount
UnitInfo[amount] infos
UnitInfo structure:
Code:
char[128]  index
uint       delay
uint       random_delay
int        offset_x
int        offset_y
08/04/2014 16:18 ahmed lord#3
Quote:
Originally Posted by nTL3fTy View Post
Pretty simple structure:
Code:
int              amount
UnitInfo[amount] infos
UnitInfo structure:
Code:
char[128]  index
uint       delay
uint       random_delay
int        offset_x
int        offset_y
which programs should using?