hi, cool stuff, does this work for mame4all as well... what i miss on the frontends i know is to be able to delete roms directly... there is some rubbish in my collection to get rid off and to hard to sort out just by filenames...
anyway, thanks and thanks to all the guys working on the pimame-projekt...
Can you also skip to a certain letter in the alphabet, instead of having to scroll through all games. So next version you will be able to scroll by Emulator as well?
PiMAME is great, especially with EmulationStation. It caters to everyone in 1 blow. However, making it personal, how do I remove some of the choices of Emulators? Example, I will not be using the LinApple.
Does this always have to run from X or just the initial setup?? I haven't gotten around to updating and trying on my cabinet, however worried about performance issues. Currently running from console on the rev 2 board (512mb RAM) I haven't had a need to over clock and everything runs good.
So grabed the latest version and got in running in X, able to run the start.py and get to choose a ROM, but after my choice is ROM I get kicked back to X and it never starts.
you have to modify your script in BIN ans replace the path of the ROM directory ans the bin path. The script have to ne named like in the config file :
Ex
1942,MAME -> MAME.sh
#!/bin/bash
ROM=$1
cd /home/pi/EXPORT/MAME/roms/ /home/pi/mame4all-pi/mame $ROM #and add this 2 line in your script in the end cd /home/pi/PYRHARCKADE ./start.py YES
Hi! The interface looks great! Can this be set up to auto-run at startup? I'm setting-up a Raspberry Pi retro-console for my French brother-in-law and this looks perfect (il aime beaucoup Les Simpson aussi).
He's not very technical so it needs to be plug-and-play.
Merci si tu peut m'aider. Desolé, mais je parle Francais comme une vache Espagnol. :)
Une expression française pour dire que tu parle mal le français :) chapeau ... :) so if you want to start it on boot you haev to do that :
edit a new file in /etc/profile.d/XandPYR.sh ...
vi /etc/profile.d/XandPYR.sh
and that line :
################# #!/bin/bash sudo X export DISPLAY=:0 cd /home/pi/PYRHARCKADE/ ./start.py #################
Dont forget the "chmod 777 /etc/profile.d/XandPYR.sh"
For the configuration of the emulateur, all of them have to be configured one by one and the scripts in PYRHARCKADE/BIN/ too (but it s not realy difficult)
the first menu is slow but the game selection menu should not be slow. it still in dev. The next version i think i'll delete the left and right menu preview if the emulator menu. my RPI is overcolcked to 900Mhz/1Ghz to make it work. don't forget that python is an interpreted langage not as closed as other machine langage like C. so ... it's more slow :)
To overclock used the raspi-config bin. if it s ventiled you can go to 1 ghz ... it s working without probleme like in the videos IRL i've done.
For the X log please paste me the end of you log file :
tail -n 50 /var/log/Xorg.0.log
after lanuching PYRHARCKADE
In the curent WE i'll erase all my SD card and restart the installation of PYRHARCKADE to make a real complete documentation : install, configuration ...
Salut! Thanks for your reply. I downloaded and tried your program which looks great but is a little slow at the moment - I know that it's somethig you're working on. :)
I decided to go with the pymame menu for its simplicity as I think my brother-in-law would have struggled to edit files every time he loaded a ROM onto it.
However, I have to thank you as I looked at your source code and it helped me to add joystick functionality to the pymame menu! Merçi beaucoup pour ça! :)
i'm still working on increase the speed of pyrharckade but in fact ,for a better implementation, you have to overclock the rpi processor to 1 Ghz (and more if you have a fan).
For the moment if you click on the video link , you'll see that only the emulator menu is slow. The game selection is OK. I'm wondering if the fact to see the next emulator in the emulator's menu is necessary.
I have a lot of thing to do before to say it's ok you can used it :)
For the config file, i'm also working on it. I'm trying to do a script which generate all the config file . in the future i think i'm going to make my own tree of emulators . This will facilitate the configuration file conf and init scripts emulators. Something like /home/pimame/EMULATOR/[emulator name]/[bin name emulator]