I've tried the majority of XNB converters with the compressed and decompressed files, none have worked.
Samples: https://mega.nz/#!VxIhwCab!mz8PtoBOEGBi ... U7yAJcehHA
Hell Yeah! Wrath of the Dead Rabbit (PC)
-
- Posts: 49
- Joined: Fri Dec 23, 2016 3:00 am
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
[PC] Hell Yeah! Wrath of the Dead Rabbit (*.xnb)
okay decompress your samples with this bms script
then use this Noesis python script to open the uncompressed samples
supports dxt1 and dxt5
Code: Select all
comtype xmemdecompress 0x10000
idstring "XNB"
get XNB_VER byte
get DUMMY short
get ZSIZE long
get SIZE long
savepos OFFSET
math ZSIZE - OFFSET
get NAME basename
string NAME + "_decomp.xnb"
clog NAME OFFSET ZSIZE SIZE
then use this Noesis python script to open the uncompressed samples
supports dxt1 and dxt5