Index of /QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/GATES_OF_SKELDAL/
| Name | Last Modified | Size | Type |
| ../ | | - | Directory |
| bin/ | 2026-May-09 13:55:05 | - | Directory |
| README.txt | 2026-May-09 14:02:52 | 1.0K | text/plain; charset=utf-8 |
| gates_of_skeldal.tar.gz | 2026-May-09 13:54:06 | 479.7K | application/x-gtar-compressed |
| skeldal.ini | 2026-May-09 13:54:06 | 4.3K | application/octet-stream |
### Gates of Skeldal [Brany Skeldalu] QNX 8.0 port ###
Gates of Skeldal is a cult-classic Czech grid-based dungeon crawler
from 1998 that captivated RPG fans with its unique gameplay, epic story
and challenges that will test your wits and strategic thinking.
### Original sources https://github.com/ondra-novak/gates_of_skeldal ###
### Patched to compile on QNX 8.0 aarch64 ###
### Binary ###
wget https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/GATES_OF_SKELDAL/bin/skeldal_bin
wget https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/GATES_OF_SKELDAL/skeldal.ini
### You can download the game data files here ###
### Install/extract it on Windows VM and zip the directory and move over to QNX ###
https://www.oldgames.sk/en/game/brany-skeldalu/download/2774
### Playing
SDL_VIDEODRIVER=qnx ./skeldal_bin
### Compiling
wget https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/GATES_OF_SKELDAL/gates_of_skeldal.tar.gz
tar -zxvf gates_of_skeldal.tar.gz
cd gates_of_skeldal
mkdir build
cd build
cmake ..
make