Attract-Mode Support Forum

Attract-Mode Support => Themes => Topic started by: kent79 on May 21, 2016, 03:28:16 AM

Title: New Station Theme
Post by: kent79 on May 21, 2016, 03:28:16 AM
This is not a finial version, but you can try it and let me know your advise. Thanks  :)

This is my new theme and would like to thank you all as below:

PopBottle - Ribbon image - (download all image as below) & coding
http://forum.attractmode.org/index.php?topic=787.0

malfacine - system image - (download all image as below)
http://forum.attractmode.org/index.php?topic=771.0

keilmillerjr - coding
http://forum.attractmode.org/index.php?topic=692.0

Special Thank for ArcadeBliss favorite & file_util coding



[attachment deleted by admin]
Title: Re: [WIP] New Station Theme - ArcadeBliss please come
Post by: ArcadeBliss on May 21, 2016, 06:44:25 AM
Sure I'll help.  Put the code on something like Dropbox or drive where I can also write back and I will put the  icon code together.
Title: Re: [WIP] New Station Theme - ArcadeBliss please come
Post by: Omamez on May 21, 2016, 02:00:15 PM
geez some nice themes coming out making it harder and harder to choose these days nice one mate
Title: Re: [WIP] New Station Theme - ArcadeBliss please come
Post by: kent79 on May 21, 2016, 03:34:31 PM
Sure I'll help.  Put the code on something like Dropbox or drive where I can also write back and I will put the  icon code together.

You can download the code in post 1. Please update layout.nut file directly and then upload. Thanks  :)
Title: Re: [WIP] New Station Theme - ArcadeBliss please come
Post by: kent79 on May 24, 2016, 04:11:35 PM
Just update layout design of theme. Favorite function still Wip. You may download it on post 1 if you like to tyr it.  ;)
Title: Re: [WIP] New Station Theme - ArcadeBliss please come
Post by: keilmillerjr on May 24, 2016, 07:07:36 PM
I got that feature fully functional on the mvscomplete theme. No fade or anything, so its rather simple. Check out the github repo.
Title: Re: [WIP] New Station Theme - ArcadeBliss please come
Post by: kent79 on May 25, 2016, 05:43:44 AM
I got that feature fully functional on the mvscomplete theme. No fade or anything, so its rather simple. Check out the github repo.

Thank you for reply. I have tested your code. It works on single game only.

But I would like to show all games like as ArcadeBliss Cab Edition theme. Do you know how to do it?

Thanks
Title: Re: [WIP] New Station Theme - ArcadeBliss please come
Post by: ArcadeBliss on May 25, 2016, 06:46:31 AM
Don't worry kent79, I am still on this. I have hit a problem with time at the moment which is why I have been so quiet. After reviewing the code, I will need to create a new class to hold the objects used in the conveyour base constructor to make this happen.

Patience young jedi :D
Title: Re: [WIP] New Station Theme - ArcadeBliss please come
Post by: Omamez on May 25, 2016, 07:33:43 PM
Confucius Quote

It does not matter how slowly you go so long as you do not stop.  ;D
Title: Re: [WIP] New Station Theme - ArcadeBliss please come
Post by: kent79 on May 25, 2016, 08:22:39 PM
Don't worry kent79, I am still on this. I have hit a problem with time at the moment which is why I have been so quiet. After reviewing the code, I will need to create a new class to hold the objects used in the conveyour base constructor to make this happen.

Patience young jedi :D

Many Many Thank you and appreciate for your great help  :)
Title: Re: [WIP] New Station Theme - ArcadeBliss please come
Post by: kent79 on May 25, 2016, 08:25:13 PM
Confucius Quote

It does not matter how slowly you go so long as you do not stop.  ;D

Agree with you. Never give up  ;D
Title: Re: [WIP] New Station Theme - ArcadeBliss please come
Post by: Omamez on May 25, 2016, 09:34:57 PM
kent like mention to xbs have you tried the game description as "justify" instead of "Centered"
Title: Re: [WIP] New Station Theme - ArcadeBliss please come
Post by: kent79 on May 28, 2016, 12:00:51 AM
Just updated the code. More improvement on layout design.  It is closed to complete.  :)

