wiki/pages/_zh-CN/twilightmenu/how-to-get-box-art.md
2024-04-23 22:26:59 -07:00

57 lines
2.5 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
lang: zh-CN
layout: wiki
section: twilightmenu
category: other
title: 如何获得封面图
description: 如何在 TWiLight Menu++ 中获取盒装封面/游戏封面
tabs:
-
windows: Windows
other: macOS/Linux
manual: 手动安装
---
{% capture tab-windows %}
1. Download version 0.6 of [TWiLightBoxart](https://github.com/KirovAir/TwilightBoxart/releases/tag/0.6)
1. Extract `TwilightBoxart-Windows-UX.zip` and run `TwilightBoxart.exe`
1. Click `Detect SD`
- If it doesn't find the correct SD card click `Browse...` and select the right one
1. Change the size, border, etc options to your liking
1. Click `Start`
1. 确保在 TWiLight Menu++ 设置中开启了显示封面图
{% endcapture %}
{% assign tab-windows = tab-windows | split: "////////" %}
{% capture tab-macos_linux %}
1. Download version 0.6 of [TWiLightBoxart](https://github.com/KirovAir/TwilightBoxart/releases/tag/0.6)
1. Extract the `.zip`
1. Open `TwilightBoxart.ini` in the extracted folder in a text editor
1. Type the path to your SD card after `SdRoot=`, then save the file
- On macOS this is `/Volumes/` then the name of your SD card
1. Open the terminal
1. In the terminal, type `cd ` then drag drop the folder with `TwilightBoxart.CLI` in it onto your terminal
1. Run `chmod +x TwilightBoxart.CLI`
1. Run `./TwilightBoxart.CLI`
1. Say `Yes` if it shows your SD path correctly
1. 确保在 TWiLight Menu++ 设置中开启了显示封面图
{% endcapture %}
{% assign tab-macos_linux = tab-macos_linux | split: "////////" %}
{% capture tab-manual %}
1. Download a png box art pack from [GameTDB](https://www.gametdb.com/DS/Downloads#cover_packs), under the **S Covers (png)** category
1. 将 .png 文件解压到 `sd:/_nds/TWiLightMenu/boxart`
1. 确保在 TWiLight Menu++ 设置中开启了显示封面图
{% 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 %}
**要添加自己的封面图:** 将它们放入 `sd:/_nds/TWiLightMenu/boxart`
- 文件名可以是游戏的 TID例如 `ASME.png`),也可以是 ROM 的文件名(例如 `SM64DS.nds.png`
- 必须是 `.png` 格式,建议大小为 128x115最大为 208x143
- 如果您的 **TW**i**L**ight Menu++ 设置将查看封面图设置为 `Cached`(缓存),则图像大小必须为 44 KiB 或以下。 您可以使用 [tinypng](https://tinypng.com/) 等工具将图像压缩到可接受的大小
也可从 GameTDB 的 **S Covers (png)** 分类下载单个封面图。