Attract-Mode Support Forum

Attract-Mode Support => Themes => Topic started by: calle81 on December 23, 2018, 12:52:40 AM

Title: Refried Theme
Post by: calle81 on December 23, 2018, 12:52:40 AM
Hi dudes,

I converted Retro Humanoids theme for Launchbox to Attract Mode.

https://mega.nz/#F!qIEiFaLQ!G-NUb-9TOmkeE7blOt11AA

https://youtu.be/ZRZiO1n6kBk

Instructions:
You can see in the border folders of each theme which systems are supported by that specific theme.
Your systems Display Name must match the naming of the borders.
Copy the modules to the modules folder in Attract Mode and the layouts to the layouts folder.
Use HP2-Refried-Menu for your Displays Menu and Sub Menus.

The Refried system videos are available on the Launchbox forum.

Enjoy :)
Title: Re: Refried Theme
Post by: iOtero on December 23, 2018, 02:29:55 AM
¿Works on 4:3 screens?

¿Works on Raspberry pi?
Title: Re: Refried Theme
Post by: Giacomo1982 on December 23, 2018, 02:49:50 AM
what a big work! Great Calle!!
Title: Re: Refried Theme
Post by: calle81 on December 23, 2018, 04:14:41 AM
Sorry, no 4:3 support. All the artwork is sized for 1080P. It all needs to be cropped for that to happen (and a lot of work). It runs great on raspberry pi however. :)
Title: Re: Refried Theme
Post by: calle81 on December 23, 2018, 04:16:15 AM
You can use the "toggle layout" button to switch between vertical, horizontal or curved wheel and also a list box mode.
Title: Re: Refried Theme
Post by: slaughterlord on December 23, 2018, 06:23:29 AM
Hi

How do I remove or deactivate the sub menu computer,console,handheld....?  I just want the systems to show up instantly when I start AM without the sub menu.
Title: Re: Refried Theme
Post by: calle81 on December 23, 2018, 02:41:09 PM
Hi, that has nothing to do with this theme. For questions on how to setup attract mode and menus please post in the general forum. Thanks :)
Title: Re: Refried Theme
Post by: Ryugah on December 28, 2018, 05:01:24 PM
this is great but just the "wheels" are not showing do you know why? thanks in advice.
Title: Re: Refried Theme
Post by: calle81 on January 01, 2019, 08:24:06 AM
Hi, you need the modules that are in the folder for the themes to function.
Title: Re: Refried Theme
Post by: iOtero on January 02, 2019, 04:08:29 AM
Sorry, no 4:3 support. All the artwork is sized for 1080P. It all needs to be cropped for that to happen (and a lot of work). It runs great on raspberry pi however. :)


Well, if you do not mind, I think I'll make a version for my pi in 4:3...  :P
Title: Re: Refried Theme
Post by: wildpumpk1n on January 02, 2019, 08:54:12 AM
Really nice work :)
Title: Re: Refried Theme
Post by: Deu on January 02, 2019, 01:25:43 PM
Hi Calle,

Great work, it's my default theme.

Can you add game descriptions?

In the middle upper between flyer and video would be great.

It would be nice to give you your own personalization and with scroll text it would be great.

Great work, and thanks.

P.D. BTW Hyperpie 2 sometimes crashes with latest attract version.
Title: Re: Refried Theme
Post by: calle81 on January 03, 2019, 12:34:20 AM
Sorry, no 4:3 support. All the artwork is sized for 1080P. It all needs to be cropped for that to happen (and a lot of work). It runs great on raspberry pi however. :)


Well, if you do not mind, I think I'll make a version for my pi in 4:3...  :P

Go for it! I get a lot of requests for a 4:3/5:4 version so that would be great! :)
Title: Re: Refried Theme
Post by: calle81 on January 03, 2019, 12:35:16 AM
Really nice work :)

Thanks! :)
Title: Re: Refried Theme
Post by: djlunchbox on January 09, 2019, 12:22:29 PM
Love Love Love this theme.

