Show Posts

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.


Topics - ryback2501

Pages: [1]
1
Themes / 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

2
Scripting / WAFAM (Workarounds for Attract Mode)
« on: June 18, 2020, 03:48:04 AM »
W A F A M
WorkArounds For Attract Mode


WAFAM is a project I have been working on in the last weeks. It started as a bunch of workarounds to make my life asier when using the animate scripting module includded in Attract Mode, but things have gone beyond and now it contains independent modules.

Latest release: Beta 0.3
It is a beta version because I will add more modules and more functionality, but the modules it contains are fully functional.

All the documentation about how to install and use the modules included in it is on the Readme file of the project.

The project includes the following modules:
- animate: This module can be used to animate property values of objects. It uses the interpolate module to make the animations run. It usport animation for properties and sprites.
- animate_old: This is an old version of the animate module. It uses the animate module included in Attract Mode and makes it easy to play animations on demand. I've decided to keep it because I didn't want it to get lost (like tears in the rain  :'( )
- artwork: This module loads artwork into image objects instead of artwork objects. With this you prevent the aoutmatic reloading of artwork when changing the selected game.
- interpolate: A module to interpolate calculations through time. It contains the class that controls the interpolation of other objects and classes to be used as a base classes when creating objects with interpolable logic.

This project is still work in progress. As I said, I will keep adding new functionality to it because I am creating layouts that rely on it to work, but ideas and requests are always wellcome, so feel free to propose. :)

Pages: [1]