In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Opening.bnr: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Magicus (talk | contribs)
No edit summary
Chell65 (talk | contribs)
Cleanup. Still requires clarification from a more informed person.
Line 1: Line 1:
=opening.bnr=
'''opening.bnr''' is a file related to Wii homebrew development.


==Description==
==Description==
Opening.bnr is a normal ARC-file with a extra header. The ARC-file contains 3 files, icon.bin, banner.bin, and sound.bin. These .bin-files are compressed using the LZ77 encryption, more information on Wikipedia.
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.bin_file_structure]].
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.

See Content.bin file structure.