Hacking Homebrew Remove Atmosphere splash screen

pausuri

Well-Known Member
OP
Member
Joined
Jul 15, 2018
Messages
114
Trophies
0
Age
40
XP
680
Country
United Kingdom
Hi there, quick question: is there a way to remove the Atmosphere splash screen that comes before Atmosphere logo screen?

I set up Atmosphere a few days ago on my Oled but I didn't have that splash screen on my old Switch



Thanks
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
3,572
Trophies
3
Age
45
Location
At my chair.
XP
9,167
Country
Colombia
You can use the script of the source code: Atmosphere/utilities/insert_splash_screen.py https://github.com/Atmosphere-NX/Atmosphere/blob/master/utilities/insert_splash_screen.py to modify the file PACKAGE3.

Alternative you can build Atmosphère from source and change this splash and setplogo.

this script changes the splash what originally is:

splash.bin.png
 
Last edited by impeeza,

Chrisssj2

Well-Known Member
Member
Joined
Feb 12, 2008
Messages
2,627
Trophies
1
XP
3,893
Country
Netherlands
Hi there, quick question: is there a way to remove the Atmosphere splash screen that comes before Atmosphere logo screen?

I set up Atmosphere a few days ago on my Oled but I didn't have that splash screen on my old Switch



Thanks
I have the exact same problem. But on my new oled switch i dont have the splash screen. but on my old switch I do have it... Both FW 16... and i want the splash screen gone :( I don't get it.. the files are the same I think... and yes thats not a friendly way at all
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
3,572
Trophies
3
Age
45
Location
At my chair.
XP
9,167
Country
Colombia
Thanks for the info, is there any noob friendly way of removing the splash screen?:)
he he he, that script is the more noob friendly option. The only other way is to build your Atmosphère from source and you need to generate a special formatted text file with the data.

@binkinator have a excellent thread about customize Atmosphère: https://gbatemp.net/threads/custom-boot-logo-for-switch.569031/

and if you want to know how to build Atmosphère from source using MSYS you can use this tutorial: https://gbatemp.net/threads/building-atmosphere-on-windows-using-msys2.613446/

-Edit: typo
 
Last edited by impeeza,

urherenow

Well-Known Member
Member
Joined
Mar 8, 2009
Messages
4,483
Trophies
2
Age
47
Location
Japan
XP
3,158
Country
United States
Thanks for the info, is there any noob friendly way of removing the splash screen?:)
There are noob friendly tutorials for setting up a developer environment and building it yourself from source. Problem is, noob friendly doesn’t necessarily mean time friendly. And what isn’t noob friendly about using just a black pic with the script to replace the screen?
 
  • Like
Reactions: impeeza

Chrisssj2

Well-Known Member
Member
Joined
Feb 12, 2008
Messages
2,627
Trophies
1
XP
3,893
Country
Netherlands
he he he, that script is the more noob friendly option. The only other way is to build your Atmosphère from source and you need to generate a special formatted text file with the data.

@binkinator have a excellent thread about personalize Atmosphère: https://gbatemp.net/threads/custom-boot-logo-for-switch.569031/

and if you want to know how to build Atmosphère from source using MSYS you can use this tutorial: https://gbatemp.net/threads/building-atmosphere-on-windows-using-msys2.613446/
This doesnt make sense. I am using blanco atmosphere. I never had to do any weird magic. So why is my oled not having this screen, and my erista switch has this splash screen?
 

whisky9

Well-Known Member
Newcomer
Joined
Aug 20, 2020
Messages
46
Trophies
0
Age
43
XP
253
Country
United States
Thanks for the info, is there any noob friendly way of removing the splash screen?:)
You are using fusee to load Atmosphere, you need to use fss0/package3 for remove Atmosphere splash screen. Open file hekete_ipl.ini located inside folder bootloader, find:
payload=bootloader/payloads/fusee.bin
Replace with:
Code:
fss0=atmosphere/package3
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
3,572
Trophies
3
Age
45
Location
At my chair.
XP
9,167
Country
Colombia
You are using fusee to load Atmosphere, you need to use fss0/package3 for remove Atmosphere splash screen. Open file hekete_ipl.ini located inside folder bootloader, find:

Replace with:
Code:
fss0=atmosphere/package3
When you load Atmosphère from Hekate using FSS0 method, the splash.bin is no shown but the boot_splash_screen_notext.inc (called Sept Logo for some people) file is shown after bootlogo defined on Hekate_ipl.ini

