Hacking Custom Boot Logo for Switch

chronoss

Well-Known Member
OP
Member
Joined
May 26, 2015
Messages
2,822
Trophies
1
XP
4,042
Country
Congo, Republic of the
Great!

Change that line to be:

payload=bootloader/payloads/fusee.bin

(make sure you downloaded the correct fusee.bin from the Atmosphere GitHub releases page.)
Post automatically merged:



If that doesn’t work, here’s my 15.0.1 package3 that I just confirmed works.
(I had to zip it so I could upload it…just unzip for the actual package3 file)
Great, it work with your file and fine you mario pic 😂
 
  • Haha
Reactions: binkinator

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,512
Trophies
2
XP
5,962
Country
United States
Great, it work with your file and fine you mario pic 😂
Great! Well now you know your Switch is set up properly and can focus on the graphic creation process as the point of error. Double check your python set up while running on command line. There should be a clear error to follow up on (or otherwise it just works)
 
  • Like
Reactions: chronoss

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,512
Trophies
2
XP
5,962
Country
United States
If i extract my original boot logo and use it to generate a smaller patch is the patch legal to share? It's a diff file at that point right?
The .ips patches only have new generated content for the logo. The trimmed down versions have even less content. These and the package3 remixes are IP free afaik. I will continue sharing mine until shown otherwise. :-)
 

magicdog20

New Member
Newbie
Joined
Feb 17, 2023
Messages
2
Trophies
0
Age
42
XP
17
Country
China
wuaw, literally in this moment I am editing my local notes about this matter.

