.NX File Extension
LowRes NX Application
Developer | Timo Kloss |
Popularity |
4.8 | 27 Votes |
What is an NX file?
An NX file is a video game (or other application) created for use with LowRes NX, a virtual game console. It contains BASIC source code that defines how the game functions. LowRes NX includes several sample NX files, and developers can create their own NX files for use with the app.
More Information
LowRes NX is a retro video game console emulator that runs games programmed in BASIC. These games are saved as NX files.
Each NX file contains all of a game's source code and its cartridge ROM entries. The ROM entries consist of up to 16 numbered data blocks that can contain graphics, level maps, music, and other non-source code data used in the game. (To add or edit a program's ROM entries, developers typically use NX editing programs included with LowRes NX. These programs are themselves saved as NX files.)
On PCs, developers must create NX files using a text or source code editor, such as Microsoft Visual Studio Code. In the iOS version of LowRes NX, developers can create NX files from within the app, using the Plus button found on the My Programs screen.
How to open an NX file
To use an NX file with the PC versions of LowRes NX, open LowRes NX and then drag and drop your NX file into the program. To use an NX file with the iOS version of LowRes NX, long-press the file, select Share, and then open the file with LowRes NX.
You can also open and edit an NX file with Microsoft Visual Studio Code (multiplatform) or any other text or source code editor.