that remove sept logo not the atmosphère splash :D

--Edit: try to remove the confusion.
 
Last edited by impeeza,

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
3,572
Trophies
3
Age
45
Location
At my chair.
XP
9,167
Country
Colombia
That's the atmosphere splash.
I think you're talking about atmosphere logo.

I am not a expert, but as far I know on the source code of Atmosphère there are two files of "Splash" displayed on boot.

As far I know, the file "/img/Splash.bin" which is show at display initialization by fusee.bin. This file is not loaded by Hekate because Hekate uses his own display initialization routine, this can be replaced on the package3 using the script provided on the source of github..

There is another "splash", is the file "/stratosphere/boot/source/boot_splash_screen_text.inc" on the source code which is show as a Custom splash screen on the second stage after screen initialization; some people call this file the "Sept Logo"
 
Last edited by impeeza,
  • Like
Reactions: josete2k

pausuri

Well-Known Member
OP
Member
Joined
Jul 15, 2018
Messages
114
Trophies
0
Age
40
XP
680
Country
United Kingdom
You are using fusee to load Atmosphere, you need to use fss0/package3 for remove Atmosphere splash screen. Open file hekete_ipl.ini located inside folder bootloader, find:

Replace with:
Code:
fss0=atmosphere/package3
Thanks for that! It actually has worked, when the HWFLY glitching goes through after a few seconds it only pops up the Atmosphere logo no splash screen

Cheers

PS: Not really sure from the technical point of view if is it better to boot Atmosphere from fusee or package3 but hey now it is just booting the way I like
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
3,572
Trophies
3
Age
45
Location
At my chair.
XP
9,167
Country
Colombia
I am not a expert, but as far I know on the source code of Atmosphère there are two files of "Splash" displayed on boot.

As far I know, the file "/img/Splash.bin" which is show at display initialization by fusee.bin. This file is not loaded by Hekate because Hekate uses his own display initialization routine; some people call this file the "Sept Logo".

There is another "splash", is the file "/stratosphere/boot/source/boot_splash_screen_text.inc" on the source code which is show as a Custom splash screen on the second stage after screen initialization, this can be replaced on the package3 using the script provided on the source of github.
Hello there, looking on the source code we have:

  • "/img/Splash.bin" which is created by using originally this image:
splash.bin.png
This one can be replaced on a package3 file using the Script on the source code of Atmosphère, easy piece.​
also you can create a custom splash.bin and build Atmosphère, but is no just as easy.​

  • And "/stratosphere/boot/source/boot_splash_screen_notext.inc"
which originally is this image:​
boot_splash_screen_notext.inc.png
This only can be changed by replacing the file on the source and building Atmosphère.​

Just writing this with the images I was aware I interchanged them on the previous post, sorry for the mixup.
 

pausuri

Well-Known Member
OP
Member
Joined
Jul 15, 2018
Messages
114
Trophies
0
Age
40
XP
680
Country
United Kingdom
Hello there, looking on the source code we have:

  • "/img/Splash.bin" which is created by using originally this image:
This one can be replaced on a package3 file using the Script on the source code of Atmosphère, easy piece.​
also you can create a custom splash.bin and build Atmosphère, but is no just as easy.​

  • And "/stratosphere/boot/source/boot_splash_screen_notext.inc"
which originally is this image:​
This only can be changed by replacing the file on the source and building Atmosphère.​

Just writing this with the images I was aware I interchanged them on the previous post, sorry for the mixup.
I was able to remove the splash screen completely following wishky9 instructions editing the hetake.ini file
 
  • Love
Reactions: impeeza

Chrisssj2

Well-Known Member
Member
Joined
Feb 12, 2008
Messages
2,627
Trophies
1
XP
3,893
Country
Netherlands
Hello there, looking on the source code we have:

  • "/img/Splash.bin" which is created by using originally this image:
This one can be replaced on a package3 file using the Script on the source code of Atmosphère, easy piece.​
also you can create a custom splash.bin and build Atmosphère, but is no just as easy.​

  • And "/stratosphere/boot/source/boot_splash_screen_notext.inc"
which originally is this image:​
This only can be changed by replacing the file on the source and building Atmosphère.​

Just writing this with the images I was aware I interchanged them on the previous post, sorry for the mixup.
For me that first image pops. then the 2nd image shows. :( still dont know how to get it to stop doing that.
 
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