
It would be most helpful if someone could test on a Pi Zero for us and let us know the results of the various games.
I'm assuming Retropie can be used as a front-end to native Pi/Linux programs as well? In this case, we will take a look at Retropie and make a custom menu, that is a really great suggestion so thanks for that.Jaspreet997 wrote:Beautiful looking games!
Is there a way to run these games on Retropie? Have a nice Webfoot Menu which list all the games when selected?
Absolutely! We'll have to think of the best way to do that, I do remember my programmers mentioning something about no native icon formats, so I guess we could just include 64x64 PNG files in the tarball. We already have the art from the PC/Mac builds anyway, so they are technically almost ready.GTR2Fan wrote:On a similar note, can we please have 64x64 pixel icons for all of the games for when we make our own Raspbian menu shortcuts to the games?
That is wrong. You need chmod to make it executable. e.g.victagayun wrote:I have also chown +x 3DBrickBuster
Any idea?
Code: Select all
chmod +x 3DBrickBuster
./3DBrickBuster
I got this errordom wrote:That is wrong. You need chmod to make it executable. e.g.victagayun wrote:I have also chown +x 3DBrickBuster
Any idea?Code: Select all
chmod +x 3DBrickBuster ./3DBrickBuster
Code: Select all
[email protected] /media/02/3DBrickBuster $ chmod +x 3DBrickBuster
chmod: changing permissions of `3DBrickBuster': Operation not supported
[email protected] /media/02/3DBrickBuster $ sudo chmod +x 3DBrickBuster
chmod: changing permissions of `3DBrickBuster': Operation not supported
[email protected] /media/02/3DBrickBuster $
Personally I would.victagayun wrote:Should I unzip the files in raspi itself? Becoz I unzip it in Win7....
Code: Select all
ls -l 3DBrickBuster
Code: Select all
sudo chown pi:pi 3DBrickBuster
Code: Select all
[email protected] /media/02 $ cd 3DBrickBuster/
[email protected] /media/02/3DBrickBuster $ ls
3DBrickBuster libSDL2-2.0.so.0 Readme.txt resource.dat
[email protected] /media/02/3DBrickBuster $ ls -l 3DBrickBuster
-rw------- 2 pi pi 1366764 Jan 27 15:27 3DBrickBuster
[email protected] /media/02/3DBrickBuster $ sudo chown pi:pi 3DBrickBuster
chown: changing ownership of `3DBrickBuster': Operation not supported
[email protected] /media/02/3DBrickBuster $
Code: Select all
ldd 3DBrickBuster
See post by ShiftPlusOne a couple of posts back.Moaning_Clock wrote: ↑Mon Mar 19, 2018 4:47 amHey, I wanted to play the game ApeVsCaveman but it did not work - it does not even start up (the memory for the gpu is set to 256).
./ApeVsCaveman $ldd ApeVsCaveman
./ApeVsCaveman: error while loading shared libraries: libGLESv2.so: cannot open shared object file: No such file or directory
Code: Select all
cd /opt/vc/lib
sudo ln -sf libbrcmGLESv2.so libGLESv2.so