Search found 4 matches

by Griever
June 20th, 2020, 5:49 am
Forum: Sound/SPU
Topic: Different VAB formats
Replies: 6
Views: 14440

Re: Different VAB formats

Hello again, just to close the topic, this file was really another archive. It has first 0x2000 bytes as VAB header in it's usual format + dummy bytes to the end of 0x2000 block. Last two word16 of block are size in sectors of VAB body and size in bytes of the last sector. So executable code just co...
by Griever
June 18th, 2020, 4:32 am
Forum: Sound/SPU
Topic: Different VAB formats
Replies: 6
Views: 14440

Re: Different VAB formats

Thank you very much! For me it was important to know that it's not some kind of standard scheme. I should debug a little deeper in Einhander code to check how this pseudo vab file is used.
by Griever
June 17th, 2020, 5:21 am
Forum: Sound/SPU
Topic: Different VAB formats
Replies: 6
Views: 14440

Re: Different VAB formats

Thank you, Squaresoft74! That sort of helped: at least bin2seq has properly calculated VB start at 0x2000 and so first 6 VAGs were extracted properly. That's also interesting why there is more than 0x1000 bytes between VH end and VB start in .VAB file, as File Format 47 does not mention this. But wh...
by Griever
June 16th, 2020, 6:16 am
Forum: Sound/SPU
Topic: Different VAB formats
Replies: 6
Views: 14440

Different VAB formats

Hello! I'm reversing some of Einhander's files format for translation purposes and one of sound formats looks almost identical to VAB. According to "File Format 47.pdf", it has exactly the same structure, except VAG offset table does not take 512 bytes, but visually looks like almost 0x15F...