Opening.bnr: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Cleanup. Still requires clarification from a more informed person. |
||
Line 1: | Line 1: | ||
'''opening.bnr''' is a file related to Wii homebrew development. | |||
==Description== | ==Description== | ||
It is a normal ARC-file (archive) with an extra header. | |||
The extra header is very similar (identical?) to the part A of the content.bin file, starting from (and including) the field Zeroes_1, i.e. the second block of part A. See [[Content. | The ARC-file contains 3 files: | ||
*banner.bin | |||
*icon.bin | |||
*sound.bin | |||
These .bin-files are compressed using the LZ77 encryption, more information on [http://en.wikipedia.org/wiki/LZ77_and_LZ78 Wikipedia]. | |||
The extra header is very similar (possibly identical?) to the part A of the content.bin file, starting from (and including) the field Zeroes_1, i.e. the second block of part A. | |||
See [[Content.bin file structure]]. |
Revision as of 13:39, 1 March 2008
opening.bnr is a file related to Wii homebrew development.
Description
It is a normal ARC-file (archive) with an extra header.
The ARC-file contains 3 files:
- banner.bin
- icon.bin
- sound.bin
These .bin-files are compressed using the LZ77 encryption, more information on Wikipedia.
The extra header is very similar (possibly identical?) to the part A of the content.bin file, starting from (and including) the field Zeroes_1, i.e. the second block of part A.