mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
I'll update again soon once there's been more time to translate, but for now so the pages all are up to date and such at least
20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
---
|
|
lang: sv-SE
|
|
layout: wiki
|
|
section: twilightmenu
|
|
category: customization
|
|
title: Custom Boot Splashes
|
|
description: How to use custom splash screens for TWiLight Menu++
|
|
---
|
|
|
|
You can use custom GIF files to have custom splash screens while booting TWiLight Menu++. They need to be named `splashtop.gif` and `splashbottom.gif` and be in `sd:/_nds/TWiLightMenu/extras`, then set `DSi Splash Screen` to `Custom` in TWiLight Menu++ settings.
|
|
|
|
Most GIF files up to 256x192 should work, with a few exceptions:
|
|
- GIF files over 1MiB (DSi Mode) or 256KiB (DS Mode) may not play at full speed as they will be decompressed on the fly
|
|
- Between the two, the GIFs must be less than about 10MB (DSi Mode) or about 2MB (DS Mode)
|
|
- If both GIFs are set to loop forever then they will show for 3 seconds, so set a loop count on at least one to control the time
|
|
- The user input flag is supported so set it and a long delay on a frame if you want to show a splash and wait like the defaults
|
|
- Only the GIF waiting for input will be paused, so the other can continue animating
|
|
- If using Local Color Tables the whole frame must be overwritten as it will replace the whole screen's palette, not just the current frame
|
|
- Interlaced and text frames will not work
|