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.


Messages - zestful

Pages: [1] 2 3
1
Themes / Re: Nostalgic Build, theme per system AM+
« on: September 25, 2025, 12:48:52 AM »

2
Themes / Re: Nostalgic Build, theme per system AM+
« on: September 17, 2025, 09:27:03 AM »
Couple more added:

Atari Jaguar / CD
https://www.youtube.com/watch?v=M6r-MPYluRI

-Jaguar with Cart animations
-Jaguar CD with CD animations
--switch seamless between both + filters for each
-Added ability to view manuals via mega menu
-Added system details menu
--Show systems + accessories, marketing, commercials etc
-3 theme choices (hope you like the Jaguar girl posters I did)
-Top sellers
-Related systems


3DO Interactive Multiplayer:
https://www.youtube.com/watch?v=Vwu4eDcjDfc

Features
-Tray/Disc animations
-Top sellers
-Power lights
-Related Systems



3
Themes / Re: Nostalgic Build, theme per system AM+
« on: May 25, 2025, 11:12:33 PM »
Xbox Game Pass Dynamically Synching into attract mode

https://www.youtube.com/watch?v=8l9oPQEdglg

I got fed up having to load Xbox Game Pass and Attract Mode separately, so I've built the capability into my attract mode build, to dynamically synch with Xbox Game Pass, to load cloud games.

-Only shows current Xbox Game Pass games, when one is removed or added, this synchs into Attract Mode
-Downloads all media assets automatically for all games, for the theme (box, 3 screenshots, fanart)
-Dynamically generates the rom list each time.
-Custom made Xbox Game Pass theme for Attract Mode.
-Built in filters pick up game pass catergories.

4
Themes / Re: Nostalgic Build, theme per system AM+
« on: February 23, 2025, 11:54:45 PM »
Release demo up on the youtube: https://www.youtube.com/watch?v=eKGRImynlQE

Will stick a link on the video description one I've packaged it all onto a seperate drive and uploaded

5
Themes / Re: Nostalgic Build, theme per system AM+
« on: February 07, 2025, 07:27:25 AM »
New games section, I think this might be a first for Attract Mode: https://youtu.be/qsKPQPG7DVE

Dynamically detects when new games are added to the build and shows the latest 20.

6
Themes / Re: Nostalgic Build, theme per system AM+
« on: January 29, 2025, 07:37:50 AM »
Genres section completed: https://www.youtube.com/watch?v=6o6nsrCxbIg

I love how this has turned out.   Tons of work, but it was worth it

36 Genres
100's of custom filters
Complete sports sub genre breakdown
Quick filters in each genre

Genre menu:


Game selection:


Quick filters menu platformer example:


Quick filters sports menu example:

7
Themes / Re: Nostalgic Build, theme per system AM+
« on: January 29, 2025, 07:36:00 AM »
Nintendo Virtual Boy theme: https://www.youtube.com/watch?v=aL_yZoBVBUs

3 themes + alternative view for 1 of them

Default theme


Desk theme


Zoom theme


Overlay menu

8
Themes / Re: Nostalgic Build, theme per system AM+
« on: January 24, 2025, 10:20:38 AM »
Thanks jakabasej8 it's not far off being finished for release. 

9
A few convertors which will take meta data files from the following platforms below and convert them into Attract Mode romlist files:

-Retrobat / Emulation Station (also generates story files): https://drive.google.com/file/d/19Jo6LsJxlzfiU5zXVg_FADlVehYODrzy/view?usp=sharing
-Launchbox https://drive.google.com/file/d/1ZqaNsv0vRB9a-GlfDH4bi7u_xpPRAF5Z/view?usp=sharing
-RetroFE https://drive.google.com/file/d/1Ms14qhaz9TCLGJqMkLotQUdbtClubOME/view?usp=drive_link


10
Themes / Re: Nostalgic Build, theme per system AM+
« on: January 20, 2025, 03:54:57 AM »
SNK Neo Geo theme for Attract Mode +

