Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: keithcorcoran on January 15, 2019, 05:07:35 PM
-
I officially googled for 30-45 mins and havent come up with anything. :(
How can I remove emulators from the list on a retropie install without having to select each emulator individually, go into it and delete.
Is there a config file somewhere that lists all the emulators so I can just comment them out and un-comment them later when I want to add them back in?
I'm on a Pi as I assume that matters.
Thanks!
-
Just leave them. A display can use an emulator. An emulator does not have to be in use.
If you must, you could always use the terminal and rename the files. I like to add the extension “.bak†to the existing filename. It reminds me that the file is a backup without loosing its original filename.
-
SO I leave them but when I move left-right it goes to each emulator listed in 'emulators' even though i never set them up or generated rom lists for them.
I tried deleting the .cfg files in "/opt/retropie/configs/all/attractmode/emulators"
But that didnt stop them from showing in the layout.
I edited attract.cfg in "/opt/retropie/configs/all/attractmode"
and that removed them from the left-right selection and also from the emulators list in Configure... but not form displays list in Configure... which I can live with.
Again, I don't mind leaving them but it seems like all the emulators that were installed with retropie were also installed when installing AM from experimental packages in retropie so I ended up with a bunch of blank systems in AM and only want 'arcade'
Maybe I'm doing something wrong.
-
I do not use retropie, so I have no idea what they did. I can only tell you how attract mode is supposed to be.
Attract does not show emulators. Displays are shown. Displays are linked to a layout, an emulator (romlist), and filters. Perhaps they have display names set the same an an emulator name, making it confusing?
-
I officially googled for 30-45 mins and havent come up with anything. :(
How can I remove emulators from the list on a retropie install without having to select each emulator individually, go into it and delete.
Is there a config file somewhere that lists all the emulators so I can just comment them out and un-comment them later when I want to add them back in?
I'm on a Pi as I assume that matters.
Thanks!
Manually modify your attract.cfg file and set each display you don't want to see to "in_cycle no" and "in_menu no". You must stop AttractMode before changing this file.
attract.cfg example
display Atari 2600
layout SpinLite
romlist Atari 2600
in_cycle no
in_menu no
filter All
-
thanks progets.
That's what I ended up doing and it seemed to work but the list is still visible in 'displays' but I can live with that.
Actually I can live with it in both places as long as I can change the order.
-
thanks progets.
That's what I ended up doing and it seemed to work but the list is still visible in 'displays' but I can live with that.
Actually I can live with it in both places as long as I can change the order.
Systems appear in the order they are listed in the attract.cfg file.
-
in case anyone has this same question.. everything mentioned here worked if you want to edit the lists that show and I realized the difference between 'show in display' and 'show in cycle'
thanks for your help gentlemen