Attract-Mode Support > Themes

Announcing HyperNut theme

<< < (2/3) > >>

justintime:

--- Quote from: Krondorf on January 29, 2025, 08:40:40 PM ---Could do with better instructions for noobs :)

--- End quote ---

Agreed. I'll see what I can do to improve that.

justintime:
Added info to the layout header as follows:


--- Code: ---***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 >
--- End code ---

Lukesv:
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

justintime:
I have made several updates to the Hypernut layout.
1) Added favorites star icon to wheel - configurable   (thanks @Oomek this is all your work!)
2) Wheel speed can now be sync'd to overall animation speed of layout, so everything flows together. - configurable
3) A few other tweaks and features.  Check the configuration menu for all features.

https://github.com/guilleshop/ATTRACT-MODE

justintime:

--- Quote from: Lukesv on February 04, 2025, 04:14:56 AM ---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

--- End quote ---

You can open the layout.nut file and delete this entire portion at line 1577:


--- Code: ---        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;
}
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version