Stuckie
Member
This is a quick port of the Bennu runtimes to the Pandora.
You can grab it here: http://www.stuckiegamez.co.uk/apps/pandora/bgd-runtime.tar.gz
Not sure you can stick this into a PND... more likely you'd package it up with your game into a PND.
It's literally just the runtime and modules, so you'll need a game or something to make use of it.
I tested Danger Quest ( Wiz Version ) from the Bennu Projects list. It ran, but it was in a teeny window on the screen, and the controls were obviously not correct.
For reference, I used the following script to run it:
Where it was obviously in the same folder as the rest of the game's data, and the runtime was in the folder above ( which is generally the norm for Bennu/Fenix games as far as I remember. )
Let me know how it goes
You can grab it here: http://www.stuckiegamez.co.uk/apps/pandora/bgd-runtime.tar.gz
Not sure you can stick this into a PND... more likely you'd package it up with your game into a PND.
It's literally just the runtime and modules, so you'll need a game or something to make use of it.
I tested Danger Quest ( Wiz Version ) from the Bennu Projects list. It ran, but it was in a teeny window on the screen, and the controls were obviously not correct.
For reference, I used the following script to run it:
Code:
#!/bin/sh
export LD_LIBRARY_PATH=../bgd-runtime
export PATH=../bgd-runtime:$PATH
bgdi monster.dcb
Where it was obviously in the same folder as the rest of the game's data, and the runtime was in the folder above ( which is generally the norm for Bennu/Fenix games as far as I remember. )
Let me know how it goes