Atmosphere/utilities/insert_splash_screen.py
https://github.com/Atmosphere-NX/Atmosphere/blob/master/utilities/insert_splash_screen.py to modify the file PACKAGE3.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
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.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?Thanks for the info, is there any noob friendly way of removing the splash screen?
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?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/
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:Thanks for the info, is there any noob friendly way of removing the splash screen?
Replace with:payload=bootloader/payloads/fusee.bin
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.iniYou 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
that remove sept logo not the atmosphère splash
That's the atmosphere splash.
I think you're talking about atmosphere logo.
I am using the same hekate ini... so how could any difference be possible..?may be the way you load atmosphere on each, if you use Hekate you can load FSSO or use payload methods, and they show differently.
Only a psibility but if using the same hekate_ipl.ini so no differenceI am using the same hekate ini... so how could any difference be possible..?
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 screenYou 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
That's splash for me and OP want. Don't make simple things become complicated.that remove sept logo not the atmosphère splash
is there a way to remove the Atmosphere splash screen that comes before Atmosphere logo screen?
Hello there, looking on the source code we have: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.
"/img/Splash.bin"
which is created by using originally this image:"/stratosphere/boot/source/boot_splash_screen_notext.inc"
I was able to remove the splash screen completely following wishky9 instructions editing the hetake.ini fileHello 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.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.
Can you please summary to us your boot process:For me that first image pops. then the 2nd image shows. still dont know how to get it to stop doing that.