-
Notifications
You must be signed in to change notification settings - Fork 7
Supported Files
AlexALX edited this page Aug 22, 2026
·
8 revisions
ALX OS supports reading, decoding, parsing, and processing various file formats directly within the operating system. The supported formats are categorized below:
- E2E — Executable files containing the name of a function to execute in Expression2 (embedded in the chip).
- E2S — Source files containing the name of an Expression2 function to display as source code (does not execute).
-
E2R — Files containing the full Expression2 source code to be executed on a Remote Executor board via the
remoteuploadE2 extension. -
E2P — Files containing a string path to a file inside the
garrysmod/data/expression2/directory to be executed on a Remote Executor.
- JPG — Baseline, Progressive, and 12-bit JPEG images.
- PNG — PNG images with Deflate compression and Adam7 interlacing.
- GIF — Static and animated GIF images.
- BMP — BMP images, including RLE4 and RLE8 compression variants.
-
GMS — Text files containing the path of a sound file to be played (relative to
garrysmod/sound/). - MID — MIDI music files fully supported by the MIDI player.
- ZIP — Standard ZIP archives using Deflate compression.
- TXT — Plain text files.
- INI — Text-based configuration files using standard INI structure.
Note: Support is strictly focused on reading, decoding, parsing, and processing files within ALX OS. Not all internal variants, encodings, or compression methods of a given format may be fully supported.