thanks for the gard work in converting it. Currently running it on most of my setups. I tweaked the TouHou Project one, gonna tweak it a bit more.

Here's a showcse of my Taito type X, NesicaXLive and Toouhou Project. Currently editing Taito box art and will try and find or create Touhou ones as well.

https://youtu.be/0qrDKXHRGVw
Title: Re: Refried Theme
Post by: Deu on January 12, 2019, 01:44:17 AM
A widescreen border for the PSP system would be good.
Title: Re: Refried Theme
Post by: calle81 on January 12, 2019, 05:59:49 AM
A widescreen border for the PSP system would be good.

Hi, I uploaded a file named Handhelds & misc BORDERS only.zip. These borders require different snap placements and I haven't got the time to do them. If you want you just duplicate the gba theme and drop the corresponding background for the system you are working with from the basic package and the border from the Handhelds & misc BORDERS only.zip file. Then you just edit the .nut files here

Code: [Select]
/////////////////////
//Video
/////////////////////

if ( my_config["aspectratio"] == "16x9") {
local blackscreen = fe.add_image( "black.png", flx*0.121, fly*0.28, flw*0.34, flh*0.55 );


local snap = FadeArt( "snap", flx*0.121, fly*0.28, flw*0.34, flh*0.5);
snap.trigger = Transition.EndNavigation;
snap.preserve_aspect_ratio = true;

}

So that the snap and the black.png fits the border correctly.  :)
Title: Re: Refried Theme
Post by: iOtero on January 14, 2019, 04:17:05 AM
Well, i continue with my version 4: 3 for the pi, and i will tell you that, instead of using your layouts, i chose to code from scratch, since i wanted something simpler than your version, which has all the options in the world global ... i need little complex themes for a project that i have in the process of making an img of Lakka with Attract-Mode and RetroArch ...

So i will open a new thread for my theme, if it is not annoying.

If you want to add it later and / or adapt it to your Hyperpie, for me there is no problem ...

Title: Re: Refried Theme
Post by: calle81 on January 14, 2019, 04:43:48 AM
Well, i continue with my version 4: 3 for the pi, and i will tell you that, instead of using your layouts, i chose to code from scratch, since i wanted something simpler than your version, which has all the options in the world global ... i need little complex themes for a project that i have in the process of making an img of Lakka with Attract-Mode and RetroArch ...

So i will open a new thread for my theme, if it is not annoying.

If you want to add it later and / or adapt it to your Hyperpie, for me there is no problem ...

Ok, that's awesome. I will probably steal your cropped background images and snap positioning when you are done :)
Title: Re: Refried Theme
Post by: iOtero on January 14, 2019, 03:02:06 PM
Well, i continue with my version 4: 3 for the pi, and i will tell you that, instead of using your layouts, i chose to code from scratch, since i wanted something simpler than your version, which has all the options in the world global ... i need little complex themes for a project that i have in the process of making an img of Lakka with Attract-Mode and RetroArch ...

So i will open a new thread for my theme, if it is not annoying.

If you want to add it later and / or adapt it to your Hyperpie, for me there is no problem ...

Ok, that's awesome. I will probably steal your cropped background images and snap positioning when you are done :)

Yes, as it is said in my land: "eso te lo dejaré a punto de caramelo..."
Title: Re: Refried Theme
Post by: Deu on January 15, 2019, 06:27:01 AM
Hi Carl,

I think i've got it, but it can be improved.

/////////////////////
//Video
/////////////////////

if ( my_config["aspectratio"] == "16x9") {
local blackscreen = fe.add_image( "black.png", flx*0.048, fly*0.259, flw*0.430, flh*0.434);


local snap = FadeArt( "snap",flx*0.048, fly*0.259, flw*0.430, flh*0.434);
snap.trigger = Transition.EndNavigation;
snap.preserve_aspect_ratio = true;

It's for the PSP Background.

If you want i can share more backgrounds configs to help you finish the job.
Title: Re: Refried Theme
Post by: calle81 on January 15, 2019, 07:38:16 AM
If you want i can share more backgrounds configs to help you finish the job.

Please do. That would be awesome :)
Title: Re: Refried Theme
Post by: Deu on January 23, 2019, 12:53:50 PM
Hi Carl

