|
|
Line 25: |
Line 25: |
|
| |
|
| |-|I use boot9strap= | | |-|I use boot9strap= |
| WIP
| | |
| | {{Info|Following these instructions will move your Luma3DS firmware file to <code>SD:/bax/boot.firm</code>, instead of <code>SD:/boot.firm</code>. Please keep this in mind when updating Luma3DS in the future so you don't accidentally overwrite BAX's FIRM payload.}} |
| | |
| | # Download and the latest release of BAX from its {{GitLab|Wolfvak/BAX/-/releases|GitLab page}} (The <code>release.zip</code> file) |
| | # Insert your console's SD card into your computer |
| | # Create a folder named <code>bax</code> on the root your SD card |
| | # Move your existing <code>boot.firm</code> file into <code>SD:/bax/</code> |
| | # Copy <code>BAX.firm</code> from <code>release.zip</code> into the root of your SD card |
| | # Rename the <code>BAX.firm</code> you copied to <code>boot.firm</code> |
| | # Copy your BAX animation files to <code>SD:/bax/</code> |
| | #* For instructions on how to create BAX animations, see [[3DS:BAX/Usage|this page]] |
| | # Your SD card should now look something like this: |
| | {{Tree list}} |
| | * [[File:Gnome-media-flash.svg|20px|link=]] (root) |
| | ** [[File:Icons8 flat opened folder.svg|20px|link=]] bax |
| | *** [[File:Icons8 flat file.svg|20px|link=]] '''boot.firm''' (Your existing Luma3DS file) |
| | *** [[File:Icons8 flat file.svg|20px|link=]] '''my_animation_1.bax''' |
| | *** [[File:Icons8 flat file.svg|20px|link=]] '''my_animation_2.bax''' |
| | *** [[File:Icons8 flat file.svg|20px|link=]] '''my_animation_3.bax''' |
| | ** [[File:Icons8 flat file.svg|20px|link=]] '''boot.3dsx''' |
| | ** [[File:Icons8 flat file.svg|20px|link=]] '''boot.firm''' (Used to be named BAX.firm) |
| | {{Tree list/end}} |
| | |
| | {{Success|BAX is now installed! It will randomly choose an animation to play at boot, then continue to Luma3DS.}} |
|
| |
|
| |-|I use fastboot3DS= | | |-|I use fastboot3DS= |
| | # Download and the latest release of BAX from its {{GitLab|Wolfvak/BAX/-/releases|GitLab page}} (The <code>release.zip</code> file) |
| | # Insert your console's SD card into your computer |
| WIP | | WIP |
|
| |
|
Revision as of 19:01, 28 September 2022
BAX is a homebrew program for the Nintendo 3DS (compatible with all models) that allows you to display video streams on load. Thanks to boot-time entrypoints, this can be done on boot, giving a similar impression to the loading animation of a PC or a mobile smartphone. Please note that while it's designed to boot another program, it does not allow both itself and the other to run concurrently, but rather sequentially. Therefore, any time that is "taken" by loading/playing the animation file will not be somehow "given" to the next program (f.e. independently of the time taken by the animation, the FIRM will take the same amount of time to load).
Important Notes
- BAX can not be booted from a FIRM partition or an NTRboot cart. Don't even try.
- Due to how Horizon/NATIVE_FIRM works, if you reboot from AGB_FIRM (GBA Virtual Console) the save game will not be saved until you reboot back into it again.
- BAX performs no GPU initialization, only register tweaks and assumes the GPU has already been initialized by the time it boots. Any B9S-compatible loaders should do this, given the proper bit is set in the FIRM (it certainly is in BAX), but it can not realistically provide support for every existing loader out there.
Installation
Configuration
WIP