Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: wrybread on February 13, 2018, 01:27:43 AM
-
I have a few displays that I cycle through on my machine, and I'd like to have one that's just all the ROMs that have been marked as favorites. I've made a new Display, named it "favorites", but can't figure out how to make it list only games that have been marked as favorite.
Any tips?
Or is this possible at all?
Thanks for any help.
-
@wrybread
here (http://forum.attractmode.org/index.php?topic=229.0)
-
Thanks for that. Is there some way to make it so games marked as Favorites appear with some icon next to them in the games list? I'm making my own Layout, so scripting solutions are fine too.
-
@wrybread
i think, only by filtername.
most of the standard layouts show the name of the filter (standards are : All, Favourites)
set your display e.g. to attrac-man:
(http://fs1.directupload.net/images/180222/o7d6jbd4.gif)
(http://fs5.directupload.net/images/180222/rdg7d4r9.gif)
goto layouts\Attrac-Man and edit layout.nut
there is command to show filter name:
l = fe.add_text( "[FilterName]", 396, 322, 60, 10 );
l.align = Align.Right;
l.set_rgb( 80, 80, 80 );