mirror of
https://github.com/rvtr/wiki.git
synced 2025-10-31 06:31:13 -04:00
2.6 KiB
2.6 KiB
| lang | layout | section | category | title | description | tabs | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| zh-CN | wiki | twilightmenu | other | 如何获得封面图 | 如何在 TWiLight Menu++ 中获取盒装封面/游戏封面 |
|
{% capture tab-windows %}
- Download TWiLightBoxart
- Extract
TwilightBoxart-Windows-GUI.zipand runTwilightBoxart.exe - Click
Detect SD- If it doesn't find the correct SD card click
Browse...and select the right one
- If it doesn't find the correct SD card click
- Optional: Change the size, border, etc options to your liking
- Click
Start - 确保在 TWiLight Menu++ 设置中开启了显示封面图 {% endcapture %} {% assign tab-windows = tab-windows | split: "////////" %}
{% capture tab-macos_linux %}
- Download TWiLightBoxart
- Extract the MacOS or Linux
.zip - Open
TwilightBoxart.iniin the extracted folder in a text editor - 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
- On macOS this is
- Open the terminal
- In the terminal, type
cdthen drag drop the folder withTwilightBoxart.CLIin it onto your terminal - Run
chmod +x TwilightBoxart.CLI - Run
./TwilightBoxart.CLI - Use the arrow and enter keys to select
Yesif it shows your SD path correctly - 确保在 TWiLight Menu++ 设置中开启了显示封面图 {% endcapture %} {% assign tab-macos_linux = tab-macos_linux | split: "////////" %}
{% capture tab-manual %}
- Download a png box art pack from GameTDB, under the S Covers (png) category
- 将 .png 文件解压到
sd:/_nds/TWiLightMenu/boxart - 确保在 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 - 如果您的 TWiLight Menu++ 设置将查看封面图设置为
Cached(缓存),则图像大小必须为 44 KiB 或以下。 您可以使用 tinypng 等工具将图像压缩到可接受的大小
也可从 GameTDB 的 S Covers (png) 分类下载单个封面图。