Discussions
Activity
Sign In
mholgatem
Activity
Discussions
26
Comments
1391
pimame menu will not launch on boot
@visy - yes, that check basically says: if pygame can initialize the screen: then goes on to return the screen object. It's related to your vga problems. All of the other gobbledy-gook that came before the Traceback (most recent call last): ar…
Comment by
mholgatem
February 2015
permalink
Custom linux kernel
@MichaelL65 - yes, it will work on the older RPi, but it's not recommended as a lot of games will not run well with the small amount of ram that is provided.
Comment by
mholgatem
February 2015
permalink
bug into menulaunch for gba game launch ?
If you are running .8 beta 7 or earlier, it is located in /home/pi/pimame/pimame-menu/config.yaml if you are using .8 beta 8 (or later), it is now a database. You can access it via the web frontend or it is located at /home/pi/pimame/pimame-menu/da…
Comment by
mholgatem
February 2015
permalink
Xin-Mo Dual Controller not working
@jarirk - after some searching. It looks like it's actually the updated kernel, not piplay that is the problem. I let Shea know. We'll figure something out.
Comment by
mholgatem
February 2015
permalink
Custom Menu Items
@Pristopher - Great! Definitely let me know! I'd love to see some other people custom themes!
Comment by
mholgatem
February 2015
permalink
Custom Menu Items
@Pristopher - The art should go into /home/pi/pimame/pimame-menu/themes/[theme that you are using] Then edit the theme.yaml and under the menu_items section, add your item as follows: icon_id: (use the one that you specified in config.db) label:…
Comment by
mholgatem
February 2015
permalink
Capturing emulator output via GPIO pins?
unfortunately, I have no idea where they would output to. what games/emulators are you using?
Comment by
mholgatem
February 2015
permalink
0.8.beta 8 - MAME will not start - Invalid resolution for surface
you can edit the databases via the web front-end. just go to a computer that is on the same network as your pi, and type in the ip address of your pi. Otherwise, you can use ftp to copy the database files over to a windows computer and use sqlitevie…
Comment by
mholgatem
February 2015
permalink
0.8.beta 8 - MAME will not start - Invalid resolution for surface
you can try forcing a resolution from database:config.db->table:options->column:resolution 0,0 will allow pygame to auto set the resolution, or you can force it by setting those values. You can also try changing your native resolution alterin…
Comment by
mholgatem
February 2015
permalink
Capturing emulator output via GPIO pins?
I'm guessing, that you will need a script that watches the output file of the game, then sends corresponding signals to the gpio. Python has a dead simple gpio library that is installed by default on the RPi. just google: import RPi.GPIO as GP…
Comment by
mholgatem
February 2015
permalink
PiPlay 0.8 Beta 8 Testers Wanted (Not for faint of heart)
@Pristopher - no, I don't unfortunately. I've been looking for a good place to get them without ripping off any one's hard work.
Comment by
mholgatem
February 2015
permalink
Rom Scraper
Hey guys, I just noticed that I screwed up and the scraper is only finding images that are exactly named. To fix this, you just need to edit 1 line of code in '/home/pi/pimame/pimame-menu/scraper/scrape_script.py' line 434 needs to be ch…
Comment by
mholgatem
February 2015
permalink
Where to get side scrolling theme, and how to install?
@joostvanpoppel - You need to upgrade to .8 beta 8 (good news, It just went live) I haven't checked yet, but you should be able to just use the normal updater as well. Then use the popup menu to change your theme and it will be included.
Comment by
mholgatem
February 2015
permalink
PiPlay 0.8 Beta 8 Testers Wanted (Not for faint of heart)
@Freddy - In order to hide emulators, you need to edit the config.db -> menu_items table in the web frontend. The new slide menu is a theme. just press the menu button ('tab' or joystick button 3) then switch your theme to 'slide…
Comment by
mholgatem
February 2015
permalink
PiPlay 0.8 Beta 8 Testers Wanted (Not for faint of heart)
@Gavat4r - Hey, I'm glad we at least got the debounce on the joysticks fixed!
Comment by
mholgatem
February 2015
permalink
PiPlay 0.8 Beta 8 Testers Wanted (Not for faint of heart)
@Gavat4r - ok, I made some more changes if you want to try it out. You just need to copy pmcontrollerconfig.py from my repo to: /home/pi/pimame/pimame-menu/pmmenu/ let me know if this works. I set it so that there is a debounce delay after each but…
Comment by
mholgatem
February 2015
permalink
Raspberry Pi 2?
@Paladin - That is definitely the top of our wishlist. Both @SSilver2k2 and I love the 64. So we'll see!
Comment by
mholgatem
February 2015
permalink
PiPlay 0.8 Beta 8 Testers Wanted (Not for faint of heart)
ok. i'll have to check into it then.
Comment by
mholgatem
February 2015
permalink
PiPlay 0.8 Beta 8 Testers Wanted (Not for faint of heart)
you have to download the images and put them into your /path/to/roms/emulator_name/images folder check the end of this post for a link to the images. can you post the error that you get when it crashes?
Comment by
mholgatem
February 2015
permalink
Can't configure FBA for Neo Geo
you need to configure the neogeo.cfg file it should be /home/pi/pimame/neogeo.cfg
Comment by
mholgatem
February 2015
permalink
PiPlay 0.8 Beta 8 Testers Wanted (Not for faint of heart)
@Pristopher - glad you like it! I can't wait to see what you have in mind! If you make any new themes that you'd like to share, just let me know and I'll host it on my repo.
Comment by
mholgatem
February 2015
permalink
xin-mo too sensitive on 0.8 beta 7 and pi 2.
@oggie - I have been working on this issue and I believe that it should be fixed in the next update (.8 beta 8). sorry, I'm not sure what you mean by your second question. it should be just as simple as pressing a button.
Comment by
mholgatem
February 2015
permalink
Issue using Xbox 360 controller and keyboard
The emulator might not be able to handle that sort of setup. If you have tried all of that, I would suspect that it needs both players to be on the same sort of setup. It's been a while since I looked at it's source code, but that's a…
Comment by
mholgatem
February 2015
permalink
PiPlay 0.8 Beta 8 Testers Wanted (Not for faint of heart)
I know that we talked about it in the other thread, but for anyone that hasn't seen the scummvm thread, please take a look.
Comment by
mholgatem
February 2015
permalink
PiPlay 0.8 Beta 8 Testers Wanted (Not for faint of heart)
@fluxb0x - you will need to manually configure your snes9x.cfg file. Edit lines 20-31 for your keyboard configuration (use this file to get the key codes) so if you want spacebar to be the player 2 'A' button, line 20 should look like th…
Comment by
mholgatem
February 2015
permalink
Use RPi GPIO for controls?
yes. it's pretty easy. Check out this tutorial.
Comment by
mholgatem
February 2015
permalink
Controller Help
If you have 3 tabs, then chances are that they are 'contact on open', 'contact on close', and 'ground'. Contact on open, will mean that the button is making the circuit when it's not being pressed. contact on clos…
Comment by
mholgatem
February 2015
permalink
PiPlay 0.8 Beta 8 Testers Wanted (Not for faint of heart)
does it give you an error code when it says access denied? I've never used WinSCP, I always use Filezilla, but either should work.
Comment by
mholgatem
February 2015
permalink
Do I need two coin buttons?
You can manage with a single coin button. You just map p1 coin and p2 coin to the same button. So when one person hits the button, both players will receive credits.
Comment by
mholgatem
February 2015
permalink
Controller Help
it sounds to me like you have something wired wrong and you have 2 non-ground wires connecting
Comment by
mholgatem
February 2015
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Username
mholgatem
Joined
January 2014
Visits
505
Last Active
October 2016
Roles
Member, Administrator, Moderator
Recommended Accessories
Kodak Essential KP1000 USB Power Pack
HDMI 3-In 1-Out HDMI Auto Switch with 1.5 ft. Cable
Logitech Keyboard Controller for Logitech Revue and Google TV
FAVI Entertainment Wireless Keyboard (Built-in TouchPad/Laser Pointer) - Black
DVI Gear HDMI Cable 2M 6 feet
SanDisk Ultra SDHC Class 6 Flash Memory Card
Powered by Vanilla