TendoMode
A Nintendo Classic Mini like layout[ WIP ]
I'm working on my version of the Mamicom/NES Classic Mini consoles' interface layout. This layout is far from being finished, but it is functional now, so you can use it. I'm trying to keep it as faithful as possible to the original interfaces, but differences may appear in the future. My intention is to keep them minimal.
PrerequisitesThis layout needs the WAFAM modules to be added to Attract Mode. They can be downloaded from their own GitHub repository
here.
The WAFAM project was created to add the functionality required by this layout (and because of my inhability to deal with the animation module
) and will be extended as long as this layout and others I want to create in the future need more functionality.
DownloadYou can download
Beta 0.3.
ObservationsThe original Classic Mini consoles' menus work in a 1280x720 pixels resolution and they have a pixelart style in which each pixel has its size multiplied by 3 (each pixel is 3 pixels wide and 3 pixels tall) to enhance the retro style of the consoles.
In my first attempt I tried to create a layout with the same resoltuion, but with FullHD monitors you can see that Attract Mode filters the uneven pixels that appear when the screen is scaled. 1920x1080 = 1280x720 * 1.5, so the 3x3 pixel scale becomes a 4.5x4.5 when scaling.
I didn't like that, so I decided create a 1920x1080 resolution layout and convert the images in a 4x4 pixel scale. The images are 1/9
th smaller in proportion and now there are 5 games fully visible at the same time on the screen instead of the 4 that appear on the original consoles. You can appreciate that on the screenshots.
CustomizationsThis layout is prepared to have a different look and feel depending on the active filter.
The idea was to create filters for the games, each one for a different region, and show the games of a region with the look and feel of the corresponding console for that region. The game versions released in Japan would have the Famicom look and feel and the game versions released in USA or Europe, the NES look and feel.
I haven't included all the media files in the repository to avoid copyright problems, but they are available in this post. There are links under the screenshots. None of the images are the original images, because I had to resize and adapt them, but prevention is better than cure.
How to add customizations?- Create a folder inside the UI folder of the layout with all the images (as in the Nintendont folder already included).
- If you need to, add a flag image in the UI/Flags folder of the layout.
- Open the definitions.nut file with a text editor
- At the begining of the file, add a line inside the Regions table. It should look like this:
Famicom = { platform = "Famicom", flag = "JAP" },
The value of platform is the name of the folder and the value of flag is the name of the image file of the flag without extension.
TODOs- Background music and sound effects.
- Functionality to the menu icons.
- A better placement for flags.
- Game information in games lists (number of players)
- Game Information panel
- Game Saves panel (not sure about this)
- Make some values customizable
ScreenshotsNintendon't (included in the project)
Famicom (Download media files
here)
NES (Download media files
here)
Also, you can download the original menu icons
here.
Updates log[2020-06-18] First beta release