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 - kent79

Pages: 1 ... 3 4 [5] 6 7 ... 9
61
Themes / New Basic Theme
« on: April 14, 2018, 06:42:45 AM »
Theme is revised from basic theme. It can display all systems (max. is 23 systems) label in a top bar. You may press left or right to fast changing system.

It is very light and well to run on pi  :)

https://youtu.be/wkNLPSbbOw8

62
Themes / Modern Grid Theme v1.4
« on: March 31, 2018, 06:00:14 AM »
This is a modify from default grid theme. Happy Easter  :)

https://youtu.be/XxnBRLXl0kM

63
Raspberry is the most smaller and costly game machine, but doesn't powerful. AMD RYZEN 3 2200g is the best to be replacement. I think DeskMini 110 AMD version may be coming soon.   :)

PS3 Emulator Test On AMD RYZEN 3 2200g RPCS3
https://www.youtube.com/watch?v=--U_eSCo6eo&t=386s

DeskMini 110
https://www.youtube.com/watch?v=Xg8L6iK1dDM

64
Themes / Parallelism Full Pack Theme [Dispaly + Game Menu] [CANCEL]
« on: February 12, 2018, 06:36:18 PM »
Hello everyone. Long time no see. I am playing DB FighterZ currently. This is very funny and amazing  :)

Well, I find a good layout sample for AM theme. What do you think so? Someone can help to make it? Thanks

Original Parallelism web demo & source code
https://html5up.net/parallelism

65
Themes / Pandora box 5 layout
« on: November 28, 2017, 04:09:51 AM »
It seems easy to convert  :P
https://www.youtube.com/watch?v=FwKsuKPdkM8




66
Scripting / Scale Animation issue
« on: October 17, 2017, 05:09:18 PM »
Dear All,

I have some trouble on adding as below animation. Please see the video of issue. I don't why the snap video is becoming smaller while switching faster. Please help me. Thanks. 


animation.add( PropertyAnimation( snap_t,         {property = "scale", start = 0, end = 1, time = 200}));   

https://youtu.be/0eOEYz2lm0w

67
Scripting / Checking game having a snap video
« on: October 10, 2017, 05:51:32 AM »
I would like to improve Grid Pro again. Please teach me how to write a code. Thanks

Original :

case Transition.ToNewSelection:
         snap_t.visible = false;
         snap_t.video_flags = Vid.NoAudio;
break;


New :

case Transition.ToNewSelection:

         snap_t.visible = false;

                      if game having a snap video 
                             -> snap_t.video_flags = Vid.NoAudio;
                       else if
                             snap_t.video_flags = Vid.Default;

break;



68
Scripting / Continuous sliding image like as SNES Mini background
« on: October 09, 2017, 04:38:23 PM »
Dear All,

Anyone know how to make a continuous sliding image like as SNES Mini background. Thanks. 

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

 :)

69
Scripting / Case Select sound issue
« on: September 25, 2017, 05:14:53 PM »
I would like to add select click sound while selected system, so added code as below. But sound can't run it properly. I suspect the sound is cutting when the theme was changed to game menu. We need to add "holding" control - the sound must play completed and then goto game theme. Anyone can know how to do it? Attachment is  sample code. Please try. Thanks.  :)

Ideal:
Select & click system -> play click sound fully -> goto game menu

Current:
Select & click system -> play click sound not completed -> goto game menu
 

Code: [Select]
case "select":
local bgMusic1 = fe.add_sound("start.mp3")
bgMusic1.playing=true
break;

70
Is it possible change filter name instead of image in filter menu ? Thanks

71
Scripting / Is it possible after a certain time back to display menu?
« on: July 30, 2017, 08:29:41 AM »
Is it possible after a certain time there was an exit game list theme back to display menu?

My concept is written a script in game list theme,

when idle 30 sec, then press "back" command, let it back to display menu.

I don't know the script, Could any one provide the code. Thanks.


72
Themes / AMGPS (Attract Mode Grid Pro System) v1.13
« on: July 29, 2017, 05:26:40 AM »
This is Grid Pro Theme. Try to find a best way to support all systems and all games simplify.

Thank you for "xabis" providing coding to improve the theme.

Setup Guide:

1. Unzip file and put it to AM folder
2. AM option-> General-> Start Mode-> change to "Show display menu"
3. AM option-> Displays-> System Name-> Change Layout to "GridPro"
4. AM option-> Displays-> Display Menu Options-> Change Menu /Style Layout to "GridPro_Menu"
5. AM option-> Controls -> Left-> Change Default Action to "Previous Page"
6. AM option-> Controls -> Right-> Change Default Action to "Next Page"
7. AM option-> Controls -> Display Menu -> Assign a button for back to "Display Menu"
8. AM option-> Controls -> Page Up -> Assign a button (This is optional if you need fast forward to find game)
9 AM option-> Controls -> Page Down -> Assign a button (This is optional if you need fast backward to find game)
10. Update image file name matching your system name (\Attract Mode\layouts\GridPro\systems)
11. Update image file name matching your system name (\Attract Mode\menu-art\wheel)
12. Please go post #48 to see how to setup filter
http://forum.attractmode.org/index.php?topic=1824.45
13. Please go post #54 to see how to setup system snap demo function
http://forum.attractmode.org/index.php?topic=1824.45
14. Enjoy!!!!  ;D


v1.10 Preview:
https://youtu.be/IO-t5ay9aeE

v1.13 (HD) Download Link:
https://www.dropbox.com/s/mzb9nzgpko7p7ga/AMGPS%20HD%20v1.13.zip?dl=0

v1.13 (4:3) Download Link:
https://www.dropbox.com/s/pj7l71rchys2zq4/AMGPS%20v1.13.zip?dl=0

System intro video (optional)
https://www.youtube.com/watch?v=kPIvkw0x8uU&list=PL1PXwlmbNk-p3qTUxIkfbRkMwatkMefiC

73
Scripting / Switch UI Theme issue
« on: May 06, 2017, 09:25:58 PM »
Dear All,

Beta version was released and you may try it.
http://forum.attractmode.org/index.php?topic=1615.0

I would like to compete as below items on next version. Please help me if you know the code. Thanks

1. Translate history function to "submenu" module
2. Press button effect while pressing select button
3. Press button sound while pressing select button
4. Favorite icon scaling effect while pressing Add/remove Favorite button
5. Press button sound while pressing Add/remove Favorite button

74
Dear All,

I want to play sound while click select button. Then, I added below code on default grid theme. A sound is working, but it can't entry the game. Please help to fix it.


case "select":
         local previewClick = fe.add_sound("selectclick.mp3")   
         previewClick.playing=true   
         return true;

75
Scripting / How to let History plugin work in default grid theme
« on: April 28, 2017, 07:47:13 AM »
Dear All,

History plugin can't use properly in default grid theme. Can you teach me how to let it work? I would like to implement history function in new switch theme. Thanks.

Pages: 1 ... 3 4 [5] 6 7 ... 9