Discussions
Activity
Sign In
mholgatem
Activity
Discussions
26
Comments
1391
Deleting roms
so I fixed the issue with it. Should be updated in the next version.
Comment by
mholgatem
July 2015
permalink
Question about wiring
you could always go with something like this: http://www.amazon.com/MALE-FEMALE-QUICK-DISCONNECT-HARNESS/dp/B006ZPH71Y
Comment by
mholgatem
July 2015
permalink
Submitting Custom Themes
as of 8beta9, no. What you could do is make really wide transparent menu icons and then align the image on the right hand side of those icons. It wouldn't be a true 'right justified' since smaller screen resolutions would cut it off. …
Comment by
mholgatem
July 2015
permalink
Deleting roms
@isaaachaas4 - when you run into this problem, is it with one of the 'arcade'(mame4all/advmame/fba) emulators as well? It will help me narrow down this bug. The scraper handles console and arcade games separately.
Comment by
mholgatem
June 2015
permalink
Questions for .8Beta9 on Raspi B+
ah, cool. glad you got it working
Comment by
mholgatem
June 2015
permalink
PLAYER1- Button and COIN1-Button not working
in the piplay main menu you need to bring up the popup menu (tab). Then do 'Controller config'. I can't remember if fba has it's own option or if it gets set under the 'arcade' setting.
Comment by
mholgatem
June 2015
permalink
Submitting Custom Themes
@dollerbill,@murilo - I'm not near my pi, but it looks like the error is in line 85 of pacman/theme.yaml, the file extension is wrong for the file that was included: info_font_file: "Lato-Bold.ttf" should be info_font_file: "…
Comment by
mholgatem
June 2015
permalink
Submitting Custom Themes
I haven't had a chance to throw it on my pi yet, but just going through the images that come with it, it looks pretty good. I like the background image!
Comment by
mholgatem
June 2015
permalink
piSNES second player KEYBOARD controls not working
I use gpio (which is keyboard) and usb joystick. I'm wondering if one of your buttons may be hard coded in as a reset key. It's been a while since I looked at that code, so I don't quite remember.
Comment by
mholgatem
June 2015
permalink
piSNES second player KEYBOARD controls not working
I haven't run into that at all.
Comment by
mholgatem
June 2015
permalink
Some buttons not working using retrogame GPIO
they need to be labeled as 'KEY_UP' and 'KEY_SPACE'. If you already have them like that then can you post the configuration portion of retrogame.c? I'll take a look at it. (Also, what happens when you change those gpio mappi…
Comment by
mholgatem
June 2015
permalink
[SOLVED] Upload Rom WEB/FTP -> Data base Local Roms
The automatic file addition is still being tested, you can always force it by running the rom scraper utility from the piplay main menu.
Comment by
mholgatem
June 2015
permalink
piSNES second player KEYBOARD controls not working
it's the same build as the one posted in the other thread, I'm guessing that something just went wrong when you built it. It's all good though. I'm hoping that this gets included in one of the updates soon, it seems to keep getti…
Comment by
mholgatem
June 2015
permalink
Audio Jack output no longer working since update
you need to do this: sudo nano /boot/config.txt then add this anywhere in the config hdmi_ignore_edid_audio=1 save, exit, then restart This will tell the pi to ignore all digital audio output and default to the 3.5mm
Comment by
mholgatem
June 2015
permalink
piSNES second player KEYBOARD controls not working
download this and replace your /home/pi/pimame/emulators/pisnes/snes9x file with it. make sure that you set your permissions on that file to 755
Comment by
mholgatem
June 2015
permalink
Menu navigation not working (constant up arrow)
does it do it when there is no game controller plugged in ( just a keyboard ) ?
Comment by
mholgatem
June 2015
permalink
Cant run any rom...!? help pls
ok, so different versions of mame run different romsets (different versions of the roms). -You can find the correct romset (hard to do, as these are based on much older/more stable versions of mame) or -you can use clrmamepro to convert your curren…
Comment by
mholgatem
June 2015
permalink
Cant run any rom...!? help pls
@Madcaddie - if files aren't showing up in advmame, try running the rom scraper manually from the main menu. Advmame and mame4all both require specific romsets to run correctly, check out this thread http://piplay.org/forum/discussion/comment/…
Comment by
mholgatem
June 2015
permalink
Downloadable Themes?
Thanks for that!
Comment by
mholgatem
June 2015
permalink
Questions for .8Beta9 on Raspi B+
yes, to make the scraping process more efficient, it sets a no_match flag to anything that it doesn't find a match for. The next time that the scraper is run, it first deletes any entries for games that have been deleted, then it tries to find …
Comment by
mholgatem
June 2015
permalink
[SOLVED]autorun - old/different mame4all menu
great! Marking as solved.
Comment by
mholgatem
June 2015
permalink
select button in mame4all rom list
just edit this file: /home/pi/pimame/pimame-menu/controller.yaml
Comment by
mholgatem
June 2015
permalink
Questions for .8Beta9 on Raspi B+
SNES: There might be a problem with the controller formatter for snes, I'll take a look at it. You can manually edit it by going to /home/pi/pimame/emulators/pisnes/snes9x.cfg. just scroll down to the 'joysticks' section. NES: the ga…
Comment by
mholgatem
June 2015
permalink
Problems with scraper info?
@dollerbill, 1) All of the entries are stored on a local database on your machine rightnow. It's located in /home/pi/pimame/pimame-menu/database/games_master.db. So it's technically possible to go through and edit the entries, the problem…
Comment by
mholgatem
June 2015
permalink
Downloadable Themes?
@melodical - Done. There is now a Custom Themes category that you can post to.
Comment by
mholgatem
June 2015
permalink
Another Xin Mo Question (Mutliple Button Presses)
@Rydon - it can be a couple of issues. The first that comes to mind is what type of switches do your joystick and buttons use? momentary, leaf, snap? You may be having debounce issues, which is when the contacts either bounce off of each other (crea…
Comment by
mholgatem
June 2015
permalink
problems using python idle3
no, you don't need to install anything, raspbian comes pre-installed with both python 2.7.2 and python 3.x. I think that you need to run idle from inside of X though. You can actually use any text editor to write python code. I use Notepad++ on…
Comment by
mholgatem
June 2015
permalink
[SOLVED]autorun - old/different mame4all menu
I think that you are going into mame4all's menu selector, not piplay's. Then when you exit, it's restarting piplay. When you say that it's 'older', is it like a grid of game images vs a vertical list of titles like nor…
Comment by
mholgatem
June 2015
permalink
Audio problems...
cool. glad it worked!
Comment by
mholgatem
June 2015
permalink
Downloadable Themes?
Just go into /home/pi/pimame/pimame-menu/themescopy one of the theme folders (and it's contents) and rename it to whatever you want your theme namedgo into that folder and use a text editor to edit theme.yamlyou can use the file /home/pi/pimame…
Comment by
mholgatem
June 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