### 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