Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: wrybread on February 13, 2018, 01:27:43 AM

Title: How to have a display showing only favorites?
Post 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.
Title: Re: How to have a display showing only favorites?
Post by: hermine.potter on February 13, 2018, 03:28:38 AM
@wrybread
here (http://forum.attractmode.org/index.php?topic=229.0)
Title: Re: How to have a display showing only favorites?
Post by: wrybread on February 22, 2018, 01:06:53 AM
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.
Title: Re: How to have a display showing only favorites?
Post by: hermine.potter on February 22, 2018, 02:44:30 AM
@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:
Code: [Select]
l = fe.add_text( "[FilterName]", 396, 322, 60, 10 );
l.align = Align.Right;
l.set_rgb( 80, 80, 80 );