https://www.youtube.com/watch?v=gMbkKN67nUg


I've went for a Rachid Loft style with this one, he's one of my favourite retro artists.  I think it's turned out very nice.




11
Themes / Re: Nostalgic Build, theme per system AM+
« on: January 17, 2025, 05:03:06 AM »
Amiga CD32 theme added

Features:
-CD tray opens / closes with disc insert animation
-See through windows showing disc animation
-Recreation of CD load button lights
-Top selling games on filter menu
-Alternative desk style (forgot to show on video)
-Related systems on filter menu (forgot to show on video)

Sorry for the lack of updates recently I was in a car accident and ended up with a spinal fracture, so hadn't been able to do much build stuff.   

Also fixed a wee bug I noticed while recording where if a filter was applied the correct top selling game wouldn't load.

https://www.youtube.com/watch?v=tF6x1x-SZ6Y


Desk theme 1


Tray open animation, disk animates in


Desk theme 2


Filter overlay (button X), includes theme switching options, top selling games and related systems.

12
Themes / Re: Games list fade out
« on: October 30, 2024, 05:07:24 PM »
I think this was answered by tankman on the attract mode discord, probably better to join that: https://discord.gg/vzT9CX96cd

13
Themes / Re: How to add curvature and scanlines to the snapshots?
« on: October 30, 2024, 05:02:58 PM »
Code: [Select]
local shader_lottes=fe.add_shader(
    Shader.VertexAndFragment,
    "shaders/CRT-geom.vsh",
    "shaders/CRT-geom.fsh");

// APERATURE_TYPE
// 0 = VGA style shadow mask.
// 1.0 = Very compressed TV style shadow mask.
// 2.0 = Aperture-grille.
shader_lottes.set_param("aperature_type",0);
shader_lottes.set_param("hardScan", 0);   // Hardness of Scanline -8.0 = soft -16.0 = medium
shader_lottes.set_param("hardPix", -2.0);     // Hardness of pixels in scanline -2.0 = soft, -4.0 = hard
shader_lottes.set_param("maskDark", 2.0);     // Sets how dark a "dark subpixel" is in the aperture pattern.
shader_lottes.set_param("maskLight", 0.3);    // Sets how dark a "bright subpixel" is in the aperture pattern
shader_lottes.set_param("saturation", 0.1);   // 1.0 is normal saturation. Increase as needed.
shader_lottes.set_param("tint", 0.0);         // 0.0 is 0.0 degrees of Tint. Adjust as needed.
shader_lottes.set_param("distortion", 0.1); // 0.0 to 0.2 seems right
shader_lottes.set_param("cornersize", 0.01);  // 0.0 to 0.1
shader_lottes.set_param("cornersmooth", 10);  // Reduce jagginess of corners
shader_lottes.set_texture_param("texture");

video.shader = shader_lottes;

fe.add_transition_callback( "shader_transitions" );
shader_transitions <- function( ttype, var, ttime ) {
switch( ttype )
{
case Transition.ToNewList:
case Transition.EndNavigation:
video.shader.set_param("color_texture_sz", video.width, video.height);
video.shader.set_param("color_texture_pow2_sz", video.width, video.height);
break;
}
return false;
}
         video.alpha = 255;

stick the attached files (login to see) in the /shaders folder of your layout.   This is assuming the snap magic token is named as a variable called video

e.g. local video = fe.add_artwork( "snap", x,y,width,height);


14
Themes / Re: Nostalgic Build, theme per system AM+
« on: October 23, 2024, 01:42:06 PM »
Quick demo of the new filter menu override I made.

Features:

-Quick switching off all genres
-Pick a random game at genre/search/all games level
-Reset
-Add to favourites
-Current game preview artworks

https://www.youtube.com/watch?v=2BEUDIYsGoA



15
Themes / Re: Nostalgic Build, theme per system AM+
« on: October 23, 2024, 06:14:21 AM »
Careful clicking link above from jakabasej8 he's modified it to include a dubious website. 

Pages: [1] 2 3