.ARDUBOY 파일 확장자
Arduboy Game Package
| 개발사 | Arduboy |
| 인기도 |
4.0 | 8 투표 |
ARDUBOY 파일이란 무엇인가요?
An ARDUBOY file is a Zip-compressed game package used by Arduboy, an open-source 8-bit handheld gaming system. It stores a .HEX file that contains the compiled game code, a banner image (700 × 192 pixels), and one or more preview screenshots (128 × 64 pixels). ARDUBOY files also contain a required .JSON file (info.json) file, which includes metadata such as the game's title, version, author, and input configuration details.
추가 정보
Game developers and Arduboy enthusiasts primarily use the ARDUBOY format to simplify sharing, organizing, and installing games in a single file. The packages are .ZIP archives, but are saved with an .arduboy extension instead of .zip. Game managers and loaders, such as Team A.R.G. Game Loader, read these files to display game details, show preview images, and upload the game to the device.
참고: You can create an ARDUBOY file by placing the required files into a folder, compressing it as a ZIP archive, and renaming the extension to .arduboy.
ARDUBOY 파일을 여는 방법
You can open ARDUBOY files with Arduboy Manager and Team A.R.G. Game Loader. The programs can display the game information and images, and upload the game to the Arduboy device over USB, streamlining the process for users who want to browse and install multiple games efficiently.
You can also open ARDUBOY files with the built-in extractor on most operating systems, such as Microsoft File Explorer in Windows and Apple Archive Utility in macOS. Other archive tools, such as 7-Zip and WinRAR, can also extract the contents from ARDUBOY files. You may need to rename the file extension from .arduboy to .zip for the archive tool to extract the contents in the package.