sandungas
Developer
Ronnie can you check this ?, there is a disalignment in the ISO.BIN.EDAT "section" table in wiki introduced since this edit
https://www.psdevwiki.com/ps3/index.php?title=ISO.BIN.EDAT&diff=44695&oldid=41851
The previous versions of the table was considering all the areas are aligned to 0x400 (the size of a block), the area that was named "tracks table" in that edit (and "Audio tracks table" in the actual version) was given a size of 0x620 (exceeds one block), you have been working with audio tracks latelly, what do you think about this ?
If the audio tracks table is really bigger than one block we should represent it as a contiguous area of two blocks (0x800)
In ther words, it would include the area we are naming in the actual version as "Game Params Table"... so it would be needed to change the names to give them a common name and represent it as a single entity
The real annoyance about this detail is the area that comes next "Game Params Table" in the actual version of the table is not starting at an offset aligned to 0x400, is hard to know where it starts because a lot of the values are unused/filled by zeroes but i would say it "should" start at 0x1400 (following the offsets of the table in wiki that represents the first disc of a multidisc game)
The relative offset of the "magic word" discussed in the latest posts here depends of where we consider it starts the "Game Params Table"
https://www.psdevwiki.com/ps3/index.php?title=ISO.BIN.EDAT&diff=44695&oldid=41851
The previous versions of the table was considering all the areas are aligned to 0x400 (the size of a block), the area that was named "tracks table" in that edit (and "Audio tracks table" in the actual version) was given a size of 0x620 (exceeds one block), you have been working with audio tracks latelly, what do you think about this ?
If the audio tracks table is really bigger than one block we should represent it as a contiguous area of two blocks (0x800)
In ther words, it would include the area we are naming in the actual version as "Game Params Table"... so it would be needed to change the names to give them a common name and represent it as a single entity
The real annoyance about this detail is the area that comes next "Game Params Table" in the actual version of the table is not starting at an offset aligned to 0x400, is hard to know where it starts because a lot of the values are unused/filled by zeroes but i would say it "should" start at 0x1400 (following the offsets of the table in wiki that represents the first disc of a multidisc game)
The relative offset of the "magic word" discussed in the latest posts here depends of where we consider it starts the "Game Params Table"
Last edited: