Index of /QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/NAGI/
| Name | Last Modified | Size | Type |
| ../ | | - | Directory |
| bin/ | 2026-Apr-23 19:42:36 | - | Directory |
| README.txt | 2026-May-22 17:29:27 | 0.6K | text/plain; charset=utf-8 |
| kq6agi.zip | 2024-Aug-30 07:08:35 | 868.1K | application/zip |
| nagi.tar.gz | 2026-Apr-23 19:46:35 | 1.0M | application/x-gtar-compressed |
### NAGI ###
- NAGI (New Adventure Game Interpreter) is a clone of Sierra's own AGI
- KQ1,2,3,4 SQ1,2 LSL1, Gold Rush! and some more ...
### Source code https://github.com/sonneveld/nagi
### Builds and runs fine on QNX 8.0 aarch64 RPi4B
### binary is in bin
### make sure to updte the nagi.ini to point to the location of the Sierra AGI games
### from the screen session
SDL_VIDEODRIVER=qnx ./nagi
### Build
git clone https://github.com/sonneveld/nagi
cd nagi
mkdir build
cd build
cmake ..
make -j4
### Note ###
### King's Quest VI AGI De-Make works ###
### https://kq6agi.com/?sdm_process_download=1&download_id=105 ###
### kq6agi.zip ###