Homebrew [Tutorial] How to make a custom badge

TUK_Pyroman

Well-Known Member
Newcomer
Joined
Oct 29, 2015
Messages
61
Trophies
0
Age
36
XP
88
Country
Belgium
I think I have found something about Shape!

I've tryed to convert a custom shape from a PNG image with photoshop. My picture was 64px * 64px with 32bit (8bit/channel; RGBA image).
I convert it to a grayscale image => 8bit (only 1 channel )
And I saved it to RAW format.
In HxD, I saw my RAW file are similar to a shape file, but his length is 1000, not 800 (in Hexdecimal 1000 is the double of 800)
I think my RAW file use each octet (00 or FF) for one pixel, and need to be convert to be a shape file ( transform the "00 FF FF 00" to "0F F0").
Exemple :

RAW File looks :

Code:
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
FF FF FF 00 00 00 00 00 00 00 00 00 00 FF FF FF

Must convert to Shape :

Code:
FF FF FF FF FF FF FF FF FF F0 00 00 00 00 0F FF

EDIT :

I've tryed to convert my grayscale raw file to an indexed (16 colors).
Now all my octets begin by a 0, must to erase each ones...


EDIT :

Forget all of this shit, not the good format...
 
Last edited by TUK_Pyroman,

Naked_Snake

Constant Miscreant
Member
Joined
Oct 6, 2013
Messages
1,765
Trophies
0
Age
38
Location
Hyrule Field
XP
1,749
Country
Australia
my BadgeData.dat file is too large to dump with exdata
so it tells me, any ideas?
 

Attachments

  • image.jpg
    image.jpg
    683.4 KB · Views: 177

TUK_Pyroman

Well-Known Member
Newcomer
Joined
Oct 29, 2015
Messages
61
Trophies
0
Age
36
XP
88
Country
Belgium
I had some error due to the transfert with ftBrony.
Now, I copy my files directly with my SDcard reader from my computer.
 

TUK_Pyroman

Well-Known Member
Newcomer
Joined
Oct 29, 2015
Messages
61
Trophies
0
Age
36
XP
88
Country
Belgium
I used the tool by DaBlackDeath tried to change the floor tile badge in to Hideo Kojima but I keep getting this
How looks the other badge? Try to reload others ( store it in the badge menu and put it in the Home menu )
Did you do a backup of your badgedata?
 

maxigregrze

New Member
Newbie
Joined
Nov 19, 2015
Messages
1
Trophies
0
XP
70
Country
France
Did someone find another "shadow" for the first badge? Even if I modified the shadow, the display on a folder is still the same as the original badge (But well, I still haven't managed to make the shadow to work properly...)
79e75b36a0.jpg
85178873e1.jpg
 

TUK_Pyroman

Well-Known Member
Newcomer
Joined
Oct 29, 2015
Messages
61
Trophies
0
Age
36
XP
88
Country
Belgium
You must write the good code in the config.txt


Code:
; dump BadgeData
DUMP "000014D1:/BadgeData.dat" "BadgeData.dat"

; replace the BadgeData
RESTORE "BadgeData.dat" "000014D1:/BadgeData.dat"

And chose the second optioon in Extdata_dump
 

RetroBitMig

Banana Boy
Member
Joined
Oct 19, 2015
Messages
162
Trophies
0
Age
28
Location
Los Angeles
Website
xn--yck0dzd.xn--q9jyb4c
XP
170
Country
United States
You must write the good code in the config.txt


Code:
; dump BadgeData
DUMP "000014D1:/BadgeData.dat" "BadgeData.dat"

; replace the BadgeData
RESTORE "BadgeData.dat" "000014D1:/BadgeData.dat"

And chose the second optioon in Extdata_dump
That still doesn't work, it says "Copying Failed!" for the BadgeData.dat
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: @E1ite007, I just found this randomly.