Runner2 .aetex (PC)

Textures, recreate headers, conversions, algorithms and parsing of image files
puggsoy
Posts: 161
Joined: Sat Dec 13, 2014 1:01 am

Runner2 .aetex (PC)

Post by puggsoy »

This is a script for the .aetex graphics/texture files in BIT.TRIP Presents Runner2: Future Legend of Rhythm Alien. It's a really simple format which is literally just DDS with a header on top, this basically just removes the header.

Code: Select all

# BIT.TRIP Presents Runner 2 .aetex
#
# Written by puggsoy
# script for QuickBMS http://quickbms.aluigi.org

goto 0x30
get SIZE long
get NAME basename
string NAME += ".dds"
savepos OFFSET

log NAME OFFSET SIZE