From 838664ac70c8d07f07ca9086042fd2416135e6e7 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Tue, 27 Jul 2021 21:14:35 -0500 Subject: [PATCH] Improve Custom Unlaunch BGs page --- .../custom-unlaunch-bg/unlaunch-palette.png | Bin 0 -> 1166 bytes .../twilightmenu/custom-unlaunch-backgrounds.md | 9 ++++++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 assets/images/custom-unlaunch-bg/unlaunch-palette.png diff --git a/assets/images/custom-unlaunch-bg/unlaunch-palette.png b/assets/images/custom-unlaunch-bg/unlaunch-palette.png new file mode 100644 index 0000000000000000000000000000000000000000..56662a5971e73ceab236588d6aedbf6f3113796e GIT binary patch literal 1166 zcmZWpYfMuI6ut#)84-t5aEPP2BE+aP$^;^T>Yy!*@RWzbpkyL+0V$8zN(#MYu}BBR z5G{^JVJkmm1EG{F3>*|=gfX5sJepo9l`#eZN@-kgh1=T>moYQ^anAYoedqCgM;sl= zbaXiC004kvSZGM>P94~ZJNCq#Jm~CE3;=fVVIh~}ZX-HPALqe7V92msxY4s_lynKt zioRvUd3?u~HH%N&xtucjg0T2~-g$3N@3zR&2%^=-%g^gb1;NXWNGC1YHFtbOPyJ$P zJHM}Bfc8r8aqXla=+JZhhI<>1_ACqsE}7d>@K2*9n)K9Zy0Z?W`yhU9@WRj#D?S+R zk1@)MV=}DTwXqtuvW0g6>E1pK_b1Q7f}TLK?hzkkV3AKK*p`dD@&kY%1TF!`0Vlv7 zumfxW!a%|mny;qJT^@6Qi3zeikb9*nSsa~vGs-91qMCiS{-$O9HiEmsmR#^0-`bJ@ z>8r29f=rDVEx+EW#;)ipP*N}LqU|1B;SNQ1qOpp(EF)F8gzt2ju0r>Vv@KH(?H5*k z6?kajDTF$sHqD>$ZLCBeB6nr@=pYBS)Qqdy+B3hgmBC*kb-88SYoJ%F)+1y1>Fftf9XBPg(`)l_MQ*0L@Z1*xY?g*QmrrKD)bm zHzHwx8y^*+A9l~%(run}*;pMwBOJN)W?NbU#IJ_6~-sJW#2YB*0Gr+&6p9R znO=&l`}Ks)gZBR%eHZ?%29iSqgK9LDhUL?B1?MIu>LVlspE_FEz!T^g5X-gD1JOV3 z)OXY*E1h-JE-x8=UpfL?kj*#I3rzOSM%7gUK9A*FB0fa!>%b!^68>;I1B>yL;NL?TlFu9Q+O&Ni#sF4jeZG8!G z62oDE;^{#hXZC3m9?QRoiJE(1OPZAnf%2N-iHUJp1sZ&dI}wlx6xrFl=Mk4!ZN1D9x`ZPXC(g-JUIt3N3k4 xR;QSoqZFKV8V7PYj)L$@U{&6G%Eq26Z6}}o+L~K#+W9j;7(Fti?eny6{s#1t8`=N> literal 0 HcmV?d00001 diff --git a/pages/_en-US/twilightmenu/custom-unlaunch-backgrounds.md b/pages/_en-US/twilightmenu/custom-unlaunch-backgrounds.md index 5cf0456f..7836b140 100644 --- a/pages/_en-US/twilightmenu/custom-unlaunch-backgrounds.md +++ b/pages/_en-US/twilightmenu/custom-unlaunch-backgrounds.md @@ -7,6 +7,9 @@ title: Custom Unlaunch Backgrounds description: How to make custom Unlaunch backgrounds and install them using TWiLight Menu++ --- +You can find premade Unlaunch backgrounds on the [TWiLight Menu++ skins site](https://skins.ds-homebrew.com/unlaunch/). +{:.alert .alert-info} + Using TWiLight Menu++ you can patch the Unlaunch installer to have a custom background image. This needs to be a 256 x 192 GIF, with a few restrictions: - Only the first frame will be shown, no animated backgrounds - The file must be less than or equal to 15,472 bytes @@ -39,10 +42,10 @@ As the GIF's palette is loaded to the same area of VRAM as the text palettes it 1. Save the optimized GIF and open it in GIMP 1. In the menu bar at the top, select `Windows` -> `Dockable Dialogs` -> `Colormap` 1. Change your current `Foreground color` to #080808 and add 14 new colors with the `+` button - - If your image doesn't have at least 133 colors you will also need to add filler colors to arrange the text colors in the correct spots + - If your image doesn't have at least 133 colors you will need to keep adding colors until the last is index 146 1. Right click a color in the Colormap and select `Rearrange Colormap...` -1. Arrange your new colors so they match these: (The 2nd and 3rd columns starting at index 49)
- ![Palette with correct text colors](https://cdn.discordapp.com/attachments/614278143527878658/770777177904906240/unlaunch-palette.png) +1. Arrange your new colors so they match the ones outlined in red: (The 2nd and 3rd columns starting on the 4th row)
+ ![Palette with correct text colors](/assets/images/custom-unlaunch-bg/unlaunch-palette.png) 1. Use the color picker to make your new colors match those in the above image 1. In the menu bar at the top, select `File` -> `Export As...`, give it a name with the extension `.gif`, and click `Export` 1. In the next popup, make sure `GIF comment` is off and click `Export`