Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: epicrean on February 23, 2017, 06:52:23 PM
-
I am still trying to filter out clones. I went to this forum post: http://forum.attractmode.org/index.php?topic=200.0 then I went here https://github.com/mickelson/attract/wiki/Example-filters. I believe I followed the steps but the clones still appear. I added this to my attract CFG file
filter "No Clones"
rule CloneOf not_equals .*
But when I launch Attract mode I still have a ton of clones and can't seem to see a difference. When I press tab and go to display then go to MAME I can also see the rule is listed
-
epicrean,
is this no clones filter the first one in your display? Are you sure you're not on the default All filter?
By default I didn't have a key assigned to toggle through the filter.
Also you may want to use a layout that displays the filter name to make sure you're on the right one.
I hope that helps.
-
Nick,
Sorry this doesn't help at all as I am not really following what you are saying. Could you break this down barney style in basic steps to follow?
-
epicrean,
well first thing to know is what platform are you running AM on? Windows? Or a flavor of Linux?
Second, is can you locate your attract.cfg file? If so open it in an editor and copy/paste the content here for us to look at it.
Here's a basic example of a Display that you can find in attract.cfg:
display Arcade
layout nevato
romlist mame
in_cycle yes
in_menu yes
filter All
filter "No Clones"
rule CloneOf not_equals .*
filter Favourites
rule Favourite equals 1
your layout maybe different, nevato is just my favorite.
Notice how I have different filters all in the same display? By default a display will go to the first filter which is "All"
In AM press TAB and go to "Controls", scroll down a bit until you see "Previous Filter" and "Next Filter" for each, assign a key. to each. I used R and F simply because it mapped to my second joystick but you can use anything.
Now press ESC to go back to the main AM screen, and press the key you assign to the next filter and it should filter only the roms with are not clones.