1
Themes / Re: Announcing Theme: Splitnut
« on: January 27, 2026, 07:49:37 PM »
Theme updated for compatibility with latest Attract Mode Plus, and some added refinements
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Great theme, but just a request..
Would it be possible to separate the "back" and "exit" buttons? Both of them, if pressed, ask for confirmation to exit the attract mode. I would need the "back" to only give the "back" command.
Thanks
case "back": // Allow exit from any display not only the Genres display.
// (i.e prevent exit key to go back to genres, and trigger exit menu instead)
if (fe.list.name != SettingsDisplayName) //on settings menu we do allow/want 'back' functionality when hitting escape/back etc.
{
fe.signal("exit");
return true;
}
***IMPORTANT:***
//
// This theme requires Attract Mode PLUS. Regular AM won't work well or at all.
// Download it here: https://github.com/oomek/attractplus
//
// Make sure you download all needed modules and place them in your [AM+ install]/modules/ folder:
// Animate, Inertia, Wheel, Animated-Joystick, and Mask.
// Some can be found at: https://github.com/oomek/attract-extra/tree/main/modules
// ...and others at: https://github.com/Chadnaut/Attract-Mode-Modules/tree/master/modules
//
// Also put the provided arch-vertical-CVP.nut file inside the wheel-presets folder.
//
// If you want cabinet artwork, put it all inside a "cabinet" folder and attach to AM+:
// Configure > Emulator > Edit Emulator > Add Artwork >
// Name it 'cabinet' > point to the folder with the cabinet art inside it.
// Then go into hypernut layout parameters and point to it:
// Configure > Displays > [your hypernut display] > Layout Options > Source of Cabinet Image > [select 'cabinet']
// A good source for cabinet artwork files here: https://emumovies.com/files/file/548-mame-cabinets-pack/
//
// Lastly, make sure to check the Layout configuration screens, there are TONS of options to tweak:
// Configure > Displays > [your hypernut display] > Layout Options >
Is this plugin only for AM+?
Could do with better instructions for noobs
What theme do you use in your images?