Copy into Layouts subfolder
assigned in attract.cfg
display Best
layout nevato
romlist Best
in_cycle yes
in_menu yes
flat_blue
nevato (BAD at vertical)
OPACITY
robospin vertical
At-The-Arcade Flex
At-The-Arcade Flex is the best. It shows arcade cabs and control panels for each game.
http://forum.attractmode.org/index.php?topic=3979.0
Custom1 button cycles through resolutions for testing layouts.
Nevato is good as well.
verted
custom1 button cycles thru flyer/cab/different arts.
custom buttons can be used by each layout.
custom1 is the only one I have seen used so far.
Custom1 button cycles through resolutions for testing layouts.
When layout is done this button really isn't useful.
custom1 button cycles thru flyer/cab/different arts.
This button would be useful in a finished layout. Still the Flex one is so much better I doubt I will use it.
This guy has weird bug will names stop showing up.
To fix comment out call
//hide_games_list()
Customizations to layout.,nut
robospin vertical
For some reason this guy would not go vertical. Comment out Rotate Right at top of file, and this guy can take over for nevato in vertical mode.
At the arcade flex.
I just want the wheel a little wider.
if (my_config["wheel_logo_size"] == "Larger")
slot_width *= 1.5;
Change to
if (my_config["wheel_logo_size"] == "Larger")
slot_width *= 2.2;
ALSO move wheel to left
if (my_config["wheel_logo_size"] == "Larger")
wheel_offset_x -= flw * 0.04;
CHANGE TO
if (my_config["wheel_logo_size"] == "Larger")
wheel_offset_x -= flw * 0.10;