Autolegends USSR (Moscow Racer) .trf
Posted: Sun Jul 15, 2012 5:49 am
Here is container for all textures in the game.
Code: Select all
# Autolegends USSR (Moscow Racer) .trf
# By MrNightmareTM
# Version 0.1
get SIGN long
get NTBLOFF long
savepos OFFSET
goto NTBLOFF
get FILES long
set NAME "textures\"
for i = 0 < FILES
get NSIZE1 long
getdstring NAME2 NSIZE1
get NSIZE2 long
getdstring NAME3 NSIZE2
get TYPE long
get SIZE long
string NAME += NAME2
string NAME += NAME3
log NAME OFFSET SIZE
set NAME ""
set NAME2 ""
math OFFSET += SIZE
next i
some kind of compression, no way for now, but you can post some samples in graphic research threadRacingFreak wrote:Awesome, thank you very much!
EDIT: How to view the .mt textures?