I will add favorite function & support CRT resolution on next version. Enjoy!
Title: Re: [WIP] New Station Theme - ArcadeBliss please come in
Post by: Omamez on May 28, 2016, 04:05:07 PM
comming along nicely well done to all
Title: Re: [WIP] New Station Theme - ArcadeBliss please come in
Post by: kent79 on May 28, 2016, 05:43:48 PM
I just change light animation effect to another one. Hope you like it.
Title: Re: [WIP] New Station Theme - ArcadeBliss please come in
Post by: ArcadeBliss on May 30, 2016, 07:42:40 AM
Hi kent79,

so I finally got around to adding the favorites code. To change the positioning and size, just edit the following lines

Code: [Select]
//favorites icon spin settings
 local Spin_fav_x = [ flx*0, flx*0.035, flx*0.042, flx*0.384, flx*0.336, flx*0.456, flx*0.6, flx*0.672, flx*0.802, flx*0.83, flx*1.058, 1.2, ]; 
 local Spin_fav_y = [ fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, ];
 local Spin_fav_w = [ 0, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, 0, ];
 local Spin_fav_a = [ 240,  240,  240,  240,  240,  240, 240,  240,  240,  240, 240,  240, ];
 local Spin_fav_h = [ 0,  flh*0.03,  flh*0.03,  flh*0.03, flh*0.03,  flh*0.03, flh*0.03,  flh*0.03,  flh*0.03,  flh*0.03,  flh*0.03,  0, ];

Let me know if there are any issues.
Enjoy.
Title: Re: [WIP] New Station Theme - ArcadeBliss please come in
Post by: kent79 on May 30, 2016, 09:05:50 AM
Hi kent79,

so I finally got around to adding the favorites code. To change the positioning and size, just edit the following lines

Code: [Select]
//favorites icon spin settings
 local Spin_fav_x = [ flx*0, flx*0.035, flx*0.042, flx*0.384, flx*0.336, flx*0.456, flx*0.6, flx*0.672, flx*0.802, flx*0.83, flx*1.058, 1.2, ]; 
 local Spin_fav_y = [ fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, fly*0.61, ];
 local Spin_fav_w = [ 0, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, flw*0.03, 0, ];
 local Spin_fav_a = [ 240,  240,  240,  240,  240,  240, 240,  240,  240,  240, 240,  240, ];
 local Spin_fav_h = [ 0,  flh*0.03,  flh*0.03,  flh*0.03, flh*0.03,  flh*0.03, flh*0.03,  flh*0.03,  flh*0.03,  flh*0.03,  flh*0.03,  0, ];

Let me know if there are any issues.
Enjoy.

Great Help. Many Many Thanks.  :)
Title: Re: New Station Theme
Post by: kent79 on June 01, 2016, 04:41:06 AM
Thank you for ArcadeBliss. The new version is released. Thanks.
Title: Re: New Station Theme
Post by: ptiwee on August 09, 2016, 04:30:40 AM
Hello kent69,

Congratulation for your theme, I'll use it on my arcade machine :)

Although I have some suggestions :

I reworked the theme a bit for my raspberry (haven't tested it on the raspberry yet), if you want to have a look : http://pastebin.com/yG2rr9c0
I removed the history and favorites as I don't need it (in the hope of making the theme a bit lighter).
Title: Re: New Station Theme
Post by: kent79 on August 11, 2016, 09:30:37 PM
Hello kent69,

Congratulation for your theme, I'll use it on my arcade machine :)

Although I have some suggestions :
  • Change the displayName sizing, in order to adapt to the ratio
  • Are the surface really needed for the snaps ?
  • Rework the conveyor code, it can be improved (As an example, the transition is not smooth if we set transition time to a high value)

I reworked the theme a bit for my raspberry (haven't tested it on the raspberry yet), if you want to have a look : http://pastebin.com/yG2rr9c0
I removed the history and favorites as I don't need it (in the hope of making the theme a bit lighter).

Thank you for advise. I will check it later  :)