Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: VoxT3R on January 21, 2017, 01:39:46 PM

Title: Hiding game info at bottom of robospin theme
Post by: VoxT3R on January 21, 2017, 01:39:46 PM
Hi all.

Is there a way to hide the rom name that appears at the bottom of the robospin themes? I have found the Enable random Text Colours, but no hide text option or similar.

Any help would be great.

Thanks in advance.
Title: Re: Hiding game info at bottom of robospin theme
Post by: Ghostfur on January 22, 2017, 09:40:05 AM
I was searching for the exact same thing what i did maby not the best way but go to /home/pi/.attract/layouts/robospin
there is a layout.nut open it with notepad++ or wordpad or whatever :D than search for this lines --> / Title text info / Year text info / and / Display filter info /

Mine looks like this it will hiding the information its also possible to make a option so you can disable it in layout options
but i dont have that much time :) sorry for my bad english :) with 2 x // you can disable the line :)

//Year text info
//local texty = fe.add_text("[Year]", flx*0.18, fly*0.935, flw*0.13, flh*0.05 );
//texty.set_rgb( 211, 211, 211 );
//texty.style = Style.Bold;
//texty.align = Align.Left;

//Title text info
//local textt = fe.add_text( "[Title]", flx*0.315, fly*0.935, flw*0.6, flh*0.05  );
//textt.set_rgb( 211, 211, 211 );
//textt.style = Style.Bold;
//textt.align = Align.Left;
//textt.rotation = 0;
//textt.word_wrap = true;

//Display filter info
//local filter = fe.add_text( "[ListFilterName]: [ListEntry]-[ListSize]  [PlayedCount]", flx*0.001, fly*0.001, flw*0.3, flh*0.03 );
//filter.set_rgb( 211, 211, 211 );
//filter.style = Style.Italic;
//filter.align = Align.Left;
//filter.rotation = 0;

Greetings Michel
Title: Re: Hiding game info at bottom of robospin theme
Post by: VoxT3R on January 22, 2017, 05:02:58 PM
PERFECT!

Thanks ever so much for this.  8) ;)
Title: Re: Hiding game info at bottom of robospin theme
Post by: mortron on June 13, 2017, 07:20:25 PM
Is this possible in the Cools theme? I cannot find any subfolder in the layouts folder. Thanks