.ASH 文件扩展名
Nintendo Wii System Menu File
| 开发者 | 不适用 |
| 受欢迎程度 |
2.3 | 8 票 |
什么是 ASH 文件?
System file used by the Nintendo Wii game console; contains data used for the display and layout of the Wii System Menu; may use U8 archive compression; sometimes decompressed and modified by the homebrew community.
可打开或引用 ASH 文件的程序
AshFile Data Structure
| 开发者 | siljamdev |
| 受欢迎程度 |
3.5 | 2 票 |
An ASH file stores data in a compact, binary format known as the AshFile format. It contains pockets of information called camps, where each camp has a name and a value. The value can be many things, for example, the camp might be named "price" and the value may be 8000.
更多信息
The AshFile format was designed to be a practical solution for software projects, partially due to its efficiency and flexibility, which is useful for storing structured application data. The data is a collection of unordered key-value pairs, where each key is a name and each value can be a number, text, boolean, color, or even an array of these types. While the format is not yet widely adopted, it provides a compact, adaptable way to store information that can be easily integrated into different programs.
如何打开 ASH 文件
ASH files are not meant to be opened. Instead, applications reference the files to load the data they store.
However, you can create, read, and modify ASH files with siljamdev AshFile Editor, which provides a command-line interface where you type commands to create, modify, save, and export ASH files.
可打开或引用 ASH 文件的程序
KoLmafia ASH Script
| 开发者 | KoLmafia |
| 受欢迎程度 |
1.6 | 5 票 |
Script used by KoLmafia, a program used for automating tasks in the online role-playing game Kingdom of Loathing (KoL); often contains instructions for executing basic, repetitive tasks in the game, such as learning skills or leveling up the character; supports instructions supported by the KoL command-line interface (CLI).
更多信息
The ASH scripting format supports basic logic structures and data types.
可打开 ASH 文件的程序
Audiosurf Audio Metadata File
| 开发者 | Audiosurf |
| 受欢迎程度 |
1.5 | 2 票 |
Audio data file created by Audiosurf, a game where players race through levels that are constructed on-the-fly by the user's music files; saves information about the user's song processed by the game; includes the generated ride, the length, and other ride information.
更多信息
ASH files can be shared with other players so that multiple people can compete from the same ride.
注: Audiosurf creates ASH filenames by appending ".ash" to the original song's filename. For example, an .MP3 file named song.mp3 would have an ASH file named song.mp3.ash.