Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sevenseal

Pages: [1]
1
So I have rebuilt to use RetroPie 4RC1 with AM 2.1.0. On my new build I switched to the AM non-x build (mainly to launch Kodi and AdvMAME from AM using the runcommand). There's not too much difference from the RetroPie 4Beta2 with AM 2.1.0 but I have done a few things that might help some. Mainly, the ability to run RetroPie setup stuff from AM without needing to boot into EmulationStation. Booting into EmulationStation takes too long with 5,000+ roms and doesn't really provide any benefit to me. Being able to run Raspbian and RetroPie setup processes from AM using a gamepad makes it very convenient to adjust things like overscan and wifi passwords when bringing my Pi to other people's houses...
Hi Progets,
would you upload it somewhere your image RetroPie 4RC1 with AM 2.1.0? I'd like to try it but I can not compile it yourself.
not hard to do,
just download Retropie 4.0rc release of the image, run it in command prompt
and compiled attractmode + sfml with it, thats itthen you have 4.0rc1 with am 2.1

2
So I have rebuilt to use RetroPie 4RC1 with AM 2.1.0. On my new build I switched to the AM non-x build (mainly to launch Kodi and AdvMAME from AM using the runcommand). There's not too much difference from the RetroPie 4Beta2 with AM 2.1.0 but I have done a few things that might help some. Mainly, the ability to run RetroPie setup stuff from AM without needing to boot into EmulationStation. Booting into EmulationStation takes too long with 5,000+ roms and doesn't really provide any benefit to me. Being able to run Raspbian and RetroPie setup processes from AM using a gamepad makes it very convenient to adjust things like overscan and wifi passwords when bringing my Pi to other people's houses.

Here's the concept and setup. I created a new "Emulator" called "Setup".

Setup.cfg
Code: [Select]
# Generated by Attract-Mode v2.1.0
#
executable           /bin/bash
args                 "[romfilename]"
rompath              /home/pi/.attract/extras
romext               .sh
system               Setup
artwork    snap            /home/pi/.attract/extras

I don't want to people to accidentally access this setup so have set the "Displays" options for "Layout" to "Basic", "Show in Cycle" to "No" and the "Show in Menu" to "Yes" for the "Setup" emulator so it's not accessible using the left/right to go through the systems. I have also set the "Displays" gamepad controls to be a unique button combination in the AM "Controls" setup.

I then created simple batch files for these different setups in a folder called /home/pi/.attract/extras.

Raspbian.sh
Code: [Select]
sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch /home/pi/RetroPie/retropiemenu/raspiconfig.rp

RetroArch.sh
Code: [Select]
sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch /home/pi/RetroPie/retropiemenu/retroarch.rp

RetroPie.sh
Code: [Select]
sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch /home/pi/RetroPie/retropiemenu/rpsetup.rp

RunCommand.sh
Code: [Select]
sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch /home/pi/RetroPie/retropiemenu/runcommand.rp

WiFi.cfg
Code: [Select]
sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch /home/pi/RetroPie/retropiemenu/wifi.rp

You will need to change these files to be executable for them to work.
Code: [Select]
sudo chmod +x /home/pi/.attract/extras/*.sh

That's about it and you can stop here to get all the setup functions you need right from AM. If you want to go a step further and bring some artwork over from EmulationStation to AM you can do this.
Code: [Select]
cp /home/pi/RetroPie/retropiemenu/icons/*.png /home/pi/.attract/extras/

You will then need to rename the .png files in /home/pi/.attract/extras/ to match the names of the scripts above.

I feel this process allows you to continue to get the great setup and upgrade options without having to toggle back and forth between EmulationStation and Attract-Mode.

this was a very helpful share, thank you so much and much appreciate

3
I just download the RetroPie SD image, then build SFML and AM (use the wiki) and then create a simple script in the "ports" folder that kills EmulationStation and loads AM. Then in AM I change the shutdown command to "sudo reboot".

This will allow you to boot to EmulationStation and then switch to AM. When you exit AM it will bring you back to EmulationStation.

Once you get things setup right you can change the /etc/profile.d/10-emulationstation.sh file to boot directly into AM if you want.

ah thank you progets,

kinda figure it would be that route, just didnt know for sure that was the method. now it all clear now, very much appreciate it

4
Anyone using this?

Works great as far as I'm concerned. The non-x version seemed to lag in the videos but I prefer the x-windows version anyways. My Pi's never crashed on screensaver mode like some have mentioned but they did just show a grey screen a few times. This seems to be gone now. I haven't seen a grey screen yet.

Any other thoughts?

BTW - I like the uni_cade layout/theme but it needs some adjustments. With this theme I use a wall of game boxes (game marquees for arcade) as a single flyer per system with HS wheel art and videos from emumovies. This provides a great experience and I wish I had it years ago before building a PC with a much more complex, time consuming and expensive setup.

i would like to give this setup a try if i knew how to build/compiled this latest version together. i know there is a wiki to compiled AM but not sure how to combine AM with Retropie latest

Pages: [1]