Author Topic: TendoMode (A Nintendo Classic Mini like theme) [WIP]  (Read 4179 times)

ryback2501

  • Newbie
  • *
  • Posts: 9
    • View Profile
TendoMode (A Nintendo Classic Mini like theme) [WIP]
« on: June 18, 2020, 10:06:50 AM »
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.

Prerequisites
This 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.

Download
You can download Beta 0.3.

Observations
The 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/9th 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.

Customizations
This 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

Screenshots


Nintendon'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
« Last Edit: June 27, 2020, 03:09:08 AM by ryback2501 »

Yaron2019

  • Guest
Re: DontAttract (A Nintendo Classic Mini like theme) [WIP]
« Reply #1 on: June 18, 2020, 11:35:49 AM »
Hi, why did you call it "DontAttract"? it suggests that the theme is unattractive, which does not seem to be true  :)

ryback2501

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: DontAttract (A Nintendo Classic Mini like theme) [WIP]
« Reply #2 on: June 18, 2020, 11:51:26 AM »
Yeah, that's true. I tried to make a joke with the SEGA ad that had the sentence GENESIS DOES WHAT NINTENDON'T.

So... Nintendon't... DontAttract.

Guess which console I had as a kid. ;)

ryback2501

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: DontAttract (A Nintendo Classic Mini like theme) [WIP]
« Reply #3 on: June 18, 2020, 04:00:07 PM »
Hi, why did you call it "DontAttract"? it suggests that the theme is unattractive, which does not seem to be true  :)

Thanks for your reply. You made me give it a thought and I changed the name. It's not wonderful, but not negative at least.

Dexther

  • Full Member
  • ***
  • Posts: 30
    • View Profile
Re: TendoMode (A Nintendo Classic Mini like theme) [WIP]
« Reply #4 on: June 19, 2020, 02:07:23 AM »
Inglese

I like it. It would be nice to do the theme in this way but by categories etc. etc. on bigbox there is such a theme. you could take it all and "get inspired" to do what you have in mind now.

ryback2501

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: TendoMode (A Nintendo Classic Mini like theme) [WIP]
« Reply #5 on: June 19, 2020, 06:09:23 AM »
Do you mean the Flat and Classic Mini Consoles theme (link)? Thanks!

ryback2501

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: TendoMode (A Nintendo Classic Mini like theme) [WIP]
« Reply #6 on: June 27, 2020, 03:16:03 AM »
Beta 0.3 released.

Changes:
  • Added bar with information about the current controls.
  • Added button images.
  • Removed simultaneous multiplayer images.
  • Fix in README.md file.
  • Added configuration options for button images.
  • Selector jump effect improved.
  • Refactor the GameList class in definitions file.
  • Added miniature list
  • fe.list.index changes in layout.
  • Artwork max size properties are now injected.

Get link to latest version at the first post of this thread.