I used wxPirs, Le Fluffe and py360: they extract same.
'xcompress_file.bms' is for single files - it wouldn't work for package.
Package has 92 occurrences of HBR0 string. These 'files' have '.max' extension and contain single string. There's no real data here. Anyway, there's the script:
HBR0_print.bms
PS> I had to reconstruct the important parts of file from picture manually. File itself would have helped here.
Alternative to picture, small binary files can be effectively presented as text with powershell: Format-Hex file > log.txt
or script:
Code: Select all
for
getdstring INPUT 16
print "%INPUT|dump%"
next