you first start with a image, says Atmosphere.png (the name doesn't matters) and the easiest way is to use GIMP, then Export the image as raw DATA with the parameters:
Sorry guys, the file generated by GIMP do not have the correct format, my bad, sorry if I confused you more than needed.

THE ONLY SOLUTION BY NOW TO GENERATE THE RAW FILE IS USING THE PYTHON SCRIPT, (New) instructions -better I hope- are now on

so you have a file Atmosphere.bmp.data which is on framebuffer format

then you can use bin2header.exeo generate the code

bin2header.exe -p 32 Atmosphere.data

then copy the contents of Atmosphere.data.h on to \stratosphere\boot\source\boot_splash_screen_notext.inc

do not to forget edit the variables

constexpr size_t SplashScreenX = 535;
constexpr size_t SplashScreenY = 274;
constexpr size_t SplashScreenW = 210;
constexpr size_t SplashScreenH = 172;

to match the needs for you image
so , how to use the file "boot_splash_screen_notext.inc"? Build your own Atmosphère and sigpatch??
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,512
Trophies
2
XP
5,962
Country
United States
so , how to use the file "boot_splash_screen_notext.inc"? Build your own Atmosphère and sigpatch??
Exactly correct. You modify that file with a C binary graphic of your own and then recompile Atmosphere and it will be built in. It changes the Triangle shaped Atmosphere logo during boot up.
 
  • Love
Reactions: impeeza

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,512
Trophies
2
XP
5,962
Country
United States

gdavies

Well-Known Member
Newcomer
Joined
Mar 1, 2023
Messages
64
Trophies
0
XP
100
Country
United Kingdom
Any chance you could do one with this logo
logo.png

Post automatically merged:

Ah sorry I have managed to get python working and created the files needed myself, I was using a different version of python before
 

Attachments

  • logo.png
    logo.png
    26.9 KB · Views: 10
Last edited by gdavies,

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,512
Trophies
2
XP
5,962
Country
United States
  • Like
Reactions: BigOnYa

Soler37

Well-Known Member
Member
Joined
Oct 23, 2022
Messages
133
Trophies
0
Age
32
XP
235
Country
Israel
simply placing the folder (Pirate) in the exefs patches under atmopshere doesnt work, why is that? before i had a logo that worked and i deleted it so that i can use the pirate one, why isnt it working?
Post automatically merged:

also im getting 2 splash screens of atmosphere, how do i get rid of them?
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,512
Trophies
2
XP
5,962
Country
United States
simply placing the folder (Pirate) in the exefs patches under atmopshere doesnt work, why is that? before i had a logo that worked and i deleted it so that i can use the pirate one, why isnt it working?
Post automatically merged:

also im getting 2 splash screens of atmosphere, how do i get rid of them?

not sure, I‘ve not tried the pirate ones so I don’t know anything about it specifically.
what happens when you put your old one back? Still broken?
(this will tell us if it’s the patches or something else on your system changed)

e: As @impeeza hints below, you need to use the latest patcher if you are on the latest firmware:
https://github.com/friedkeenan/switch-logo-patcher

the default Atmosphere splash screen can be changed using this Atmosphere doc:
https://github.com/Atmosphere-NX/At...urations.md#adding-a-custom-boot-splashscreen
I did a small writeup to clarify the instructions here:
https://gbatemp.net/threads/custom-boot-logo-for-switch.569031/post-9741447

The atmosphere triangle logo can be changed but you need to recompile Atmosphere.
@impeeza ’s method works great for this but setting up the prerequisites are not for the feint of heart:
https://gbatemp.net/threads/custom-boot-logo-for-switch.569031/page-19#post-9941051
 
Last edited by binkinator,
  • Haha
Reactions: impeeza

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
3,572
Trophies
3
Age
45
Location
At my chair.
XP
9,167
Country
Colombia
"feint of heart" you make me laugh so loud, wife unit is asking why :rofl2:
Post automatically merged:

remember the HOS Bootlogo patches are firmware dependent, so you need to generate a new IPS file for each new firmware.
 
Last edited by impeeza,
  • Love
Reactions: binkinator
General chit-chat
Help Users
  • Skelletonike @ Skelletonike:
    link doesn't work
    +2
  • Skelletonike @ Skelletonike:
    1H left, such a slow week.
  • Sonic Angel Knight @ Sonic Angel Knight:
    Okay, I had spaghetti :P
  • SylverReZ @ SylverReZ:
    Hope they made lots of spaget
  • K3N1 @ K3N1:
    Chill dog
  • SylverReZ @ SylverReZ:
    Chilli dog
  • Skelletonike @ Skelletonike:
    Damn, I'm loving the new zelda.
  • xtremegamer @ xtremegamer:
    loving the new zelda, i started a game, it was so fucking good, so i
    am waiting on my friend to get home so we can start a new one together
  • Skelletonike @ Skelletonike:
    I just dislike that they don't let me choose the voices before the game starts. Happened with botw as well, had to change to japanese and restart.
  • K3N1 @ K3N1:
    But the important question is can you choose gender
  • Skelletonike @ Skelletonike:
    Same way you can choose Gerald's gender.
  • Skelletonike @ Skelletonike:
    *Geralt, damn autocorrect.
  • Psionic Roshambo @ Psionic Roshambo:
    But can he be trans? Lol
  • K3N1 @ K3N1:
    Zelda transforms into link
  • Psionic Roshambo @ Psionic Roshambo:
    Link I'm not the princess your looking for.... *Pulls a crying game*
  • K3N1 @ K3N1:
    *skirt up* it's exactly what I always wanted
  • Skelletonike @ Skelletonike:
    Just scanned all my zelda amiibos, took a while but didn't get anything that cool, did get the lon lon ranch hylian fabrics though.
  • Skelletonike @ Skelletonike:
    It was pretty funny when I scanned wolf link and got a shit load of meat.
  • K3N1 @ K3N1:
    @Skelletonike, btw I ran that custom for mgs4 on the deck I'm amazed it got that far in game
  • K3N1 @ K3N1:
    Plug in*
  • K3N1 @ K3N1:
    Your favorite activity
    K3N1 @ K3N1: Your favorite activity