.ASH File Extension
Nintendo Wii System Menu File
Developer | N/A |
Popularity |
2.3 | 8 Votes |
What is an ASH file?
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.
Programs that open or reference ASH files
KoLmafia ASH Script
Developer | KoLmafia |
Popularity |
1.6 | 5 Votes |
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).
More Information
The ASH scripting format supports basic logic structures and data types.
Programs that open ASH files
Audiosurf Audio Metadata File
Developer | Audiosurf |
Popularity |
1.5 | 2 Votes |
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.
More Information
ASH files can be shared with other players so that multiple people can compete from the same ride.
NOTE: 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.
Programs that open or reference ASH files
AshFile Data Structure
Developer | siljamdev |
Popularity |
2.0 | 1 Vote |
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.
More Information
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.
How to open an ASH file
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.