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

Pages: 1 ... 41 42 [43] 44 45 ... 57
631
Scripting / "next_page" question?
« on: August 13, 2016, 04:41:40 AM »
   function on_signal( sig )
   {
      switch ( sig )   
      {
      case "up":
         ...
         else
         {
            fe.signal( "next_page" );
         }
         return true;

"next_page" can go to next 5th game  e.g. 5-> 10

Can I make it go to next 6th game? e.g. 5-> 11

Thanks

632
Themes / Grid Game Station [last update on 1/9]
« on: August 12, 2016, 08:12:04 AM »
Setup Guide:

1. Setup theme resolution = widescreen,CRT
2. Setup grid style = vertical rectangle,horizontal rectangle,square
3. Enable History plugin and setup path
4. Setup up,down,left,right button in option

Enjoy!

Thank you for t00m's favorite icon image  :)

Demo video:

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

[attachment deleted by admin]

633
Themes / Re: New Station Theme
« 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  :)

634
Themes / Re: Pandoras Box Theme
« on: August 11, 2016, 09:29:17 PM »
Hello congratulations for the Thema very nice ... :-) I have a problem the written mame and I do not read any of the games information does not appear to me how can I do? List that generates attract mode contains little information ... Thanks! :-)

It seems a issue for AM in this moment, I hope it can be fixed it soon

635
Themes / Re: Pandoras Box Theme
« on: August 11, 2016, 09:28:08 PM »


Ciao, in layout.nut file, where I can edit the text string to move the game titles leftmost ?? I have already reduced the font but is not enough

Grazie
[/quote]


you may change as value below line .

local listbox2 = fe.add_listbox( 62, 89, 209, 340 );
local listbox2b = fe.add_listbox( 63, 90, 209, 340 );

636
Themes / Re: New theme for HD TV
« on: August 11, 2016, 09:21:13 PM »
 I would like to rewrite the code to improve performance. I can't tell you when can be released. Sorry about it. But I hope in short time  ::)

637
Themes / Re: Nesica X live theme! [Release] new video!
« on: August 05, 2016, 06:41:16 PM »
Hello atrfate

Could you provide one more BG image that without wifi icon image on the bottom. Thanks.


638
Themes / Re: Nesica X live theme! [Release] new video!
« on: July 23, 2016, 05:50:30 PM »
I find out some bug on selected marquee - it doesn't show properly in sometime. Please fix it

639
Themes / Re: Nesica X live theme! [Release] new video!
« on: July 23, 2016, 04:45:57 AM »
UPDATE - Small Bugfix, and some internal gui changes

Please fix Align of entry info issue as below sample. 

//add the game entry info
gridc.num_t = fe.add_text( "[ListEntry]/[ListSize]", fe.layout.width / - 1.21, fe.layout.height / 1.618, fe.layout.width, fe.layout.height / 36 )
gridc.num_t.font = "Squares Bold Free";
gridc.num_t.align = Align.Right;

640
Themes / Re: Nesica X live theme! [Release] new video!
« on: July 23, 2016, 03:07:22 AM »
not sure what your refering to? the images in this ui where made by me, so other then the ones in the mega back the 2.3gb download i dont have any further ones.

We can collect marquee image  (grid image ) as below site  :)

http://steambanners.booru.org/

http://consolegrid.com/



641
Themes / Re: Nesica X live theme! [Release] new video!
« on: July 23, 2016, 01:33:49 AM »
if you mean mame marquee pack? they are not 100% clean tho, if you can get into the hyperspin artwork database they have alot of "clean" and redrawn artwork their

http://www.progettosnaps.net/marquees/

I find out some grids image from PopBottle   ;)  here's a pack of a little over 1000 Grid image

Could you provide your collection such as examu ? Thanks.

http://forum.attractmode.org/index.php?topic=787.0

https://www.dropbox.com/s/0q9ur4a9c31ulhr/Grid.rar?dl=0

642
Themes / Re: Nesica X live theme! [Release] new video!
« on: July 22, 2016, 08:10:11 PM »
2nd question,

Where to download mame banner image pack ? Could you also provide it? Thanks.  :)

643
Themes / Re: Nesica X live theme! [Release] new video!
« on: July 22, 2016, 07:47:40 PM »
Thank you very much . It is great job.

There is some advice

1. Change listentry item to  Align.Right

Code: [Select]
gridc.num_t = fe.add_text( "[ListEntry]/[ListSize]", fe.layout.width / - 1.219, fe.layout.height / 1.618, fe.layout.width, fe.layout.height / 36 )
gridc.num_t.font = "Squares Bold Free";
gridc.num_t.align = Align.Right;


2. control length of Genre

 Write a function to control Genre in specific length

        "action": [ "action","platformer", "platform" ],
        "fighting": [ "fighting" ],
        "fighting": [ "fighting", "fighter", "beat'em up" ],
        "puzzle": [ "puzzle" ],
        "racing": [ "racing", "driving" ],
        "role playing": [ "rpg", "role playing", "role-playing", "role playing game" ],
        "shooter": [ "shooter", "shmup" ],
        "sports": [ "sports", "boxing", "golf", "baseball", "football", "soccer" ],
        "strategy": [ "strategy"]

644
Themes / Re: Pandoras Box Theme
« on: July 05, 2016, 07:28:10 AM »
You have another image emulators ?? daphne for example :-)

Thank you for your link

Actually, verion's led logo pack may be good choice. I have request for him and hope he can help us.

http://forum.attractmode.org/index.php?topic=496.15



 :)

645
Themes / Re: Layout theme (WIP)
« on: July 02, 2016, 04:51:40 PM »
Completed. Please advise.  :)

Pages: 1 ... 41 42 [43] 44 45 ... 57