.8 -6 Installed, with minor issues.
  • First, if there is a FAQ or guide, just point me to it.

    I have everything working, except NES doesn't recognize my controller. I read that's on the update list, though.

    In an earlier version, I was able to hide Emulators with no ROMs installed. I can't figure out how to do that in this version.

    Also, is there a way to make a custom boot screen and menu icons? I am using a TV screen and the icons are small, and there's tons of room to make them bigger.

    What's the best way to start the menu from command-line if I exit accidentally?

    Thanks in advance.
  • OK, there is a sort of incomplete FAQ here: http://pimame.org/forum/discussion/79/faq
    Possibly a bit outdated but I have updated it a few times. Kind of.

    And yes, there used to be an option to hide emulators without roms. I'm not sure why it was removed... You could add it back, if you wanted to by adding this to line 38 of pimame-menu/pmmenu/pmgrid.py
    if self.options.hide_items_without_roms:
    self.menu_items = [x for x in self.menu_items if x.num_roms > -1]


    You can change the bootscreen by changing /home/pi/pimame/PiPLAY.mov
    It's a .mov video file. If you have another video (Like the Daft Punk Derezzed intro :D) you can convert it to .mov and replace the original.

    You can change the icons by adjusting the files found in /home/pimame/pimame-menu/themes/default

    The best way to start the menu from command line is probably:
    exit

    It basically logs you out and in again then reloads PiPLAY.

    Hope I helped :D

    --
    Conno123009
    http://conno123009.wordpress.com

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!