Sorry for the delay, but i have been busy this weekend and this week.

Have you start to work in any border?

I will start to work tomorrow, so tell me if you have done any border, to not waste time.

Cheers.

Title: Re: Refried Theme
Post by: calle81 on January 23, 2019, 12:55:26 PM
Hi Carl

Sorry for the delay, but i have been busy this weekend and this week.

Have you start to work in any border?

I will start to work tomorrow, so tell me if you have done any border, to not waste time.

Cheers.

Nope, I haven't done any additional borders. :)
Title: Re: Refried Theme
Post by: Deu on January 24, 2019, 05:04:02 AM
Here you go:

Bandai Wonderswan & Color -- https://mega.nz/#!FN1y2SBQ!EtEn4kfnBqNlprKXarVgUptSMHLCmcSwbFJVCbzvQIY - 2 Systems in one.

Neo Geo Pocket & Color --  https://mega.nz/#!Uc1EASSQ!s-saBgwPk63yqO52vdy3vn3jZEc4tL2Vy_IcT5UvuV0 - 2 Systems in one too.

Sony PSP -- https://mega.nz/#!4I10waYa!8QYsLmIFj6XZpnyR_HHJSQr1pIvmBcRTZdcLfrGOU1g - Included PSP Mini's too.

Sega Game Gear -- https://mega.nz/#!1Vs2jSwL!8AXXH3r09G8y1MPaOhM6tLaG8EvANgKHmUszexPVhpc

Most of the work done by my friend Pochowandpoch,  it loves this theme too.

Stay tuned for more borders.

Title: Re: Refried Theme
Post by: calle81 on January 24, 2019, 01:01:27 PM
Here you go:

Bandai Wonderswan & Color -- https://mega.nz/#!FN1y2SBQ!EtEn4kfnBqNlprKXarVgUptSMHLCmcSwbFJVCbzvQIY - 2 Systems in one.

Neo Geo Pocket & Color --  https://mega.nz/#!Uc1EASSQ!s-saBgwPk63yqO52vdy3vn3jZEc4tL2Vy_IcT5UvuV0 - 2 Systems in one too.

Sony PSP -- https://mega.nz/#!4I10waYa!8QYsLmIFj6XZpnyR_HHJSQr1pIvmBcRTZdcLfrGOU1g - Included PSP Mini's too.

Sega Game Gear -- https://mega.nz/#!1Vs2jSwL!8AXXH3r09G8y1MPaOhM6tLaG8EvANgKHmUszexPVhpc

Most of the work done by my friend Pochowandpoch,  it loves this theme too.

Stay tuned for more borders.

Sweet!  :D
Title: Re: Refried Theme
Post by: gunthermic on January 26, 2019, 03:25:23 AM
Confused with the first post(am fairly new to all this, so be gentle)

The Refried - Display menu replaces the display menu to set up, select your theme?? or am I misunderstanding this.

