|
|
Line 26: |
Line 26: |
| |-|I use boot9strap= | | |-|I use boot9strap= |
|
| |
|
| {{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.}} | | {{info|text=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) | | # Download and the latest release of BAX from its {{GitLab|Wolfvak/BAX/-/releases|GitLab page}} (The <code>release.zip</code> file) |
Line 48: |
Line 48: |
| {{Tree list/end}} | | {{Tree list/end}} |
|
| |
|
| {{Success|BAX is now installed! It will randomly choose an animation to play at boot, then continue to Luma3DS.}} | | {{success|text=BAX is now installed! It will randomly choose an animation to play at boot, then continue to Luma3DS.}} |
|
| |
|
| |-|I use fastboot3DS= | | |-|I use fastboot3DS= |
Revision as of 19:11, 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