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 8
61
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

62
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;



63
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

 :)

64
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;

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

66
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.


67
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

68
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

69
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;

70
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.

71
Scripting / Any one know the code of this grid sliding effect?
« on: April 21, 2017, 06:29:00 AM »
Please share it if you knows. Thank you :)
https://www.youtube.com/watch?v=cEDzcu_y96I

72
Scripting / Update "conveyor davbarc" module to Two-dimension
« on: April 19, 2017, 09:37:40 PM »
Dear All,

Any one can help me to update DAVBARC MINI NES LAYOUT's "conveyor davbarc" module to Two-dimension. I would like to add it on my new theme. Many thanks

Conveyor davbarc version:
constructor( artwork_label, num_objs, x, y, width, height, pad=0 )

My ideal version:
constructor( artwork_label, rows, columns, x, y, width, height, pad=0 )

DAVBARC MINI NES LAYOUT
http://forum.attractmode.org/index.php?topic=1222.0

73
Themes / AM Switch UI [Wip] - beta version was released
« on: April 15, 2017, 04:28:39 AM »
The theme is refer by switch UI.

This is a beta version and some function may not work.

How to Install

1. Download below attachment, extract 2 layouts (Switch UI & Switch UI Menu) theme on Attract mode\layouts

2.  GoTo AM Configure, Displays select "Switch UI" & Display Menu Options select "Switch UI Menu"

3.  GoTo Configure -> General-> Startup Mode-> Select Show Displays Menu

4.  GoTo Configure -> Plug-ins-> History.dat, setup file path & generate index, but don't need enable

5. GoTo Configure -> Plug-ins-> enable keyboradSearch and setup Triggle button to "custom2"

6. GoTo Controls-> setup 4 buttons
Display Menu
Add/Remove Favorite
Custom1
Custom2

7. Display-> Layout Options-> setup file path for History.dat

8. Download menu icon and put its in menu-art\flyer
You may download some sample in here
https://www.xbmc4xbox.org.uk/forum/viewtopic.php?t=3751&p=28612

9. Download menu snap and put its in menu-art\snap (Optional)
https://mega.nz/#!x9AQ2KaT!NmNzWGnKTAO4p1UHMnbnS0PTs20k124-oLcHp44N4kc

10. All Done.

Below is Preview video
https://youtu.be/yUoHTUkeCpI


[attachment deleted by admin]

74
Themes / cockpit Revised Theme
« on: April 07, 2017, 06:49:46 PM »
Just revised cockpit theme by omegaman. Hope you like it  ;D

Original version:
http://forum.attractmode.org/index.php?topic=568.msg3974#msg3974



[attachment deleted by admin]

75
Themes / Big Name Theme
« on: March 31, 2017, 07:25:26 AM »
This is my new Theme.  :)

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