Title: Re: Refried Theme
Post by: Pochowandpoch on January 26, 2019, 02:07:55 PM
(https://i.postimg.cc/2S727Jsz/photo-2019-01-26-23-05-40.jpg)

Atari Lynx -> https://mega.nz/#!VR9nlSrC!j5lwoqZtVSHEbY6dAyFZkiNge1Ag3bpg8XkTgyCTOME

I've fixed the screen in arcade, now it looks complete  :)

Before

(https://i.postimg.cc/sxn0BYbW/5896.jpg)

Now

(https://i.postimg.cc/W1ZPp2q5/photo-2019-01-26-23-08-42.jpg)
(https://i.postimg.cc/3wC5pnBp/photo-2019-01-26-23-08-45.jpg)

Display layout -> https://mega.nz/#!8c9HBK4I!6AJGAM646QV_9N08FiE55XgQaS_683VskKEa6De5KAM

I'm adding tv borders for the consoles.

(https://i.postimg.cc/6Q9wMkTz/photo-2019-01-26-23-16-57.jpg)
(https://i.postimg.cc/1tdQ54BY/photo-2019-01-26-23-17-00.jpg)
(https://i.postimg.cc/vT6d1MS8/photo-2019-01-26-23-16-53.jpg)

https://mega.nz/#!dJdlBaIZ!jo44bc-UO8JfnCiVUuRjC7zQQzdZ70vb_4GlonlGgEE

Greetings. :)
Title: Re: Refried Theme
Post by: calle81 on January 27, 2019, 11:42:10 PM



Atari Lynx -> https://mega.nz/#!VR9nlSrC!j5lwoqZtVSHEbY6dAyFZkiNge1Ag3bpg8XkTgyCTOME

I've fixed the screen in arcade, now it looks complete  :)


Display layout -> https://mega.nz/#!8c9HBK4I!6AJGAM646QV_9N08FiE55XgQaS_683VskKEa6De5KAM

I'm adding tv borders for the consoles.


Greetings. :)

Nice! God job! :)
Title: Re: Refried Theme
Post by: Pochowandpoch on January 29, 2019, 12:14:53 AM

Nice! God job! :)

Thanks  :)

I take the post to publish some corrections of the display for the sistems Basics , Computers and Collections

Before

(https://i.postimg.cc/90Sj7H7C/5896.jpg)
(https://i.postimg.cc/hjXnPGXp/5896.jpg)

After

Computers

(https://i.postimg.cc/pTXkM911/photo-2019-01-28-23-59-25.jpg)

Replace Layout.nut -> https://mega.nz/#!lFVSHAQB!1Hh-DJ8cfBO3Sx95KPOoyvCtl9VmJG5qzIXi9vJgwIc

Collections

(https://i.postimg.cc/SKZ1s78p/photo-2019-01-28-23-59-37.jpg)

Replace Layout.nut -> https://mega.nz/#!td8yUQjI!JKuVmMCQo8jxI5sSMNJ7k7eTpk9-tG7jIOjIXqDoZew

Basic

(https://i.postimg.cc/WpZSLP9V/photo-2019-01-28-23-59-40.jpg)

Replace Layout.nut -> https://mega.nz/#!UJF03SSL!1_BRONfC53xiOoeW7c_LMgKCVyPYNgPkFXFrkfWaccI
Title: Re: Refried Theme
Post by: calle81 on January 29, 2019, 12:25:23 AM


Thanks  :)

I take the post to publish some corrections of the display for the sistems Basics , Computers and Collections


The only problem with this is that the snaps will be stretched when you don't preserve the aspect ratio. Especially the vertical shooters.
Title: Re: Refried Theme
Post by: Pochowandpoch on January 30, 2019, 11:05:48 AM
Ups,is true :(

(https://i.ibb.co/6BSb8qZ/Nueva-imagen-de-mapa-de-bits.png)
Title: Re: Refried Theme
Post by: Pochowandpoch on February 12, 2019, 03:28:18 PM
Nintendo DS -> https://mega.nz/#!YFlhRQAB!5wfkkfL-K9OGqqMLvhqPHIVbHVjV94gIF2K54dajKn8

(https://i.postimg.cc/jjmTsSNt/Nueva-imagen-de-mapa-de-bits.png)
Title: Re: Refried Theme
Post by: connconn1 on October 28, 2019, 09:16:39 PM
I'm not sure if you're still looking at these posts, but there's a bug in the widescreen consoles. When using the curved wheel, the snap playbox box gets distorted to a 4:3 box and plays outside of the intended area. I have no idea how to fix this as I don't even know where the position values for video playback are or how they work, but I hope you see this and are able to fix it!