View Single Post
  #52  
01-11-2010, 12:53 PM
Naulahauta
Bolamite
 
: Dec 2009
: Home
: 56
Rep Power: 16
Naulahauta  (23)

The Bullshit WAVs were in the Oddio_postinitdssr000001.rof file, and I think I might know what the problem is (and it's my fault, d'oh!)
You see, $X is not one, but two bytes. In most other ROFs the first few bytes are, say, 5C 00, 8B 00, 02 00, etc.. but in Oddio_postinitdssr000001.rof, it's DF 01. I counted the Z groups of the file, and there are 0x1DF (=479) of them, as opposed to the previously-thought 0xDF (=223).
So, in a nutshell, $X is two bytes read backwards, not one.

EDIT: Whoa! Layout_n.nif000000.rof's $X is 92 05! There are 1426 files inside, whohohoa!

Last edited by Naulahauta; 01-11-2010 at 12:58 PM..
Reply With Quote