mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
Add tabs to boxart page (#73)
* Add tabs to boxart page I'm not 100% certain that I did this right, I just tried copying from the hiyaCFW installation page. * Change macos_linux to other Co-authored-by: Pk11 <epicpkmn11@outlook.com> * Make some edits to the manual section * Update how-to-get-box-art.md Suggestion from NightScript Co-authored-by: Pk11 <epicpkmn11@outlook.com>
This commit is contained in:
parent
b0f4c45010
commit
b5eafd5aa5
@ -5,9 +5,13 @@ section: twilightmenu
|
||||
category: other
|
||||
title: How to Get Box Art
|
||||
description: How to get box art/game covers in TWiLight Menu++
|
||||
tabs:
|
||||
- windows: Windows
|
||||
other: macOS/Linux
|
||||
manual: Manual
|
||||
---
|
||||
|
||||
### Windows
|
||||
{% capture tab-windows %}
|
||||
1. Download the latest version of [TWiLightBoxart](https://github.com/KirovAir/TwilightBoxart/releases)
|
||||
1. Extract `TwilightBoxart-Windows-UX.zip` and run `TwilightBoxart.exe`
|
||||
1. Click `Detect SD`
|
||||
@ -15,8 +19,10 @@ description: How to get box art/game covers in TWiLight Menu++
|
||||
1. Change the size, border, etc options to your liking
|
||||
1. Click `Start`
|
||||
1. Make sure box art is set to be shown in TWiLight Menu++ settings
|
||||
{% endcapture %}
|
||||
{% assign tab-windows = tab-windows | split: "////////" %}
|
||||
|
||||
### macOS/Linux
|
||||
{% capture tab-macos_linux %}
|
||||
1. Download the latest version of [TWiLightBoxart](https://github.com/KirovAir/TwilightBoxart/releases)
|
||||
1. Extract the `.zip`
|
||||
1. Open `TwilightBoxart.ini` in the extracted folder in a text editor
|
||||
@ -28,15 +34,23 @@ description: How to get box art/game covers in TWiLight Menu++
|
||||
1. Run `./TwilightBoxart.CLI`
|
||||
1. Say `Yes` if it shows your SD path correctly
|
||||
1. Make sure box art is set to be shown in TWiLight Menu++ settings
|
||||
{% endcapture %}
|
||||
{% assign tab-macos_linux = tab-macos_linux | split: "////////" %}
|
||||
|
||||
### Manual
|
||||
{% capture tab-manual %}
|
||||
1. Download a png box art pack from [GameTDB](https://www.gametdb.com/DS/Downloads#cover_packs)
|
||||
1. Extract the .png files to `sd:/_nds/TWiLightMenu/boxart`
|
||||
1. Make sure box art is set to be shown in TWiLight Menu++ settings
|
||||
{% endcapture %}
|
||||
{% assign tab-manual = tab-manual | split: "////////" %}
|
||||
|
||||
{% assign tabs = tab-windows | concat: tab-macos_linux | concat: tab-manual %}
|
||||
{% include tabs.html index=0 tabs=tabs %}
|
||||
|
||||
**To add your own box art:**
|
||||
Place them in `sd:/_nds/TWiLightMenu/boxart`.
|
||||
Can either have the game's TID (ex. `ASME.png`), or the filename (ex. `SM64DS.nds.png`).
|
||||
Must be in `.png` format, with the recommended size of 128x115 and maximum of 208x143.
|
||||
- Can either have the game's TID (ex. `ASME.png`), or the filename (ex. `SM64DS.nds.png`)
|
||||
- Must be in `.png` format, with the recommended size of 128x115 and maximum of 208x143
|
||||
- If your **TW**i**L**ight Menu++ configuration has Box Art viewing set to `Cached`, the image size must be 44 KiB or below. You can use a tool like [tinypng](https://tinypng.com/) to compress the images to an acceptable size
|
||||
|
||||
Individual box art can also be downloaded from GameTDB, under the **S Covers (png)** category.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user