Changes

1,970 bytes added ,  18:25, 24 April 2012
m
no edit summary
Line 26: Line 26:  
This is the reason I suggest Homebrew Format.
 
This is the reason I suggest Homebrew Format.
 
The format will be different and developers should able to develop homebrew.
 
The format will be different and developers should able to develop homebrew.
 +
:That was already discussed [[Talk:Homebrew Format|here]]... "Official format should be known" Official format *already* is known. Homebrew has *always* used the same format as official software. Not using NCCH/whatever in homebrew won't slow down piracy much if at all.--[[User:Yellows8|Yellows8]] 16:45, 3 March 2012 (CET)
 +
 +
 +
Feedback:
 +
:1. It puts together banner data for HomeMenu. It outputs a .bnr and .icn, from the settings you chose and a few other files. For what it does, it does work.
 +
:2. The .CTPK / .ICN are fine. I built my own app using his output and the icon is a large black "X" on a square white background. This is what it looks like: http://img195.imageshack.us/img195/687/iconzviacitrustool.png
 +
:Most likely you thought they looked like random FF and 00 because .ctpk is an image format and that is an array of RGB data. What are the RGB values of black and white pixels? (Black and white = xFF + x00)
 +
:3. We've tested apps that used BCWAV format before. Here's one of the sounds converted and tested with a real (dev/test) 3DS: http://www.mediafire.com/?lc1jcqcoxa9vl0m , compare the headers.
 +
:4. CBMD - the model/animation you see on the upper screen when you put in a game/cartridge or hover over icons in Home menu.
 +
:5. The "Chinese" versions of the title and publisher seem to get removed in the "build" process, not sure if that's an issue with my PC or your tool.
 +
:6. Application77.cxi is invalid.
 +
:--[[User:jl12|jl12]]
 +
 +
In regards to the unencrypted ExeFS in the recently released homebrew .CXI by Xcution, below are the offsets of the contents of the ExeFS for those who want to slice it up.
 +
 +
The contents of the ExeFS with Offsets and sizes.
 +
{| class="wikitable" border="1"
 +
|-
 +
!  OFFSET
 +
!  SIZE
 +
!  DESCRIPTION
 +
|-
 +
|  0x00
 +
|  0x200
 +
|  Header
 +
|-
 +
|  0x200
 +
|  0x5A00
 +
|  Code
 +
|-
 +
|  0x5C00
 +
|  0x4E20
 +
|  Banner (when extracted the official extention is .bnr)
 +
|-
 +
|  0xAC00
 +
|  0x36C0
 +
|  Icon (when extracted the official extention is .icn)
 +
|}
839

edits