Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ TWiLight Menu++ is composed of multiple "sub-projects" which all work together t
- **title**: boot splash screen (Nintendo logo by default)
- Creates `/_nds/TWiLightMenu/main.srldr`

## Files to install

For DS(i) and 3DS SD card users, the `BOOT.NDS` file is found in `./7zfile/DSi&3DS - SD card users/`

For 3DS users, you can then generate the TwilightMenu CIA file by executing the following batch file : `./booter/make cia.bat`. The then generated cia file can be found at `./7zfile/3DS - CFW users/cia/TWiLight Menu.cia`.

You can then install TwilightMenu++ the same way you can do it when downloading the app directly from the release page : copy the aforementioned .cia and .nds files to the root of your SD card, along with the `_nds/` and `roms/` folders generated in `./7zfile/`. Then, use FBI to install TwilightMenu's .cia file.

# Translating

You can help translate TWiLight Menu++ on the [Crowdin project](https://crowdin.com/project/TwilightMenu). If you'd like to request a new language be added then please ask on the [Discord server](https://ds-homebrew.com/discord).
Expand Down
3 changes: 2 additions & 1 deletion booter/make cia.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
make_cia --srl="booter.nds"
if not exist "../7zfile/3DS - CFW users/cia" md "../7zfile/3DS - CFW users/cia"
copy "booter.cia" "../7zfile/3DS - CFW users/cia/TWiLight Menu.cia"
pause
pause
Loading