The Guy Game Files (Xpz, Xpr, Wma, Asz)
-
- Posts: 220
- Joined: Sun Nov 06, 2016 3:28 pm
The Guy Game Files (Xpz, Xpr, Wma, Asz)
Hello, Does anyone here know to decrypt or extract data files xpz, wma, asz, and xpr ???
Thanks for any help.
Sorry for bad english.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: The Guy Game Files (Xpz, Xpr, Wma, Asz)
No encryption.
xpr and xpz are XPR1 files, a known 3d format used on Xbox: viewtopic.php?f=9&t=293
wma is audio.
asz is compressed but the decompressed data is in binary format:
xpr and xpz are XPR1 files, a known 3d format used on Xbox: viewtopic.php?f=9&t=293
wma is audio.
asz is compressed but the decompressed data is in binary format:
Code: Select all
get SIZE long
get ZSIZE asize
savepos OFFSET
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE