Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • chillimonster
    Participant
    Post count: 31

    On Retropie 2, i could alter the path in .Profile to boot straight to mame4all.

    On Retropie 3 i can seem to locate where to specify this?

    Is it still possible?

    petrockblog
    Keymaster
    Post count: 1827

    did you mean /etc/profile ?

    emulationstation is launched in /etc/profile.d/10-emulationstation.sh – you could change this or remove it and add your own script.

    chillimonster
    Participant
    Post count: 31

    I used to be able to add the path of the executable in Profile, but dont see the options i need to see (Very Very new to this and i think it was just luck i get it to work before).

    What i am after doing is getting it to boot straight to AdvanceMame (Stops kids messing to much)

    kiwijam777
    Participant
    Post count: 15

    I looked all over for this answer and most of the things I found were out of date, so specific folders or files were not where the forums directed.

    I got it to work for mame using the code below; it puts the script for launching mame from command line into the rc.local file. I dont think each emulator launches the same way, so you may want to search for the code to launch whatever emulator you choose from command line, and put that into the rc.local file.

    Here is the code:
    1. from command line type:
    sudo nano /etc/rc.local
    2. add the following text to the bottom (check your pi to see if “mame4all-pi” or just “mame4all”):
    sudo /opt/retropie/emulators/mame4all-pi/mame
    3. Save the file and reboot.
    4. Go to mame config file to setup joystick to correct input so you can use your joystick/controller to secect a game in the MAME emulator game menu:
    sudo nano /opt/retropie/emulators/mame4all-pi/mame.cfg
    Scroll to the bottom to see the contoller/js code.

    This will bypass emulation station going straight to the emulator. If i press esc on my keyboard (or the equivalent mapped button press for controllers) I can get back to emulation station if I really want. That way I can still take advantage of the awesomeness of ES and all the ROM/controller/button configurations, or F4 to access command line.

    I set up my pi this way so my arcade station boots just to mame where i only have 4 player games loaded for my 4 player arcade station i built for our church youth group. Since they are only interacting with a single emulator with no buttons for exiting, nobody can accidentally go into configuration menus and mess things up. I have a GPIO button for shutdown command so they dont have to use the emulation station “shutdown” menus. I really wish the ES menus for shutdown were configurable. :(

    chillimonster
    Participant
    Post count: 31

    Excellent – Thanks a million.

    Do you know if it will work with AdvMame?

    Chris

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.